Commit Graph

8705 Commits (26bdbfe11de823abb7c5c7da3d2aefc3aadf2ff5)

Author SHA1 Message Date
Medya Gh beec3b1ce1 stop kubelet on docker stop 2020-03-23 20:59:21 -07:00
Medya Ghazizadeh 1a19f8f0a5
Merge pull request #7176 from tstromberg/down-detect
Update commands to consistently detect down & paused clusters
2020-03-23 20:54:34 -07:00
Sharif Elgamal 8489c074fe code cleanup 2020-03-23 20:46:51 -07:00
Sharif Elgamal ca3f88a734 comment 2020-03-23 20:19:07 -07:00
Sharif Elgamal 4ab849b604 shorter variable names 2020-03-23 20:18:03 -07:00
Sharif Elgamal 8b58738491 check for conntrack at start time, remove useless solution message 2020-03-24 02:54:47 +00:00
Medya Ghazizadeh 7be00c08b9
Merge pull request #7186 from medyagh/install_conntrack
install conntrack on integeration machines
2020-03-23 19:03:47 -07:00
Medya Gh 90de1d4c7f install conntrack on integeration machines 2020-03-23 18:37:13 -07:00
Sharif Elgamal cc32a7afe4 Merge branch 'master' of github.com:sharifelgamal/minikube 2020-03-24 01:36:17 +00:00
Priya Wadhwa 3c37556627 update vm podman to same version 2020-03-23 18:06:53 -07:00
Sharif Elgamal 9e81e06e61 fix regex 2020-03-23 18:04:29 -07:00
Priya Wadhwa 091059b886 Add timeout on needsTransfer function
needsTransfer requires a network connection as it tries to get the digest of the image it is verifying. When running `TestOffline/group/crio`, LoadImages takes 6m30s to complete because it's waiting for i/o timeout. With this timeout, LoadImages takes ~45 seconds when running that integratin test.
2020-03-23 17:57:00 -07:00
Medya Ghazizadeh 7bff52ef0a
Merge pull request #7180 from sharifelgamal/conntrack
install conntrack for github action integration tests
2020-03-23 17:50:19 -07:00
Sharif Elgamal 4f3c4dee06 add nice error message for missing conntrack 2020-03-23 17:48:26 -07:00
Priya Wadhwa abf35cfbc1 Upgrade podman and add libglib2.0-0 to kicbase image
The `TestOffline/group/crio` integration test was failing with the error:

```
crio load image: sudo podman load -i /var/lib/minikube/images/storage-provisioner_v1.8.1: exit status 125
```

I tried SSH'ing into minikube and running the command myself, and got the error:

```
Error: could not get runtime: please update to v2.0.1 or later: outdated conmon version
```

I then tried updating conmon, but got the error:

```
conmon: error while loading shared libraries: libglib-2.0.so.0: cannot open shared object file: No such file or directory
```

