Commit Graph

648 Commits (bd166d62e86367310d84ede052cd2c7ea38f64b3)

Author SHA1 Message Date
Thomas Strömberg 9d09ff069b
Merge pull request #4229 from medyagh/no_proxy_for_self
Allow minikube to function with misconfigured NO_PROXY value
2019-05-20 11:22:12 -07:00
Thomas Strömberg 35dc6a2ff2
Merge pull request #3892 from 11janci/jjanik-expose-pod-cidr
Expose ‘—pod-network-cidr’ argument in minikube
2019-05-20 08:14:03 -07:00
Jan Janik 21b9e95647 Whitelist for kubeadm extra args 2019-05-17 17:11:03 +12:00
Jan Janik 6fe47f3677 Expose ‘—pod-network-cidr’ argument in minikube 2019-05-17 16:59:06 +12:00
Thomas Stromberg fa1c092633 Remove stray newline 2019-05-16 15:39:17 -07:00
Medya Gh 3ff806a595 Added unittest and rebase 2019-05-16 14:44:01 -07:00
Thomas Stromberg 698f176d31 Remove unused validateCluster, now handled by bootstrapper.WaitCluster 2019-05-16 13:41:59 -07:00
Thomas Stromberg e535268db5 Use kubeadm to restart kube-proxy rather than rolling our own 2019-05-16 13:28:12 -07:00
Medya Gh 08d19bf15a Improve formatting and messages 2019-05-15 15:39:50 -07:00
Medya Gh e878f9badb Merge remote-tracking branch 'upstream/master' into no_proxy_for_self 2019-05-15 14:19:14 -07:00
Medya Gh 6384a2294e Fix naming and improve public functions singatures 2019-05-15 11:28:31 -07:00
tstromberg 88f34bd0e3 Pass up better error messages 2019-05-15 10:25:34 -07:00
Medya Gh 830e18dc62 Updated warn message and remove duplicate warning 2019-05-14 21:57:48 -07:00
Medya Gh 8120cdd505 No Proxy for Dashboard and moving logic to proxy package 2019-05-14 21:45:35 -07:00
tstromberg 313cf575fe Merge branch 'master' into gomods 2019-05-14 21:06:00 -07:00
Thomas Strömberg c55b9160c6
Merge pull request #4177 from hpandeycodeit/master
Unset the current-context after minikube stop
2019-05-14 20:28:29 -07:00
Medya Gh 6a433d01bf Fixing K8S Client Config with TranportWrap 2019-05-14 20:16:44 -07:00
Thomas Stromberg 25579f5a58 Use consistent names for k8s API imports 2019-05-13 21:57:59 -07:00
Thomas Stromberg 6e693d22ee lint-a-geddon is here 2019-05-13 21:43:52 -07:00
tstromberg 9a9f9edf5f First pass at lint-ageddon 2019-05-13 18:31:55 -07:00
Medya Gh 8bc0010716 Fix dashboard behind proxy and refactor 2019-05-09 17:29:52 -07:00
Medya Gh 0529f0b95a Added more comment 2019-05-08 15:17:50 -07:00
Medya Gh 581b63ac22 Fixed API connectivity with http(s) proxy 2019-05-08 15:10:10 -07:00
Thomas Strömberg a30bf66347
Merge pull request #3937 from laozc/check-gcr-access
Select an accessible image repository for some users
2019-05-07 10:00:16 -07:00
Thomas Strömberg 756cd0f343
Merge pull request #4197 from dpandhi-git/master
Make default output of 'minikube start' consume fewer lines in the terminal
2019-05-07 09:55:40 -07:00
Deepika Pandhi c98ba69216 anged email address for commit & impleted review updates for #4187 2019-05-06 22:05:04 -07:00
Deepika Pandhi 498b719f66 Did go format check for travis build #4187 2019-05-06 22:05:04 -07:00
Deepika Pandhi 183322f0bd Changed minikube start output as per #4187 2019-05-06 22:04:27 -07:00
Sharif Elgamal 8afeda20f6
Merge pull request #4199 from sharifelgamal/jibber-jabber
Add automatic locale detection
2019-05-03 15:03:05 -07:00
Sharif Elgamal e1decae772 move locale detection to main 2019-05-03 14:08:14 -07:00
Sharif Elgamal 5f42672c8a gofmt 2019-05-03 13:01:54 -07:00
Sharif Elgamal 0bf293b019 Move setting locale to start 2019-05-03 12:50:02 -07:00
Thomas Strömberg 163e74f7ba
Merge pull request #4191 from tstromberg/stale-mount-pid
Make handling of stale mount pid files more robust
2019-05-02 18:49:57 -07:00
Anders F Björklund 292f4ec49b Add new kubectl command 2019-05-02 20:38:52 +02:00
Thomas Strömberg 63bfd32ad3
Revert "Initial implementation of kubectl command" 2019-05-02 11:26:04 -07:00
Sharif Elgamal ec6fc41ac5
Merge pull request #3646 from afbjorklund/kubectl
Initial implementation of kubectl command
2019-05-02 11:19:53 -07:00
tstromberg 5c154b0e03 Make KillMountProcess more robust, and failures a warning 2019-05-02 10:21:56 -07:00
Zhongcheng Lao 144f651385
Triggers repository detection only when --image-repository=auto 2019-05-02 19:07:45 +08:00
Himanshu Pandey fb0127f352 Fixed gofmt errors 2019-04-30 16:24:30 -07:00
Himanshu Pandey df0a0ad77c Unset the current-context on minikube stop 2019-04-30 00:02:05 -07:00
Marcos Diez 3eb340b527 don't attempt to pull docker images on relaunch when it's not an upgrade
fix syntax
2019-04-25 18:30:02 -03:00
Thomas Strömberg 167ab2e422
Merge pull request #4049 from RA489/updatecontextfix
update-context is confusing with profiles
2019-04-25 13:04:06 -07:00
Anders F Björklund ca26ae8afb Initial implementation of kubectl command 2019-04-25 21:07:57 +02:00
Zhongcheng Lao 39c0ec1fa0
Merge remote-tracking branch 'origin/master' into check-gcr-access 2019-04-24 23:52:34 +08:00
Thomas Stromberg a1637061a0 Improve comments 2019-04-23 13:43:17 -07:00
Thomas Stromberg 56bf985dc5 Download ISO image before Docker images, as it's required first 2019-04-23 13:35:16 -07:00
Zhongcheng Lao fa175590c4
Merge remote-tracking branch 'origin/master' into check-gcr-access 2019-04-18 20:52:26 +08:00
Anders F Björklund 677c497101 Systemd returns error on inactive, so allow that
The SSH infrastructure currently doesn't handle when the command
is _supposed_ to return an error, so allow this case explicitly.
2019-04-14 09:55:17 +02:00
Anders F Björklund b55507b50c Another complex function
17 cmd runStart cmd/minikube/cmd/start.go:165:1
2019-04-12 20:47:29 +02:00
Anders F Björklund a73dfc5f9e Merge branch 'master' into cyclo 2019-04-12 20:03:20 +02:00