Update minikube to 1.30.1
Changelog can be found here
Details
Details
- Reviewers
Staudey - Group Reviewers
Triage Team - Commits
- R2075:ef9f4345f8e9: Update minikube to 1.30.1
Run few minikube commands:
- minikube start
- list pods using kubectl: kubectl get pods --all-namespaces
- minikube dashboard
- minikube stop
- minikube delete
Diff Detail
Diff Detail
- Repository
- R2075 minikube
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Hmm, so this fails in the check step for me. Might be particular to my network though.
--- FAIL: TestFreeSubnet (0.00s)
--- FAIL: TestFreeSubnet/NoRetriesSuccess (0.00s)
network_test.go:34: no free private network subnets found with given parameters (start: "192.168.0.0", step: 0, tries: 1)
FAIL
k8s.io/minikube/pkg/network coverage: 81.1% of statements
FAIL k8s.io/minikube/pkg/network 0.005s
ok k8s.io/minikube/pkg/util 0.437s coverage: 77.4% of statements
ok k8s.io/minikube/pkg/util/lock 0.004s coverage: 22.2% of statements
ok k8s.io/minikube/pkg/util/retry 0.003s coverage: 0.0% of statements
FAIL
make: *** [Makefile:400: test] Error 3Going to see if it works on the build server anyway.
Comment Actions
I think it did fail for me locally also, first time, but second time it passed. Might be flaky test.