-
Notifications
You must be signed in to change notification settings - Fork 643
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 v1.19.0 issues with ingress-nginx validation webhook. #205
Comments
Same issue here, thanks @bhundven for the workaround |
Same issue here as well, Thanks a bunch @bhundven spent an hour looking for the problem and you probably saved me another 2. |
Same issue here, works fine with minikube v1.18.1 and devel of awx-operator. |
And I thought I was doing something wrong, everything worked fine last week. |
Updating installation documentation due to [bug](ansible/awx-operator#205). Adding this will prevent users to encounter errrors at the moment of installing awx.
Updating installation documentation Updating installation documentation due to bug. Adding this will prevent users to encounter errrors at the moment of installing awx. SUMMARY New users will encounter problems installing awx, as there's a bug using a specific version of minikube. Adding a note, so users are aware of this and don't struggle in the installation process. ISSUE TYPE Docs Pull Request AWX VERSION latest ADDITIONAL INFORMATION ansible/awx-operator#205 Reviewed-by: Shane McDonald <[email protected]>
Trying to go back to 1.18.1 under Mac OS using brew , but brew removed switch and minikube is not versioned as per brew's understanding of versioning. So how do you guys go back to qinikube 1.18.1 to work mourned this? brew now only supports latest supported versioned version of a software pkg ... |
sorry for this issue, we are aware of this bug, we introduced kubernetes/minikube#10879 that unfortunately was not detected by our integration tests, applogize for all the inconvenience, this will be high priority to be fixed in the version coming next please track kubernetes/minikube#11121 for the updates |
Hi awx-operator developers and users, It seems that the awx-operator uses old ingress version(extensions/v1beta1), but I think kubernetes/minikube#11189 will resolve this issue at this version(I already tested in my local). awx-operator/roles/installer/templates/tower_ingress.yaml.j2 Lines 3 to 5 in ee9800c
Please track kubernetes/minikube#11121 and kubernetes/minikube#11189 for the updates. |
Hi @govargo - thank you for taking the time to help us out. FWIW, I tried to update our |
@govargo The installer now gets past the part where it was failing, but when I try to get the service URL from minikube I see:
|
Ignore my last comment. It seems like something else has broken on our end. Thanks for your help @govargo |
Just to condense everything down: this will be fixed in the next version of minikube. |
Hi shanemcd
If you want to try patched minikube, you can do by following methods.
Yes, the next version release will fix this issue. Thank you. |
on a fresh Very vanilla reproduction
|
The minikube v1.20.0 was released. This version includes the fix of this ingress(networking.k8s.io/v1) issue. |
I'm still trying to get #245 in which will allow for setting the apiVersion of the ingress, but for now it's still using |
Minikube v1.19.0 updated ingress-nginx to v0.44.0. For what ever reason (still trying to figure it out), I get the following error while following logs on the awx-operator container:
This may be related to: kubernetes/ingress-nginx#5401
I was able to work-around the issue by running:
where in my case with minikube, the
[configuration-name]
isingress-nginx-admission
.If I move back to minikube v1.18.1, everything works fine with both 0.8.0 and devel of awx-operator.
To reproduce (macos):
awx-deploy.yml:
Works: Minikube v1.18.1
Fails: Minikube v1.19.0
The text was updated successfully, but these errors were encountered: