Commit Graph

9 Commits (master)

Author SHA1 Message Date
Predrag Rogic 4da3cedc84
Fix KVM driver (tests) timeouts (#20852)
* Fix KVM driver tests timeouts

Rewrite KVM driver waiting logic for domain start, getting ip address
and shutting domain down. Add more config/state outputs to aid future
debugging.

Bump go/libvirt to v1.11002.0 and set the minimum memory required for
running all tests to 3GB to avoid some really weird system behaviour.

* revert reduction of timelimit for TestCert tests run

* set memory and debug output in TestNoKubernetes tests

* extend kvm waitForStaticIP timeout

* add console log to debug output

* Updating ISO to v1.36.0-1748823857-20852

---------

Co-authored-by: minikube-bot <minikube-bot@google.com>
2025-06-03 15:07:48 -07:00
Predrag Rogic c8a63fa11f
Fix waiting for all pods having specified labels to be Ready (#20315)
* Fix waiting for all kube-system pods having one of specified labels to be Ready

* Fix waiting for all kube-system pods having one of specified labels to be Ready

* Fix waiting for all kube-system pods having one of specified labels to be Ready
2025-04-28 14:58:02 -04:00
Predrag Rogic 77c7b42d9a
fix cluster status check in TestMultiControlPlane 2024-09-28 21:58:42 +01:00
錦南路之花 c38897dc95
unified minikube cluster status query (#18998)
* feat: unified minikube cluster status query

* Update pkg/minikube/cluster/status.go

Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>

* Update pkg/minikube/cluster/status.go

Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>

* Update pkg/minikube/cluster/status.go

Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>

---------

Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
2024-09-18 11:40:06 -07:00
Steven Powell d8c94a6ad6 fix new lint errors 2024-08-14 10:31:53 -07:00
Predrag Rogic d6c612fcba
improve kube-vip cp lb auto-enable 2024-03-13 01:48:48 +00:00
Predrag Rogic 8c4e1a0f8b
workaround for cp bug 63245 and rename TestHA to TestMutliControlPlane 2024-03-05 01:16:08 +00:00
Predrag Rogic 54c6e698a7
add "(multi-control plane)" after each reference to "ha" 2024-02-25 20:00:08 +00:00
Predrag Rogic ad7fb3992c
support kubernetes ha cluster topology in minikube 2024-01-07 21:36:17 +00:00