-
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
Enable the ingress controller #17251
Comments
I have the same problem. Have you solved it? |
Hi @chuttmateo, could you run
Hola @chuttmateo, ¿podrías ejecutar
|
hi @lanlangdeai no yet. |
Sure, @spowelljr . Here, there is a history of commands, an edited file 'console-logs,' as well as another non-edited file 'logs'. 1994 minikube start |
Thanks for the logs @chuttmateo, you seem to be experiencing this issue here |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
Los comandos necesarios para reproducir la incidencia:
-minikube start
-minikube addons enable ingress
El resultado completo del comando que ha fallado:
minikube start
😄 minikube v1.31.2 en Ubuntu 22.04
✨ Controlador docker seleccionado automáticamente. Otras opciones: none, ssh
📌 Using Docker driver with root privileges
👍 Starting control plane node minikube in cluster minikube
🚜 Pulling base image ...
🔥 Creando docker container (CPUs=2, Memory=2200MB) ...
🐳 Preparando Kubernetes v1.27.4 en Docker 24.0.4...
▪ Generando certificados y llaves
▪ Iniciando plano de control
▪ Configurando reglas RBAC...
🔗 Configurando CNI bridge CNI ...
🔎 Verifying Kubernetes components...
▪ Using image gcr.io/k8s-minikube/storage-provisioner:v5
🌟 Complementos habilitados: storage-provisioner, default-storageclass
🏄 Done! kubectl is now configured to use "minikube" cluster and "default" namespace by default
mateo@mateo-MS-7641:~/proyectos/personales/ejercicios-kubernetes/curso/ingress$ minikube addons enable ingress
💡 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/controller:v1.8.1
▪ Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v20230407
▪ Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v20230407
🔎 Verifying ingress addon...
❌ Saliendo por un error MK_ADDON_ENABLE: enable failed: run callbacks: running callbacks: [waiting for app.kubernetes.io/name=ingress-nginx pods: context deadline exceeded]
╭───────────────────────────────────────────────────────────────────────────────────────────╮
│ │
│ 😿 If the above advice does not help, please let us know: │
│ 👉 https://github.com/kubernetes/minikube/issues/new/choose │
│ │
│ Please run
minikube logs --file=logs.txt
and attach logs.txt to the GitHub issue. ││ Please also attach the following file to the GitHub issue: │
│ - /tmp/minikube_addons_cc77b0effb423880e70838ec98a13c8912e1d135_0.log │
│ │
╰───────────────────────────────────────────────────────────────────────────────────────────╯
El resultado del comando
minikube logs
:logs.txt
La versión del sistema operativo que utilizaste:
Ubuntu 22.04
The text was updated successfully, but these errors were encountered: