-
Notifications
You must be signed in to change notification settings - Fork 82
Open
Description
Describe the bug
$ ./rebuild.sh
egrep: warning: egrep is obsolescent; using grep -E
PRE-REQ CHECK PASSED: Virtualization is enabled on the host machine, its safe to proceed.
PRE-REQ CHECK PASSED: User is found in the libvirt group.
🙄 "minikube" profile does not exist, trying anyways.
💀 Removed all traces of the "minikube" cluster.
❗ These changes will take effect upon a minikube delete and then a minikube start
❗ These changes will take effect upon a minikube delete and then a minikube start
❗ These changes will take effect upon a minikube delete and then a minikube start
❗ These changes will take effect upon a minikube delete and then a minikube start
😄 minikube v1.37.0 on Fedora 42
❗ Specified Kubernetes version 1.27.10 is less than the oldest supported version: v1.28.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.27.10 is not supported by this release of minikube
So it looks like:
- The kubernetes version should be upgraded to v1.28.0 or newer
- The use of
egrepshould be replaced withgrep -E
Version
latest
Expected behavior
No response
Actual behavior
No response
How to Reproduce?
No response
Anything else?
No response
Metadata
Metadata
Assignees
Labels
No labels