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

Configuring ingress using minikube #8153

Closed
glinker opened this issue May 14, 2020 · 8 comments
Closed

Configuring ingress using minikube #8153

glinker opened this issue May 14, 2020 · 8 comments
Labels
kind/documentation Categorizes issue or PR as related to documentation. kind/support Categorizes issue or PR as a support question.

Comments

@glinker
Copy link

glinker commented May 14, 2020

Steps to reproduce the issue:

  1. minikube config set ingress true

This used to work but now i get an error saying no such option "ingress"

Full output of failed command:

Full output of minikube start command used, if not already included:

Optional: Full output of minikube logs command:

@medyagh medyagh added the kind/support Categorizes issue or PR as a support question. label May 15, 2020
@medyagh
Copy link
Member

medyagh commented May 15, 2020

@glinker do u mind clraifying what you are trying to do ? I dont think u can enable ingress by config. I think you are probabbly loooking for minikube addon enable ingress ?

@medyagh medyagh added the triage/needs-information Indicates an issue needs more information in order to work on it. label May 15, 2020
@glinker
Copy link
Author

glinker commented May 15, 2020

@medyagh thanks for the response. It appears that the mechanism to enable ingress changed with later versions of minikube. Before, it was "minikube set config ingress true" but has now changed to "minikube addon enable ingress". I was able to get this set up and working

@medyagh
Copy link
Member

medyagh commented May 15, 2020

ponse. It appears that the mechanism to enable ingress changed with later versions of minikube. Before, it was "minikube set config ingress true" but has now changed to "minikube addon enable ingress". I was able to get this set up and working

glad to see the issue was solved, do you mind sharing what driver did you use on what operating system and what example did you run?

our documentation on ingress has been a bit out dated, it would be nice to see end users using it with eaxmples in a tutorial on our website. https://minikube.sigs.k8s.io/docs/

@medyagh medyagh added the kind/documentation Categorizes issue or PR as related to documentation. label May 15, 2020
@skrtks
Copy link

skrtks commented May 19, 2020

"minikube addon enable ingress" does not seem to be working in v1.10.1. The command does not give any errors, but when checking if the controller is running (kubectl get pods -n kube-system), the status is ImagePullBackOff.

@kopotp
Copy link

kopotp commented May 19, 2020

"minikube addon enable ingress" does not seem to be working in v1.10.1. The command does not give any errors, but when checking if the controller is running (kubectl get pods -n kube-system), the status is ImagePullBackOff.

Seems like quay.io is down

Failed to pull image "quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.32.0": rpc error: code = Unknown desc = Error response from daemon: Get https://quay.io/v2/kubernetes-ingress-controller/nginx-ingress-controller/manifests/0.32.0: received unexpected HTTP status: 500 Internal Server Error

https://status.quay.io/

Please don't use any RedHat dependencies in future releases 😕

@kevinresol
Copy link

kevinresol commented May 28, 2020

And this is down again, right now, lasted for more than 3 hours.

Screenshot 2020-05-28 at 10 11 07 PM

@jgoeres
Copy link

jgoeres commented May 28, 2020

I noticed the same issue and came here looking for a way to tell minikube to pull the ingress controller image from some other location, alas this seems not possible. Or is it?
How about allowing to set an alternative image (plus pull secret!) for the ingress addon (or for ANY add on that pulls an image)? That would allow people that use minikube in their internal process to host such images on internal registries, to not have a dependency on external systems.
I will open a dedicated issue for this requirement.

@tstromberg tstromberg removed the triage/needs-information Indicates an issue needs more information in order to work on it. label Jun 24, 2020
@sharifelgamal
Copy link
Collaborator

I'm going to close this in favor of #8298, I think properly supporting alternate repositories for addons is a good idea.

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

No branches or pull requests

8 participants