Commit Graph

1721 Commits (30f7220ad18a5ac58e94de08f62c54866d06cfa5)

Author SHA1 Message Date
Medya Ghazizadeh 219580efcc
Merge pull request #12325 from prezha/fix-ingress-v1.22
Bump default Kubernetes version to v1.22.1 and update addons to with new API (ingress, gcpauth, olm and cilium)
2021-08-25 10:48:14 -07:00
Medya Ghazizadeh 527a3d920f
Merge pull request #12265 from prezha/fix-image-save-cmd
fix image save cmd
2021-08-25 10:45:08 -07:00
Sharif Elgamal 2bb50e412f
Merge pull request #12332 from andriyDev/TCSHEnvSupport
Add support for tcsh in docker-env subcommand
2021-08-25 10:09:20 -07:00
Andriy Dzikh 79fa08b26f Remove tcsh test from functional tests (our envs dont work with it). 2021-08-25 08:59:07 -07:00
Predrag Rogic f1ba75f436
fix TestFunctional/parallel/LoadImageFromFile - 2nd race condition 2021-08-24 23:18:54 +01:00
Predrag Rogic c39712803a
fix TestFunctional/parallel/LoadImageFromFile 2021-08-24 22:06:07 +01:00
Predrag Rogic c4bdef14ce
fix TestFunctional/parallel/LoadImageFromFile 2021-08-24 20:02:19 +01:00
Predrag Rogic 7466e4a109
fix gcpauth and olm for k8s v1.22+ 2021-08-24 18:40:22 +01:00
Predrag Rogic abd52901cf
fix ingress for k8s v1.22+ 2021-08-24 18:05:44 +01:00
Predrag Rogic 6efbd1ce13
merge 2021-08-24 04:20:52 +01:00
Andriy Dzikh 673d63b3cb Rewrite docker-env test and add support for multiple docker-env tests for environments. 2021-08-23 16:04:06 -07:00
Sharif Elgamal 32577cc801 Merge branch 'master' of github.com:kubernetes/minikube into cs-start-stop 2021-08-23 14:02:24 -07:00
Sharif Elgamal fe6cbc4e42 add extra options to minikube start directly 2021-08-20 15:34:53 -07:00
Sharif Elgamal daff8762be add extra config for cloud shell start 2021-08-19 17:25:42 -07:00
Sharif Elgamal c5246ad15e Merge branch 'master' of github.com:kubernetes/minikube into cs-start-stop 2021-08-19 16:45:10 -07:00
Jack Zhang def3f067a8 Support Ingress on MacOS, driver docker 2021-08-17 10:27:21 +08:00
Medya Ghazizadeh 29117e3c13
Merge pull request #12230 from medyagh/v1beta_depricate
bump calico to v3.20 and move away from v1beta apis
2021-08-16 16:38:16 -07:00
Anders F Björklund ab61a07f95 Make sure to use sudo for load/save docker images
Add a test for SaveImage, similar to LoadImage
2021-08-16 18:13:32 +02:00
Andriy Dzikh 5c0177aff6 Replace setupFailed with setupSucceeded because the Go docs lied. 2021-08-13 15:26:39 -07:00
Andriy Dzikh 7697b41c73 Move test skipping to start of TunnelTest. 2021-08-13 14:17:57 -07:00
Andriy Dzikh 486e475929 Propagate t.Fatalf on setup failure and ensure cleanup is done correctly for TestAddons. 2021-08-13 14:17:57 -07:00
Andriy Dzikh c67ceaabee Fix tunnel test. 2021-08-13 14:17:57 -07:00
Andriy Dzikh 58ab8876b5 Fix TestGuestEnvironment structure. 2021-08-13 14:17:57 -07:00
Andriy Dzikh 1d2b78197b Fix TestAddons to perform setup in a subtest and final checks in another subtest. 2021-08-13 14:17:57 -07:00
Andriy Dzikh e7c190b326 Fix TestJSONOutput tests when failing on the specific command. 2021-08-13 14:17:57 -07:00
Andriy Dzikh 6f608d3704 Fix TestStoppedBinaryUpgrade structure so most of the potentially broken code is in a leaf subtest. 2021-08-13 14:17:57 -07:00
Medya Ghazizadeh e51c5b1c37
Merge pull request #12227 from spowelljr/increaseStoppedBinaryTimeout
test: Increase time waiting for `minikube stop` to complete
2021-08-13 12:44:51 -07:00
Medya Gh ccf4af0997 change depricated golint to revive and fix lint issues 2021-08-12 18:11:16 -07:00
Sharif Elgamal cf10ce5663 run simple test for cloud shell 2021-08-12 14:40:42 -07:00
Steven Powell 5f85842b07 skip describing non-running pods if none present 2021-08-12 13:55:53 -07:00
Medya Gh 4e32f41c83 move away from v1beta apis 2021-08-10 14:24:43 -07:00
Steven Powell c6a4fd9f68 increase time waiting for stop to complete 2021-08-10 13:10:31 -07:00
Steven Powell de8a1ba40b
Merge pull request #12143 from spowelljr/imageLoadTar
Fix loading an image from tar failing on existing delete
2021-08-09 15:14:58 -07:00
Steven Powell 4ffd0de205 fix test 2021-08-09 13:41:44 -07:00
Sharif Elgamal 9995961a77
Merge pull request #12106 from sharifelgamal/more-reg
configure gcp-auth addon pull secret to work with all GCR and AR mirrors
2021-08-09 12:02:31 -07:00
Steven Powell 51117f93ba fixed test 2021-08-09 10:52:53 -07:00
Steven Powell 92a3f8c365 fix not appending .exe to binary 2021-08-06 16:21:57 -07:00
Steven Powell b859ede3c0 fix linting 2021-08-06 15:08:35 -07:00
Steven Powell 9a955c23c4 added test that loads an image from a local file 2021-08-06 15:01:38 -07:00
Medya Ghazizadeh 463da0e231
Merge pull request #12132 from andriyDev/SyncLegacyVersions
Move legacy version selection to its own function so tests are synced
2021-08-05 14:20:54 -07:00
Sharif Elgamal 078344e4ea
Merge pull request #12125 from spowelljr/fixScheduledStop
Fix ScheduledStop tests
2021-08-05 14:04:02 -07:00
Andriy Dzikh b1b7018606 Move legacy version selection to its own function so both tests are synchronized. 2021-08-05 09:26:43 -07:00
Steven Powell f089c7f8e1 fix PATH separator for Windows 2021-08-05 00:37:46 +00:00
Steven Powell 85d4b20a6c added comment 2021-08-04 17:12:07 -07:00
Steven Powell 87d208545c fix ScheduledStop tests 2021-08-04 17:02:08 -07:00
Sharif Elgamal c1e386f4f2 add new eu image yaml 2021-08-03 13:22:38 -07:00
Sharif Elgamal 3d79bba97d configure gcp-auth addon pull secret to work with all GCR and AR mirrors 2021-08-03 11:48:20 -07:00
Steven Powell 88a4add138 auto start buildkit daemon on `image load` for containerd 2021-07-29 16:50:29 -07:00
Medya Ghazizadeh c3f1f091ff
Merge pull request #11942 from andriyDev/AddCleanupToCacheTest
Add image cleanup for local image during cache test
2021-07-27 13:30:36 -07:00
Medya Ghazizadeh c6ff62046c
Merge pull request #11979 from andriyDev/MountPort
Add configurable port for minikube mount
2021-07-26 15:30:45 -07:00