Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't install ingress-nginx #8476

Closed
AdrainHuang opened this issue Apr 15, 2022 · 6 comments
Closed

Can't install ingress-nginx #8476

AdrainHuang opened this issue Apr 15, 2022 · 6 comments
Labels
good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. needs-kind Indicates a PR lacks a `kind/foo` label and requires one. needs-priority needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one.

Comments

@AdrainHuang
Copy link

AdrainHuang commented Apr 15, 2022

my system info
uname -a
Linux cluster 5.4.0-1058-raspi #65-Ubuntu SMP PREEMPT Fri Mar 25 12:29:46 UTC 2022 aarch64 aarch64 aarch64 GNU/Linux

I ran this command.
kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/main/deploy/static/provider/baremetal/deploy.yaml

kubectl get pods -n ingress-nginx
NAME READY STATUS RESTARTS AGE
ingress-nginx-admission-create-txjw6 0/1 CrashLoopBackOff 1 (5s ago) 8s
ingress-nginx-admission-patch-n84z2 0/1 CrashLoopBackOff 1 (5s ago) 8s
ingress-nginx-controller-84db8d7886-s5rbk 0/1 ContainerCreating 0 8s

kubectl logs -n ingress-nginx ingress-nginx-admission-create-txjw6
standard_init_linux.go:228: exec user process caused: exec format error

kubectl describe pods -n ingress-nginx ingress-nginx-controller-84db8d7886-s5rbk
Events:
Type Reason Age From Message


Normal Scheduled 4m54s default-scheduler Successfully assigned ingress-nginx/ingress-nginx-controller-84db8d7886-s5rbk to worker1
Warning FailedMount 44s (x10 over 4m54s) kubelet MountVolume.SetUp failed for volume "webhook-cert" : secret "ingress-nginx-admission" not found
Warning FailedMount 37s (x2 over 2m51s) kubelet Unable to attach or mount volumes: unmounted volumes=[webhook-cert], unattached volumes=[webhook-cert kube-api-access-266l8]: timed out waiting for the condition

@AdrainHuang AdrainHuang added the kind/bug Categorizes issue or PR as related to a bug. label Apr 15, 2022
@k8s-ci-robot k8s-ci-robot added the needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. label Apr 15, 2022
@k8s-ci-robot
Copy link
Contributor

@AdrainHuang: This issue is currently awaiting triage.

If Ingress contributors determines this is a relevant issue, they will accept it by applying the triage/accepted label and provide further guidance.

The triage/accepted label can be added by org members by writing /triage accepted in a comment.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@longwuyuan
Copy link
Contributor

/remove-kind-bug
/good-first-issue
/close

Please reopen the issue after you have provided all the information requested in the issue template. The install docs are here https://kubernetes.github.io/ingress-nginx/deploy/

@k8s-ci-robot
Copy link
Contributor

@longwuyuan:
This request has been marked as suitable for new contributors.

Guidelines

Please ensure that the issue body includes answers to the following questions:

  • Why are we solving this issue?
  • To address this issue, are there any code changes? If there are code changes, what needs to be done in the code and what places can the assignee treat as reference points?
  • Does this issue have zero to low barrier of entry?
  • How can the assignee reach out to you for help?

For more details on the requirements of such an issue, please see here and ensure that they are met.

If this request no longer meets these requirements, the label can be removed
by commenting with the /remove-good-first-issue command.

In response to this:

/remove-kind-bug
/good-first-issue
/close

Please reopen the issue after you have provided all the information requested in the issue template. The install docs are here https://kubernetes.github.io/ingress-nginx/deploy/

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@k8s-ci-robot k8s-ci-robot added good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. labels Apr 15, 2022
@k8s-ci-robot
Copy link
Contributor

@longwuyuan: Closing this issue.

In response to this:

/remove-kind-bug
/good-first-issue
/close

Please reopen the issue after you have provided all the information requested in the issue template. The install docs are here https://kubernetes.github.io/ingress-nginx/deploy/

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@longwuyuan
Copy link
Contributor

/remove-kind bug

@k8s-ci-robot k8s-ci-robot added needs-kind Indicates a PR lacks a `kind/foo` label and requires one. and removed kind/bug Categorizes issue or PR as related to a bug. labels Apr 15, 2022
@Yongci
Copy link

Yongci commented Sep 6, 2022

If your working host is an M1 chip, you must specify the architecture linux/amd64 when pulling the image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. needs-kind Indicates a PR lacks a `kind/foo` label and requires one. needs-priority needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one.
Projects
None yet
Development

No branches or pull requests

4 participants