You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @RFinland, thanks for reporting your issue with minikube!
I did some research, and from what I found PodPreset was last supported with Kubernetes v1.18, the current version of minikube (v1.23.2) uses Kubernetes version v1.22.1.
You can try passing --kubernetes-version=1.18 into minikube start, but I can't guarantee that it will work.
Hi @RFinland, thanks for reporting your issue with minikube!
I did some research, and from what I found PodPreset was last supported with Kubernetes v1.18, the current version of minikube (v1.23.2) uses Kubernetes version v1.22.1.
You can try passing --kubernetes-version=1.18 into minikube start, but I can't guarantee that it will work.
Thank you for your help. I greatly appreciate it, I'll check it out (y)
Hello
How can I enable PodPreset on Minikube?
minikube ssh -n minikube
nano /etc/kubernetes/manifests/kube-apiserver.yaml
Modified:
And added this line:
But, after these steps, Minikube ApiServer status will be Stopped
Is PodPreset supported on Minikube?
The text was updated successfully, but these errors were encountered: