-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
minikube addons enable ingress
fails on Minikube v1.33.0
#18738
Comments
FYI, I just tried this on v1.32.0 and it works:
|
seems telepresence helm install have the same issue |
@mhrheaume thank you I confirm I have this issue as well, on Qemu Driver (arm64) Which driver are you using ? interestingly it works with qemu driver and containerd runtime for me.
|
Based on AdguardTeam/AdGuardHome#6816, it seems like the issue should be specific to users using a VM driver on arm64. We don't have reliable VM arm64 tests so this would explain how this went undetected. We have
But it's missing from arm64, created #18779 to add it |
My driver is also QEMU arm64 (M2 MacBook Pro). |
Hi @mhrheaume, I've confirmed that my fix resolves the issue. We're going to make a patch release in the future but we don't have an exact timeline for it currently. In the meantime, you can pass this
|
Fix is included in latest release of minikube: https://github.com/kubernetes/minikube/releases/tag/v1.33.1 |
I'm still having the same issue even with minikube version 1.33.1. MacBook Pro M1
|
Fedora 40, version tldr, the ingress-nginx pod cannot be scheduled due to the node affinity/selector not matching any available nodes. Install nix-shell -p "kubectl" "minikube"
minikube config set rootless true
minikube start --driver=podman --cpus='2'--memory=4096 --delete-on-failure=true
minikube addons enable dashboard
minikube addons enable auto-pause
minikube addons enable ingress the problem:
Checking the deployment nodeSelector:
kubernetes.io/os: linux
minikube.k8s.io/primary: "true" while
Fix: minikube kubectl -- label node minikube minikube.k8s.io/primary=true then another try:
yaayy |
What Happened?
This is on a brand new Minikube:
Looking at the pod it appears there is a problem pulling the image:
Attach the log file
logs.txt
Operating System
macOS (Default)
Driver
QEMU
The text was updated successfully, but these errors were encountered: