Commit Graph

2961 Commits (f71b44689e341f92ee0f8a6772ef483f38b1b06f)

Author SHA1 Message Date
Thomas Strömberg b3ca75998d
Merge pull request #7098 from tstromberg/b
Upgrade dashboard to v2.0.0-rc6
2020-03-18 13:14:11 -07:00
Thomas Strömberg cf11d47f78
Merge pull request #7090 from tstromberg/docker-default
Upgrade Docker driver to preferred (Linux), default on other platforms
2020-03-18 12:30:43 -07:00
Thomas Stromberg 53da725030 Dashboard upgrade to rc6 2020-03-18 12:27:41 -07:00
priyawadhwa 1c9e63312c
Merge pull request #7042 from priyawadhwa/preload-release-script
Refactor preload_images.go to function as an automated release script for preloaded tarballs
2020-03-18 10:33:18 -07:00
Thomas Stromberg bed7006970 Upgrade Docker driver to preferred (Linux), default on other platforms 2020-03-18 10:07:49 -07:00
Priya Wadhwa 579ac4411c Use one tarballName function for consistency and add amd64 to the name 2020-03-17 13:58:03 -07:00
Thomas Stromberg 14b03f1f75 Update to Kubernetes v1.18.0-rc.1 by default 2020-03-17 12:13:16 -07:00
Medya Ghazizadeh 82900a7811
Merge pull request #7030 from wallrj/7028-kubeadm-v1beta2-extra-config-controller-manager
Remove controllerManager from the kubeadm v1beta2 template
2020-03-16 13:39:54 -07:00
Medya Ghazizadeh bf1b6d799c
Merge pull request #7048 from afbjorklund/reportcard-1.8.2
Improve reportcard for the v1.8.2 release
2020-03-14 19:22:24 -07:00
vikkyomkar f54af5d684 function name HostPortBinding changed to ForwardedPort 2020-03-14 21:28:12 +05:30
Anders F Björklund 5987a390e7 Improve reportcard for the v1.8.2 release
gofmt: 99%
	pkg/minikube/docker/store_test.go
		Line 1: warning: file is not gofmted with -s (gofmt)
golint: 99%
	pkg/minikube/cruntime/docker.go
		Line 40: warning: exported type ErrISOFeature should have comment or be unexported (golint)
		Line 44: warning: exported function NewErrISOFeature should have comment or be unexported (golint)
gocyclo: 99%
	cmd/minikube/cmd/start.go
		Line 801: warning: cyclomatic complexity 18 of function generateCfgFromFlags() is high (> 15) (gocyclo)
2020-03-14 14:25:50 +01:00
Anders F Björklund 8447f0f6ce Remove now unused machineDirs function 2020-03-14 14:10:29 +01:00
Thomas Stromberg 895967235a Improve error message output 2020-03-13 16:18:14 -07:00
Thomas Stromberg 196a8d7b82 Delete: output underlying status failure, refactor wordy code 2020-03-13 15:51:03 -07:00
Medya Ghazizadeh 6d16146cb7
Merge pull request #7021 from medyagh/reload_dameojn
Fix dockerd internal port changing on restart
2020-03-13 14:15:05 -07:00
Medya Gh 3ec8d429e1 more refactor 2020-03-13 12:25:37 -07:00
Medya Gh 9fe3053a0a improve docker env warnining formatting 2020-03-13 12:14:16 -07:00
Medya Gh 0da027cdb2 refactor 2020-03-13 12:01:28 -07:00
Medya Gh 37ee8b2de6 move replace api server name to apiServerURL 2020-03-13 11:18:45 -07:00
Medya Gh 86d7c40ff0 missed word 2020-03-13 10:45:09 -07:00
Medya Gh 70c9304724 code review comments 2020-03-13 10:37:29 -07:00
Richard Wall bee2907b8a Remove controllerManager from the kubeadm v1beta2 template
Signed-off-by: Richard Wall <richard.wall@jetstack.io>
2020-03-13 17:34:40 +00:00
Medya Gh fcd3a2b476 verify agaibn 2020-03-12 18:59:20 -07:00
Medya Gh c9cc3d3f30 dont verify docker certs 2020-03-12 18:37:03 -07:00
Medya Gh 48ff543323 err 2020-03-12 16:43:50 -07:00
Medya Gh ac64cf5134 ki kubeconfig 2020-03-12 16:21:16 -07:00
Medya Gh 99ba89c2dd ip 2020-03-12 16:01:49 -07:00
Medya Gh 084da0c46a fix maybe 2020-03-12 15:31:38 -07:00
Medya Gh 2e5b4ece36 hard code docker port 2020-03-12 14:50:19 -07:00
Medya Gh 4f097cb369 fix 2020-03-12 14:29:17 -07:00
Medya Gh d3b20dc3d8 try 2020-03-12 14:28:37 -07:00
Medya Gh 1b0fb63fc9 try again 2020-03-12 14:27:31 -07:00
Medya Gh 7d3117916e daemon-reload 2020-03-12 14:17:06 -07:00
Medya Gh 4ce5a16254 sudo docker 2020-03-12 11:45:42 -07:00
Medya Gh 94092c8d6a sudo systemctl 2020-03-12 11:43:34 -07:00
Medya Ghazizadeh 980e3ab9ed
Merge pull request #6985 from priyawadhwa/no-overwrite-tar
Merge repositories.json after extracting preloaded tarball so that reference store isn't lost
2020-03-11 18:23:09 -07:00
Thomas Strömberg a29c5739ab
Merge pull request #6988 from tstromberg/v1.18.0-beta
Update NewestKubernetesVersion to 1.18.0-beta.2
2020-03-11 17:00:35 -07:00
Thomas Strömberg e45b230622
Merge branch 'master' into no-overwrite-tar 2020-03-11 16:59:41 -07:00
Medya Ghazizadeh d63d3bc1df
Merge pull request #6990 from tstromberg/istio-memory2
Plumb config.ClusterConfig throughout addon validation code
2020-03-11 16:16:12 -07:00
Medya Ghazizadeh c57e41533f
Merge pull request #7015 from tstromberg/lz4-missing
none: Skip driver preload and image caching
2020-03-11 16:15:25 -07:00
Priya Wadhwa 701cf5cfc9 Address nits 2020-03-11 15:53:45 -07:00
Medya Ghazizadeh a5f8ad0e89
Merge pull request #7001 from medyagh/improve_test_log
improve misleading log
2020-03-11 15:27:53 -07:00
Thomas Strömberg 45b1156089
Merge pull request #7014 from tstromberg/rename-to-finalize
Download to a temporary files and finalize using os.Rename
2020-03-11 15:00:36 -07:00
Thomas Stromberg 8a132547c8 Clarify comment 2020-03-11 14:21:19 -07:00
Thomas Stromberg 97cc383de0 Avoid cache loading for the none driver, Docker already has a cache 2020-03-11 14:18:29 -07:00
Priya Wadhwa a2e5a5ee8c removed unused unit test 2020-03-11 14:11:17 -07:00
Priya Wadhwa 01f5300a62 merge reference stores if needed 2020-03-11 14:02:19 -07:00
Thomas Strömberg d8f5e769bb
Merge pull request #7013 from tstromberg/debug-preload-upload
Extra debugging for preload generation process
2020-03-11 13:53:13 -07:00
Thomas Stromberg 727d36d010 downloaders: finalize using os.Rename 2020-03-11 13:48:55 -07:00
Thomas Stromberg 43ce409e79 Extra debugging for preload generation process 2020-03-11 13:09:55 -07:00