I then tried adding the libglib2.0-0 library to the kic base image and upgrading podman, which seems to have resolved the issue.
2020-03-23 17:41:06 -07:00
Thomas Stromberg fcb8736cf7 merge to master 2020-03-23 17:30:06 -07:00
Thomas Stromberg 82eafa57d4 Smoothly retry host startup 2020-03-23 17:25:25 -07:00
Sharif Elgamal 1273d4f8e7 typo 2020-03-23 17:22:47 -07:00
Sharif Elgamal a42d1c40c1 conntrack only needed for none 2020-03-23 17:21:44 -07:00
Medya Ghazizadeh 93021fbfda
Merge pull request #7174 from afbjorklund/xdg-open
Centralize the handling of browser.OpenURL
2020-03-23 17:12:38 -07:00
Sharif Elgamal 0ff8becc63 install conntrack everywhere, check for vm-driver in tests 2020-03-23 17:09:12 -07:00
Medya Ghazizadeh 1d940845a8
Merge pull request #7177 from priyawadhwa/int-test
Fix output of ssh command test
2020-03-23 16:52:07 -07:00
Sharif Elgamal 2a2b3428fd add lz4 back 2020-03-23 16:42:39 -07:00
Medya Ghazizadeh 4783772494
Merge pull request #7178 from afbjorklund/machine-localhost
Upgrade machine to machine-drivers/master 0.16.2
2020-03-23 16:40:36 -07:00
Thomas Stromberg 16e18724e2 Dedup ExampleCmd, fix command flag ordering 2020-03-23 16:28:39 -07:00
Thomas Stromberg b99e943684 Improve minikubeCmd, promote to public function 2020-03-23 16:00:53 -07:00
Thomas Strömberg c50cfc99fa
Merge pull request #7158 from kubernetes/driver-confusion
Consistently detect old driver when existing.Driver is unset
2020-03-23 16:00:17 -07:00
Thomas Stromberg 673341ce35 Improve hostDriver comment 2020-03-23 15:51:02 -07:00
Thomas Strömberg 679b0c6c72
Merge pull request #7160 from kubernetes/stop-retry
hyperv Delete: call StopHost before removing VM
2020-03-23 15:48:40 -07:00
Sharif Elgamal 61c3e2d6a0 formatting 2020-03-23 15:46:45 -07:00
Sharif Elgamal 31dec90cc8 formatting 2020-03-23 22:45:22 +00:00
Sharif Elgamal 6f50b27a20 install conntrack for none tests 2020-03-23 15:38:17 -07:00
Sharif Elgamal 84d3dc3085
Merge pull request #7141 from laozc/fix-hostname
Fix node name for "none" driver
2020-03-23 15:27:12 -07:00
Anders F Björklund 80bd7b1532 Upgrade machine to machine-drivers/master 0.16.2 2020-03-23 22:41:06 +01:00
Priya Wadhwa 74380b0eda Fix output of ssh command test
The /r isn't actually returned.
2020-03-23 14:40:02 -07:00
Thomas Stromberg 81393a0bc3 Add boilerplate 2020-03-23 14:39:49 -07:00
Thomas Stromberg b9049288fd Improve experience for paused cluster 2020-03-23 14:25:59 -07:00
Thomas Stromberg 29f5007f46 Use correct machine name for status check 2020-03-23 14:25:47 -07:00
Anders F Björklund 54bbdde812 Print the URL, instead of return an error
Let the terminal user open it themselves
2020-03-23 22:11:43 +01:00
Thomas Stromberg 2e2a28be4e Merge branch 'master' into down-detect 2020-03-23 14:08:13 -07:00
Anders F Björklund 0ce81acbf4 Centralize the handling of browser.OpenURL
So we can catch when xdg-open not installed
2020-03-23 21:49:19 +01:00
Medya Ghazizadeh ea4f609424
Merge pull request #7164 from kubernetes/priyawadhwa-patch-1
Update roadmap.en.md
2020-03-23 13:43:15 -07:00
Thomas Stromberg b8c7638976 Add flag functions 2020-03-23 13:17:34 -07:00
Thomas Stromberg 77f97a58f4 Fix uninitalized variable 2020-03-23 13:16:37 -07:00
Thomas Stromberg 5bf84cc282 Merge branch 'master' into down-detect 2020-03-23 12:52:09 -07:00
Thomas Stromberg 8f9a2b9413 Consolidate cluster loading from cmd 2020-03-23 12:51:49 -07:00
priyawadhwa cf31a34071
Update roadmap.en.md 2020-03-23 11:45:34 -07:00
Thomas Stromberg 14f8ee3984 hyperv Delete: call StopHost before removing VM 2020-03-23 09:41:00 -07:00
Thomas Strömberg 40d7633a3f
Merge pull request #7149 from laozc/nvidia-gpu-sec
Do not run GPU plugin under priviledge mode
2020-03-23 09:23:04 -07:00
Thomas Stromberg a55573be12 Fix results when existing is nil 2020-03-23 08:33:49 -07:00