Medya Gh
b8501ea4f4
Fix formatting
2019-05-15 15:30:39 -07:00
Medya Gh
a0c6013e71
Fixed Error handling for http serve
2019-05-15 15:05:29 -07:00
Medya Gh
10799333f1
Added integration tests for proxy
2019-05-15 15:00:45 -07:00
Medya Gh
e878f9badb
Merge remote-tracking branch 'upstream/master' into no_proxy_for_self
2019-05-15 14:19:14 -07:00
Thomas Strömberg
2a4270c803
Merge pull request #4257 from tstromberg/solution-msgs
...
Add more solutions messages
2019-05-15 11:50:51 -07:00
Medya Gh
b9149b1eb0
Better name
2019-05-15 11:44:31 -07:00
Medya Gh
6fe614efa7
Fix stutter between the package name and the function
2019-05-15 11:34:21 -07:00
Medya Gh
6384a2294e
Fix naming and improve public functions singatures
2019-05-15 11:28:31 -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
b1e5f0d321
Add KVM_UNAVAILABLE message
2019-05-14 20:59:33 -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
ddb95e1488
return error if nil
2019-05-14 20:22:51 -07:00
Medya Gh
6a433d01bf
Fixing K8S Client Config with TranportWrap
2019-05-14 20:16:44 -07:00
tstromberg
ac03753449
Finish text for KVM2_START_NO_IP and DOWNLOAD_TLS_OVERSIZED
2019-05-14 20:15:55 -07:00
tstromberg
b9c92cd4be
Add more solutions messages
2019-05-14 17:01:57 -07:00
Thomas Strömberg
aa2252bd28
Update http_proxy.md
2019-05-14 14:19:33 -07:00
Thomas Strömberg
6d654c92da
Update to mention the new docker auto configuration
2019-05-14 14:19:01 -07:00
Thomas Strömberg
b69fdd20e9
Mention systemctl
2019-05-14 10:52:38 -07:00
Kubernetes Prow Robot
1d3b96be72
Merge pull request #4244 from webwurst/patch-1
...
Fix location of Kubernetes binaries in cache directory
2019-05-13 22:47:08 -07:00
Sharif Elgamal
ac3bdd1b25
Merge pull request #4241 from myhro/go-mod
...
Add Go modules support
2019-05-13 13:22:13 -07:00
Tiago Ilieve
5a2aad01d1
docs: remove 'GOPATH' references
2019-05-13 20:39:31 +02:00
Tiago Ilieve
8b17e6070c
Add Go modules, remove Go dep
2019-05-13 20:39:31 +02:00
Tobias Bradtke
7739d636ed
Fix location of Kubernetes binaries in cache directory
2019-05-12 17:09:53 +02:00
Medya Gh
8bc0010716
Fix dashboard behind proxy and refactor
2019-05-09 17:29:52 -07:00
Tiago Ilieve
e02f9c6f35
Remove 'makedepend.sh'
...
Not needed when using Go modules.
2019-05-09 22:14:01 +02:00
Tiago Ilieve
5e004bc02c
Remove 'vendor/' directory
2019-05-09 20:34:47 +02: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
312b1d65f4
Merge pull request #4220 from zregvart/patch-1
...
Fix registry addon ReplicationController template
2019-05-08 11:13:19 -07:00
Himanshu Pandey
64f990cec1
Updated the test case
2019-05-07 13:58:33 -07:00
Zoran Regvart
40da5023d0
Fix registry addon ReplicationController template
...
Running the `minikube addons enable registry` yields `registry was successfully enabled` but no `registry` Pod ends up being run.
I've narrowed it down to this `env` entry not being quoted.
Logs from `kube-addon-manager-minikube` Pod show this error:
```
Error from server (BadRequest): error when creating "/etc/kubernetes/addons/registry-rc.yaml": ReplicationController in version "v1" cannot be handled as a ReplicationController: v1.ReplicationController.Spec: v1.ReplicationControllerSpec.Template: v1.PodTemplateSpec.Spec: v1.PodSpec.Containers: []v1.Container: v1.Container.Env: []v1.EnvVar: v1.EnvVar.Value: ReadString: expects " or n, but found t, error found in #10 byte of ...|,"value":true}],"ima|..., bigger context ...|"name":"REGISTRY_STORAGE_DELETE_ENABLED","value":true}],"image":"registry.hub.docker.com/library/reg|...
```
2019-05-07 22:35:15 +02:00
Kubernetes Prow Robot
2cd5336f0b
Merge pull request #4162 from tstromberg/shorter-prefixes
...
Standardize ASCII prefix for info, warning, and error messages
2019-05-07 11:58:35 -07:00
Thomas Strömberg
b936caf717
Merge pull request #4216 from medyagh/4214_replace_sed
...
Replace ARCH sed macros with Go templates
2019-05-07 11:34:35 -07:00
Medya Gh
30eed5d3b1
Fix comment typo
2019-05-07 11:17:30 -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
Medya Gh
5fa67141e6
Added Exotic Arch for legacy docker images
2019-05-06 17:07:05 -07:00
Medya Gh
e82aef5c90
Rename the template names
2019-05-06 15:21:03 -07:00
Medya Gh
d688240b75
Rename all template files to be consistent format .ext.tmpl
2019-05-06 15:12:46 -07:00
Medya Gh
c997c72667
Update gitignore
2019-05-06 14:44:59 -07:00
Medya Gh
e6c4ee5b50
Rename the .template files to .yaml
2019-05-06 14:43:10 -07:00
Medya Gh
1790589f70
Replace ARCH sed macros with Go templates
2019-05-06 14:38:38 -07:00
Thomas Strömberg
2ddd4c59d0
Merge pull request #4203 from tstromberg/bindata-panic
...
Fix Makefile deploy rule dependency and improve error checking for invalid assets
2019-05-06 13:41:39 -07:00
tstromberg
283d54caed
Asterisks won in the votes
2019-05-06 11:57:19 -07:00
tstromberg
ae3b25f26c
Merge branch 'master' into shorter-prefixes
2019-05-06 11:52:51 -07:00
tstromberg
bf9da63579
Depend on building DEPLOYS and not the existing files
2019-05-06 11:47:31 -07:00