-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Comments
@AdrainHuang: This issue is currently awaiting triage. If Ingress contributors determines this is a relevant issue, they will accept it by applying the The 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. |
/remove-kind-bug 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/ |
@longwuyuan: GuidelinesPlease ensure that the issue body includes answers to the following questions:
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 In response to this:
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: Closing this issue. In response to this:
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. |
/remove-kind bug |
If your working host is an M1 chip, you must specify the architecture linux/amd64 when pulling the image |
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
The text was updated successfully, but these errors were encountered: