Commit Graph

4327 Commits (3a63a512db1927af9c884f901183806794defd18)

Author SHA1 Message Date
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
tstromberg 14209a487c Split NewBinDataAsset into NewBinAsset and MustBinAsset 2019-05-06 11:37:54 -07:00
tstromberg 614afc82f2 t log | more
Merge branch 'master' into bindata-panic
2019-05-06 11:27:06 -07:00
Thomas Strömberg fe3f7a0d7f
Merge pull request #4215 from tstromberg/vbox-broken
Fix stale err_map entry which broke TestFromError/VBOX_BLOCKED
2019-05-06 11:26:21 -07:00
tstromberg 93527dc67c Remove duplicate entry breaking tests 2019-05-06 11:16:59 -07:00
Anders F Björklund 732c6d7e9b Need to create the cni directory, or cri-o cries
config validation: invalid network_dir:
stat /etc/cni/net.d/: no such file or directory
2019-05-04 22:40:00 +02:00
Anders F Björklund c272f683ea The cri-o config changed the type of a field
Trying to run with the old config gives fatal runtime error:
toml: cannot load TOML value of type string into a Go slice
2019-05-04 22:09:21 +02:00
Anders F Björklund 8a4b8629dc Upgrade crio.conf to version v1.14.0 2019-05-04 22:05:23 +02:00
Anders F Björklund 1d8b7d6032 Upgrade crio.conf to version v1.13.0 2019-05-04 21:57:46 +02:00
Anders F Björklund bfed2948c1 Upgrade crio.conf to version v1.12.0 2019-05-04 21:55:12 +02:00
Anders F Björklund 6dda382a6a Upgrade crio.conf to version v1.10.0 2019-05-04 19:33:02 +02:00
Anders F Björklund 5927bf874d Upgrade Docker, from 18.06.3-ce to 18.09.5
Stop installing docker-runc, docker-containerd and docker-containerd-ctr

Instead use the upstream runc, containerd and ctr (after upgrading them)

	runc v1.0.0-rc6-69-g2b18fe1

	containerd v1.2.5
2019-05-04 18:16:37 +02:00
Anders F Björklund 3cc4376298 Upgrade crio to 1.14.0 2019-05-04 16:17:12 +02:00
Anders F Björklund af5b2c7c2d Upgrade podman to 1.2.0 2019-05-04 16:10:10 +02:00
Himanshu Pandey e23a78489c Added a param in the test case to find the current-context after stop 2019-05-03 16:18:36 -07:00
Thomas Stromberg e734b5be02 Avoid calling Read() on 0-byte resources, and add copious debugging. 2019-05-03 16:17:38 -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
Himanshu Pandey dd8d3cf900 minor code change: Added strings.TrimRight() 2019-05-03 14:12:11 -07:00
Sharif Elgamal e1decae772 move locale detection to main 2019-05-03 14:08:14 -07:00
Thomas Strömberg d46decfb59
Merge pull request #4198 from tstromberg/libvirt-solutions
Add solution text for common kvm2 and VirtualBox problems
2019-05-03 13:50:16 -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 Stromberg 1fe716a0d8 Fix bad merge 2019-05-03 12:42:54 -07:00
Thomas Stromberg 32f470f0ac Remove VBOX_THIRD_PARTY, add GOOS matching 2019-05-03 12:12:36 -07:00
Thomas Stromberg 27cd8b1a92 Remove VBOX_THIRD_PARTY, add GOOS matching 2019-05-03 12:06:28 -07:00
Thomas Strömberg e0bf9a55c3
Minor edit to the comment text for clarity 2019-05-03 11:21:18 -07:00
Thomas Strömberg 91da7f0d1c
Merge pull request #4196 from medyagh/master
Improve the github issue template
2019-05-03 11:16:51 -07:00
Sharif Elgamal 5cffb33e43 remove debugging 2019-05-02 19:05:44 -07:00