Commit Graph

8822 Commits (ba84f942bd1f872644fe1af5b071c22964b67abc)

Author SHA1 Message Date
Medya Gh 67bd258465 remove extra line 2020-03-23 23:02:27 -07:00
Medya Ghazizadeh afa09ad5d4
Merge pull request #7182 from priyawadhwa/issue-7172
Upgrade podman and add libglib2.0-0 to kicbase image v0.0.8
2020-03-23 23:01:53 -07:00
Medya Gh aec6fdc25a initialize kic runner in stop 2020-03-23 21:01:12 -07:00
Medya Gh 7619a5075a fix logging 2020-03-23 21:01:12 -07:00
Medya Gh 36f3f657af force stop if cant stop for none 2020-03-23 21:01:12 -07:00
Medya Gh 545348341a for none let it stop all containers 2020-03-23 21:01:12 -07:00
Medya Gh 47c8e9c87b dont return on error kic sto 2020-03-23 21:01:12 -07:00
Medya Gh 5f90a319bd stop k8s in kic and none 2020-03-23 21:01:12 -07:00
Medya Gh fae3e34319 add stop force stop 2020-03-23 20:59:21 -07:00
Medya Gh 298be78e5f remove duplicate code 2020-03-23 20:59:21 -07:00
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