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

"minikube start" refuses to start (some type of version issue regarding 1.18.3, which has never been installed) #19060

Open
davidmpatterson opened this issue Jun 11, 2024 · 1 comment

Comments

@davidmpatterson
Copy link

davidmpatterson commented Jun 11, 2024

What Happened?

As above, installation of minikube was normal (I installed 1.33.1). The first startup failed with the error:

Specified Kubernetes version 1.18.3 is less than the oldest supported version: v1.20.0. Use minikube config defaults kubernetes-version for details.
❗ You can force an unsupported Kubernetes version via the --force flag

❌ Exiting due to K8S_OLD_UNSUPPORTED: Kubernetes 1.18.3 is not supported by this release of minikube

The issue is that I've never installed 1.18.3.

Attach the log file

See above.

Operating System

macOS (Default)

Driver

None

@sahasouravcse
Copy link

Hi @davidmpatterson ,
I tried replicating your scenario

Here is my approach -

image

try minikube delete
followed by start --vm-driver=virtualbox
then minikube start --vm-driver=virtualbox

eventually minikube status
Should get you this

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants