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

minikube addons enable ingress does not work #19583

Open
HansSIM opened this issue Sep 9, 2024 · 3 comments
Open

minikube addons enable ingress does not work #19583

HansSIM opened this issue Sep 9, 2024 · 3 comments
Labels
kind/support Categorizes issue or PR as a support question.

Comments

@HansSIM
Copy link

HansSIM commented Sep 9, 2024

What Happened?

  • ingress is an addon maintained by Kubernetes. For any concerns contact minikube on GitHub.
    You can view the list of minikube maintainers at: https://github.com/kubernetes/minikube/blob/master/OWNERS
    • Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.1
    • Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.1
    • Using image registry.k8s.io/ingress-nginx/controller:v1.10.1
  • Verifying ingress addon...

X Exiting due to MK_ADDON_ENABLE: enable failed: run callbacks: running callbacks: [waiting for app.kubernetes.io/name=ingress-nginx pods: context deadline exceeded]

Attach the log file

logs.txt

Operating System

Ubuntu

Driver

None

@kundan2707
Copy link
Contributor

@HansSIM Can you share outcome of kubectl get pod -A ?

@kundan2707
Copy link
Contributor

/kind support

@k8s-ci-robot k8s-ci-robot added the kind/support Categorizes issue or PR as a support question. label Sep 15, 2024
@HansSIM
Copy link
Author

HansSIM commented Sep 17, 2024

NAMESPACE NAME READY STATUS RESTARTS AGE
ingress-nginx ingress-nginx-admission-create-g5s6s 0/1 ImagePullBackOff 0 7d2h
ingress-nginx ingress-nginx-admission-patch-5p765 0/1 ImagePullBackOff 0 7d2h
ingress-nginx ingress-nginx-controller-768f948f8f-xkvxb 0/1 ContainerCreating 0 7d2h
kube-system coredns-7db6d8ff4d-mrbjf 1/1 Running 3 (7d ago) 7d2h
kube-system etcd-minikube 1/1 Running 3 (7d ago) 7d2h
kube-system kube-apiserver-minikube 1/1 Running 3 (7d ago) 7d2h
kube-system kube-controller-manager-minikube 1/1 Running 3 (7d ago) 7d2h
kube-system kube-proxy-mkwmn 1/1 Running 3 (7d ago) 7d2h
kube-system kube-scheduler-minikube 1/1 Running 3 (7d ago) 7d2h
kube-system storage-provisioner 1/1 Running 8 (5d1h ago) 7d2h
kubernetes-dashboard dashboard-metrics-scraper-b5fc48f67-8mkfn 1/1 Running 0 6d23h
kubernetes-dashboard kubernetes-dashboard-779776cb65-78mlm 1/1 Running 0 6d23h

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/support Categorizes issue or PR as a support question.
Projects
None yet
Development

No branches or pull requests

3 participants