-
Notifications
You must be signed in to change notification settings - Fork 69
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
BUG: Incompatible versions of Minikube and Kubernetes #172
Conversation
Codecov Report
@@ Coverage Diff @@
## main #172 +/- ##
===========================================
+ Coverage 77.57% 99.07% +21.50%
===========================================
Files 39 39
Lines 1739 1739
Branches 275 275
===========================================
+ Hits 1349 1723 +374
+ Misses 384 5 -379
- Partials 6 11 +5
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Kubernetes is incompatible with Minikube 1.29.0(latest for now).
Here I use fixed 1.23.15 K8s to fix this.
Related issues: kubernetes/minikube#4172
Check code requirements