-
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
addons: ambassador crd validation failure #12442
Comments
@spowelljr 👍 thanks! FWIW for those looking for a potential workaround while this is being patched cd /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula
git reset e9f6dbbd7f9ee794feb56ba2a3ce73ffc446ab1b minikube.rb
git checkout -f minikube.rb
HOMEBREW_NO_AUTO_UPDATE=1 brew install minikube
brew link minikube
brew pin minikube # keep it at 1.22
minikube config set kubernetes-version v1.21.2
minikube delete
minikube start P.S. I'm not sure who maintains the Homebrew formula but installing a specific version doesn't appear to be an option (e.g. |
Hi @phumpal, I've done some digging and found the root of the problem. The issue is with the 1.23.0 release of minikube we updated the default Kubernetes version to 1.22. In that version of Kubernetes they deprecated the I've created an issue with Ambassador about the issue: datawire/ambassador-operator#73 We're unfortunately stuck until that issue is resolved. |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
Steps to reproduce the issue:
minkube delete
brew upgrade minikube
minikube config set driver hyperkit
minikube start
minikube addons enable registry-creds
minikube addons enable ambassador
minikube addons enable ambassador
out
logs.txt
The text was updated successfully, but these errors were encountered: