Commit Graph

4024 Commits (c8af727416bb1ab9f066a87d86f0bc781877740a)

Author SHA1 Message Date
Thomas Strömberg 4ccc7a2b17
Merge pull request #3961 from afbjorklund/tarball-tmp
Use a temp file, when writing the cached image
2019-03-25 18:57:54 -07:00
Thomas Stromberg 294b26b5f1 Update default Kubernetes version to v1.14.0 2019-03-25 18:56:32 -07:00
Thomas Strömberg a1317476c2
Merge pull request #3931 from tstromberg/bring_ya_errs_to_the_project_maybe_we_can_solve_it
Add solution catalog to help users who run into known problems
2019-03-25 18:33:07 -07:00
Thomas Stromberg 66cf896de4 Add difflib 2019-03-25 18:29:22 -07:00
Thomas Stromberg 9f753c3027 Fix all the kubeadm config generation bugs I could find, add tests across versions 2019-03-25 18:25:01 -07:00
Anders F Björklund 3194ec7026 Use a temp file, when writing the cached image 2019-03-25 21:53:07 +01:00
Thomas Stromberg 91e722cc9b Merge branch 'bring_ya_errs_to_the_project_maybe_we_can_solve_it' of github.com:tstromberg/minikube into bring_ya_errs_to_the_project_maybe_we_can_solve_it 2019-03-25 13:31:31 -07:00
Thomas Stromberg 9dc4ea4b26 Merge branch 'master' into bring_ya_errs_to_the_project_maybe_we_can_solve_it 2019-03-25 13:29:15 -07:00
Thomas Stromberg e843038597 More refactoring, add INVALID_PROXY_HOSTNAME 2019-03-25 13:28:31 -07:00
Thomas Strömberg c3d0b33d21
Merge pull request #3929 from sharifelgamal/version-upgrade-test
Adding test to make sure HEAD can run on VM created by latest release
2019-03-25 13:27:58 -07:00
Thomas Stromberg ea57b6149f Add boilerplate 2019-03-25 13:05:47 -07:00
Thomas Stromberg 82e4db98c2 Rename Solution to Advice, add new known problems 2019-03-25 13:04:16 -07:00
Sharif Elgamal 4fc03fe1ef
addressing comments 2019-03-25 11:50:06 -07:00
Thomas Strömberg 5434880490
Merge pull request #3944 from afbjorklund/rkt-remove
Remove the rkt container runtime
2019-03-25 11:31:38 -07:00
Thomas Strömberg cc5d4e9724
Merge branch 'master' into rkt-remove 2019-03-25 11:31:09 -07:00
Thomas Strömberg 593c4795de
Merge pull request #3946 from afbjorklund/podman-toolbox
Use podman instead of rkt, for extracting toolbox
2019-03-25 11:28:10 -07:00
Thomas Strömberg ae07de6e3a
Merge pull request #3951 from afbjorklund/toolbox-disk
Store the toolbox on the disk instead of rootfs
2019-03-25 11:27:55 -07:00
Thomas Strömberg 71eba3c0dd
Merge pull request #3949 from afbjorklund/checksum
Include checksum for the docker-machine drivers
2019-03-25 09:59:31 -07:00
Thomas Strömberg 44a4e290be
Merge pull request #3948 from afbjorklund/status
Fix the spelling of API in the template as well
2019-03-25 09:59:13 -07:00
Andy Daniels 3cd76a7984 Update kubeadm bootstrap logic so it does not wait for addon-manager at start 2019-03-25 10:00:03 -05:00
Anders F Björklund 71b3e3ec5d Store the toolbox on the disk instead of rootfs
There was a lack of "disk" space, when using memory.

This also makes the toolbox persistent over reboots.
2019-03-25 07:41:21 +01:00
Anders F Björklund bfc7d7931b Clean up lint and other small report card issues
Add helper for "go vet", and don't use the test files variable.

