Open davidmpatterson opened 4 months ago
Hi @davidmpatterson , I tried replicating your scenario
Here is my approach -
try minikube delete followed by start --vm-driver=virtualbox then minikube start --vm-driver=virtualbox
eventually minikube status Should get you this
The Kubernetes project currently lacks enough contributors to adequately respond to all issues.
This bot triages un-triaged issues according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle stale
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues.
This bot triages un-triaged issues according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle rotten
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle rotten
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