Skip to content

rebuild.sh has k8s version that is too old for minikube #1218

@dveeden

Description

@dveeden

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 egrep should be replaced with grep -E

Version

latest

Expected behavior

No response

Actual behavior

No response

How to Reproduce?

No response

Anything else?

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions