Skip to content

upgrade minikube version to v1.28.0 #34

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

Merged
merged 2 commits into from
Nov 19, 2022
Merged

Conversation

scott-the-programmer
Copy link
Owner

@scott-the-programmer scott-the-programmer commented Nov 19, 2022

Description

The latest version of minikube has a series of bug fixes / features that would be incredibly useful https://github.com/kubernetes/minikube/releases/tag/v1.28.0

Personally, i'm interested in

Auto select network on QEMU
Implement mounting on QEMU with socket_vmnet

Which recently tripped me up when running

resource "minikube_cluster" "kvm2" {
  vm           = true
  driver       = "kvm2"
  cluster_name = "terraform-provider-minikube-acc-kvm2"
  nodes        = 3
  addons = [
    "dashboard",
    "default-storageclass",
    "ingress" #fails to auto select network here
  ]
}

@codeclimate
Copy link

codeclimate bot commented Nov 19, 2022

Code Climate has analyzed commit a0c4678 and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 77.6% (0.0% change).

View more on Code Climate.

@scott-the-programmer
Copy link
Owner Author

Validated

resource "minikube_cluster" "kvm2" {
  vm           = true
  driver       = "kvm2"
  cluster_name = "terraform-provider-minikube-acc-kvm2"
  nodes        = 3
  addons = [
    "dashboard",
    "default-storageclass",
    "ingress" #fails to auto select network here
  ]
}

And it works like a charm with the latest minikube version!

@scott-the-programmer scott-the-programmer merged commit bfe801f into main Nov 19, 2022
@scott-the-programmer scott-the-programmer deleted the upg-minikube branch November 19, 2022 01:02
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

Successfully merging this pull request may close these issues.

1 participant