Commit Graph

77 Commits (c90a00a05ef7536b50cfdd2bc4ba176cb32c76c5)

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
錦南路之花 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 ad7fb3992c
support kubernetes ha cluster topology in minikube 2024-01-07 21:36:17 +00:00
Marcell Martini 38d59318b0 Add test to MultiNodeLabels. 2023-05-09 14:40:39 -04:00
Predrag Rogic 4650a3e83c
wait for pods to get IPs 2023-03-08 20:56:44 +00:00
Medya Ghazizadeh 7e38a61ac9
Update test/integration/multinode_test.go
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
2023-02-24 13:34:23 -08:00
Medya Ghazizadeh 0cd84d8ff7
Update test/integration/multinode_test.go
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
2023-02-24 13:30:08 -08:00
Medya Ghazizadeh c3ced9e44b
Update test/integration/multinode_test.go
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
2023-02-23 16:13:05 -08:00
Medya Gh 468919b2fc add more 2023-02-23 13:36:51 -08:00
Medya Gh ae91a3e2ec test log when it hostip is nil 2023-02-22 13:32:30 -08:00
Medya Gh 57a8bb706b add more verbose failure for DeployApp2Nodes 2023-02-22 13:26:18 -08:00
Kian-Meng Ang bc03821826 Fix typos 2022-06-10 15:26:35 -07:00
Steven Powell 2e4ea3c259 replace MkdirTemp with t.TempDir in tests 2022-04-01 19:18:20 -07:00
Steven Powell 3325dd31cb remove uses of ioutil 2022-04-01 10:39:14 -07:00
Steven Powell 1aa1f04e9b remove old build tags 2022-03-30 16:43:29 -07:00
Steven Powell b1f82cc5f1 change to path.Join 2021-12-13 14:19:50 -08:00
Steven Powell 7351b5618d fix multinode file copying test on Windows 2021-12-13 11:47:41 -08:00
Daehyeok Mun a88aec8b46 Support copy file from node to local host or between nodes. 2021-11-03 14:49:32 -07:00
Steven Powell 145f9fc9ab run `go fmt` 2021-09-13 11:58:43 -07:00
Steven Powell 3b26a57928 updated PingHostFrom2Pods test to actually ping the host from the pod 2021-07-20 17:02:11 -07:00
Rajwinder Mahal 0da9c4b4c1
Fix typo in multinode_test.go 2021-07-07 16:35:16 -07:00
Andriy Dzikh ae8cfa992a Create integration test for multinode restart. 2021-06-22 14:20:33 -07:00
Predrag Rogic 4e967acbae
avoid error, improve test 2021-05-17 21:18:27 +01:00
Predrag Rogic 0a3a92e09c
move to separate subtest 2021-05-17 21:14:59 +01:00
Predrag Rogic 260d22cd57
rename func, add comments 2021-05-17 21:14:59 +01:00
Predrag Rogic 3ddb4e30b3
add host.minikube.internal to coredns 2021-05-17 21:14:35 +01:00
Daehyeok Mun 7c2e963392 Implement target node option for cp command 2021-05-13 10:47:09 -07:00
Predrag Rogic 6448d8567f
fix "panic: runtime error: index out of range" error in integration.validateDeployAppToMultiNode 2021-04-19 23:19:26 +01:00
Sharif Elgamal 7cd2dcfee8 fill in missing docs 2021-04-16 14:01:04 -07:00
Sharif Elgamal 0ed5b13995 add docs for all integration tests and generate docs with them 2021-04-16 13:42:41 -07:00
Predrag Rogic 387ad774bb
multinode: fix kindnet and dns issues 2021-04-05 16:18:37 +01:00
hetong07 b4c4424f14 Validate each node could resolve a local service, and rename the delopyment file name. 2021-03-04 16:26:59 -08:00
hetong07 24df623049 Multinode-test: create 2 pods deployment and validate the DNS is available to them. 2021-03-04 16:01:26 -08:00
Medya Ghazizadeh ce8a7e8014
Merge pull request #9996 from daehyeok/profile_list_error
Fix profile list when there are multi node clusters
2021-02-02 15:18:31 -08:00
Daehyeok Mun 5ddaf5f545 Remove cluster's subnode from ListProfiles result.
Fix prolbem which ListProfiles return subnodes in Mult-Node clusters as
a part of inValidPs.
2021-01-28 14:43:55 -08:00
Daehyeok Mun a00d632930 Check profile, node name to prevent duplication
Check profile and node name before add to prevent conflict with
machine name on multinode cluster.
2021-01-28 14:42:40 -08:00
Sharif Elgamal fc8110f9c8 remove unnecessary sleep in test 2020-10-15 17:58:50 -07:00
Sharif Elgamal cffd317731 Merge branch 'master' of github.com:kubernetes/minikube into add-kubectl 2020-09-02 13:38:11 -07:00
Thomas Stromberg 393aa5926f Fail fast if the context timer has run out 2020-08-22 10:18:15 -07:00
Sharif Elgamal 52b66b4b9a sleep longer because I have no idea 2020-07-29 16:30:56 -07:00
Sharif Elgamal 3730a4cca8 move sleep around 2020-07-29 10:54:02 -07:00
Sharif Elgamal 916b795d42 add verbosity to restart multinode test too 2020-07-28 15:51:04 -07:00
Sharif Elgamal 174f90152f add more verbosity 2020-07-28 14:42:08 -07:00
Sharif Elgamal de35861f8b add verbosity to multinode start test 2020-07-28 13:06:23 -07:00
Sharif Elgamal b602ae44bd check kubectl for multinode test 2020-07-27 17:39:32 -07:00
Sharif Elgamal b7445a7483 fix lint 2020-07-15 15:14:12 -07:00
Sharif Elgamal 58c501c322 sleeping for 30 seconds works for some reason? 2020-07-15 15:02:54 -07:00
Sharif Elgamal 9f2f604b93 several fixes 2020-07-13 18:54:40 -07:00