Also return an exit code from golint (why is this not default?)
2019-03-24 21:30:58 +01:00
Anders Björklund 95082b32bc
Merge pull request #3950 from afbjorklund/fmt
Make gofmt silent again, complaining on assets
2019-03-24 21:29:44 +01:00
Anders F Björklund bedcd7bf98 Include checksum for the docker-machine drivers 2019-03-24 16:31:53 +01:00
Anders F Björklund 348c085a22 Fix the spelling of API in the template as well
The matching code was changed in commit 46640ce
2019-03-24 16:09:41 +01:00
Anders F Björklund 6491e35c20 Add explicit kvm2 flag for hidden KVM signature 2019-03-24 09:47:38 +01:00
Anders F Björklund 2590fc7b9a Remove the rkt container runtime
It has not been updated since kubernetes 1.9 or so
2019-03-24 08:50:58 +01:00
Anders F Björklund 3d483b292c Use podman instead of rkt, for extracting toolbox
Need to create and mount a dummy container, to get at image.

Used rsync instead of cp -pR, easier with sudo permissions.
2019-03-23 22:20:20 +01:00
Anders F Björklund ecc484d523 Make gofmt silent again, complaining on assets 2019-03-23 12:24:41 +01:00
Zhongcheng Lao aeb1605aff
Remove arch suffixes in image names
Removing arch suffixes in image names to make sure image caching
work with kubeadm since 1.12.0.

Signed-off-by: Zhongcheng Lao <Zhongcheng.Lao@microsoft.com>
2019-03-23 16:32:17 +08:00
Thomas Strömberg 702d471308
Merge pull request #3714 from laozc/custom-image-repository
Add --image-repository flag so that users can select an alternative repository mirror
2019-03-22 09:24:18 -07:00
Thomas Stromberg 2502d2060c Run gofmt -w -s 2019-03-22 09:19:58 -07:00
flyingcircle f0d21d7c28 # This is a combination of 2 commits.
# This is the 1st commit message:

Issue #3253, improve kubernetes-version error string

# This is the commit message #2:

Issue #3253, improve kubernetes-version error string
2019-03-22 08:25:35 -04:00
Zhongcheng Lao daec030cdf Render asset template when enabling/disabling addon 2019-03-22 15:28:20 +08:00
Thomas Stromberg 7e57cf6ec6 Add some ssh issues 2019-03-21 22:24:37 -07:00
Thomas Strömberg cbac94a53d
Merge pull request #3879 from marcosdiez/extra_config_for_kubeadm
--extra-config now work for kubeadm as well
2019-03-21 22:03:06 -07:00
Thomas Stromberg ce71b0dbd6 Merge branch 'master' into bring_ya_errs_to_the_project_maybe_we_can_solve_it 2019-03-21 22:01:06 -07:00
Thomas Strömberg 2c9395a919
Merge pull request #3932 from tstromberg/gofmt
Run: gofmt -s -w
2019-03-21 22:00:52 -07:00
Thomas Stromberg 1ff174b796 Run: gofmt -s -w 2019-03-21 22:00:14 -07:00
Thomas Stromberg 37e259f7ea Implement the new problem package 2019-03-21 21:44:51 -07:00
Thomas Strömberg 4e8a7f4388
Mention 192.168.39.0/24 2019-03-21 20:49:49 -07:00
Zhongcheng Lao 7ae074106c Merge remote-tracking branch 'origin/master' into custom-image-repository 2019-03-22 10:42:09 +08:00
Sharif Elgamal c3849b3781
gofmt 2019-03-21 17:46:46 -07:00
Sharif Elgamal ffaa27b256
Adding test to make sure HEAD can run on VM created by latest release 2019-03-21 17:36:13 -07:00
Thomas Strömberg b08af1947a
Merge pull request #3928 from tstromberg/bad-merge
Fix merge conflict between e09133892f a…
2019-03-21 16:11:46 -07:00
Thomas Stromberg 5b46539be8 Fix merge conflict between e09133892f and 46640cef68 2019-03-21 16:11:16 -07:00
Thomas Strömberg ed58b6fc35
Merge pull request #3917 from tstromberg/cache_me_outside_how_bout_dat
start: Set the default value of --cache to true
2019-03-21 14:29:24 -07:00
Thomas Strömberg c4ae58f4d3
Merge pull request #3896 from brb/do-not-wait-for-dns-pod-with-cni
Do not wait for k8s-app pods when starting with CNI
2019-03-21 11:49:45 -07:00
Thomas Strömberg 06d9210937
Merge pull request #3927 from tstromberg/noswap-2.0
Remove the swap partition from minikube.iso
2019-03-21 11:48:25 -07:00
Thomas Strömberg 8ba53c6b0b
Merge pull request #3839 from afbjorklund/lint
Lint
2019-03-21 11:36:00 -07:00