Commit Graph

4578 Commits (a54ea82e3b9b2f44b9444116d8c32bdd4b50914a)

Author SHA1 Message Date
Priya Wadhwa a54ea82e3b Implement schedule stop for unix 2020-10-20 13:45:59 -07:00
Sharif Elgamal 14003b0905 Infof->Info 2020-10-16 16:16:38 -07:00
Sharif Elgamal 79c69ab8dd add logging for waiting for worker to register 2020-10-16 16:12:04 -07:00
Sharif Elgamal fc8110f9c8 remove unnecessary sleep in test 2020-10-15 17:58:50 -07:00
Sharif Elgamal 11ff57e8b5 make sure worker nodes actually join control plane on restart 2020-10-15 16:53:13 -07:00
Medya Ghazizadeh 29f00628f5
Merge pull request #9459 from medyagh/stopped_kubelet
new --wait component "kubelet"
2020-10-15 12:25:11 -05:00
Medya Gh 359cc82793 change file name 2020-10-14 15:44:18 -07:00
Sharif Elgamal 06a64de853
Merge pull request #9417 from joshmue/fix_ssh_native_toggle
Fix "--native-ssh" flag of "minikube ssh"
2020-10-14 10:30:51 -07:00
Medya Gh cba6bb6f53 improve comments 2020-10-13 16:19:13 -07:00
Medya Gh 566679e2f2 lint 2020-10-13 16:11:11 -07:00
Medya Gh f3a1dec0f2 merge conf 2020-10-13 16:08:40 -07:00
Medya Gh 7b9fbd88d3 fix comment 2020-10-13 16:03:53 -07:00
Medya Gh 63c4468fd5 address review comments 2020-10-13 16:01:59 -07:00
Medya Gh ad83c7226f better log 2020-10-13 15:46:06 -07:00
Medya Gh 37f37fd504 resolve conflict 2020-10-13 15:45:46 -07:00
Nick Kubala fd15e50dbe
Fix typo (cointainer -> container) 2020-10-13 14:20:35 -07:00
Priya Modali 8936a8c7f8 Merge branch 'master' of https://github.com/kubernetes/minikube into klog 2020-10-13 09:08:27 -07:00
Medya Ghazizadeh 88304ef63b
Merge pull request #9408 from sharifelgamal/failure-policy
simplify addon code by fixing gcp-auth failure policy
2020-10-12 18:08:12 -05:00
Priya Modali 59548194bd Merge branch 'master' of https://github.com/kubernetes/minikube into klog 2020-10-09 17:45:35 -07:00
Medya Ghazizadeh 567d2f2f65
Merge pull request #9426 from priyawadhwa/drv-cp-endpoint
Add further debugging for DRV_CP_ENDPOINT failure
2020-10-09 16:55:38 -05:00
Priya Wadhwa acd5a7a4c8 address review comments 2020-10-09 14:16:35 -04:00
Joshua Mühlfort 8cfe5c1a7b Fix "--native-ssh" flag of "minikube ssh"
In the previous state, the flag was discarded. This commit fixes
that and also makes sure that the SSH client is created after the
default client type is configured according to the flag.
2020-10-09 09:41:19 +02:00
Priya Modali 2985e8a21e Updating unit tests. 2020-10-08 15:10:50 -07:00
Priya Wadhwa 0985957032 Add further debugging for DRV_CP_ENDPOINT failure 2020-10-08 18:00:11 -04:00
Medya Ghazizadeh 9496845fb6
Merge pull request #9421 from medyagh/kic_image_14
bump kicbase image tag to stable
2020-10-08 16:35:49 -05:00
Medya Gh 4d743b2f3d bump kicbase imge 2020-10-08 13:45:54 -07:00
Medya Ghazizadeh c459fea74d
Merge pull request #9414 from prezha/delete-context-when-stopped
Delete context when stopped
2020-10-08 15:12:50 -05:00
Priya Modali ef2090ac31 Merge branch 'master' of https://github.com/kubernetes/minikube into klog 2020-10-08 10:27:04 -07:00
Predrag Rogic c63de60aba
add HostKubeconfigDeleteCtx Reason Exit 2020-10-07 22:58:20 +01:00
Priya Modali 85b722c7b6 Setting klog default flag values. 2020-10-07 14:19:35 -07:00
Medya Ghazizadeh e573b928d5
Merge pull request #9404 from ToonvanStrijp/master
Add new flag "--ports" to expose ports for docker & podman drivers
2020-10-07 15:56:29 -05:00
ToonvanStrijp 61048eedbe fix typo 2020-10-07 19:41:57 +02:00
ToonvanStrijp 96d7fc4bc0 fix lint tabs 2020-10-07 19:40:59 +02:00
ToonvanStrijp a20a177005 pass docker and podman exposed ports to driver 2020-10-07 18:10:07 +02:00
ToonvanStrijp e66101d174 change dockerPorts to exposedPorts 2020-10-07 18:09:11 +02:00
Medya Ghazizadeh d7c517471d
Merge pull request #9316 from priyawadhwa/preload-disk-full
preload: print solution message when there is no space left on device
2020-10-06 19:10:53 -05:00
Sharif Elgamal b04610ef9b simplify addon code by fixing gcp-auth failure policy 2020-10-06 16:14:44 -07:00
Priya Modali 3703f69c25 Applying klogFlags set via cobra. 2020-10-06 11:20:51 -07:00
ToonvanStrijp 902ca07557 add -p flag to extra args in new driver 2020-10-06 13:38:58 +02:00
ToonvanStrijp e500d5b840 add DockerPorts to cluster config 2020-10-06 13:38:01 +02:00
ToonvanStrijp b538bc0f56 add extra args 2020-10-06 13:34:20 +02:00
Medya Ghazizadeh 5614ed0edc
Merge pull request #9367 from medyagh/pname_length
don't allow profile name to be less than 2 characters
2020-10-05 18:14:15 -05:00
Priya Wadhwa d6acf7f4cb fix issues 2020-10-05 11:49:28 -04:00
Priya Wadhwa 4cff79008c fixed merge conflict 2020-10-05 11:47:53 -04:00
Anders F Björklund 20fc95724e Rearrange whitespace to make goimports happy 2020-10-04 16:05:30 +02:00
Anders F Björklund e36c937a34 Do some simple cleanup of the golint complaints
The "magic strings" and enums still needs another approach

Simply echoing everything twice doesn't seem very useful ?
2020-10-04 13:40:33 +02:00
Anders F Björklund 237591376d Run gofmt on pkg/minikube/driver/driver_test.go 2020-10-04 09:49:58 +02:00
Priya Modali 43cc1a2581 Resolved merg conflicts. 2020-10-02 14:10:55 -07:00
Medya Ghazizadeh 0fc0c82337
Merge pull request #9294 from medyagh/docker_network
add dedicated network for docker driver
2020-10-01 14:11:42 -05:00
Medya Gh 437aed366c unit test 2020-09-30 17:31:22 -07:00