Commit Graph

4459 Commits (46397f4feae884dc625105f7b0efec7a57542127)

Author SHA1 Message Date
Sharif Elgamal 1168b1aa7d Merge branch 'master' of github.com:kubernetes/minikube into revert-native 2020-09-17 14:40:24 -07:00
Sharif Elgamal b98580c820 fix up if statement 2020-09-17 10:31:10 -07:00
Sharif Elgamal eab92dc455 Reduce cyclotomic complexity of CreateContainerNode to fix lint 2020-09-17 10:22:28 -07:00
Medya Ghazizadeh a2c2a83903
Merge pull request #8918 from Dean-Coakley/add-pruneDocker-helper
Add prune docker images instructions
2020-09-16 16:44:02 -07:00
Medya Ghazizadeh dc0b1aaa3a
Merge pull request #9239 from afbjorklund/podman-storage
Add podman storage warning to match docker
2020-09-16 14:53:56 -07:00
Sharif Elgamal 070cbb99ee
Merge pull request #8461 from 11janci/jjanik-enable-volumesnapshots
CSI Hostpath Driver & VolumeSnapshots addons
2020-09-16 11:57:42 -07:00
Medya Ghazizadeh 022d4ceefc
Merge pull request #9207 from tstromberg/v1.19.1
Update default Kubernetes release to v1.19.1
2020-09-15 16:10:22 -07:00
Medya Ghazizadeh 44c6f36362
Merge pull request #9255 from afbjorklund/cpus-cfs
Make sure CFS_BANDWIDTH is available for --cpus
2020-09-15 16:07:12 -07:00
Medya Ghazizadeh 48a32a02a8
Merge pull request #9237 from afbjorklund/podman2-port
Fix ForwardedPort for podman version 2.0.1 and up
2020-09-15 14:51:44 -07:00
Anders F Björklund 359efd68b2 Avoid setting time for memory assets
These do not have any file modification time

Previously used '0001-01-01 00:00:00 +0000'
2020-09-15 17:15:16 +02:00
Anders F Björklund f718e39ab9 Make sure CFS_BANDWIDTH is available for --cpus 2020-09-15 12:54:39 +02:00
Sharif Elgamal 13f6c042db revert native-ssh change 2020-09-14 16:45:34 -07:00
Anders F Björklund b4d4be8e23 Add podman storage warning to match docker 2020-09-13 23:04:31 +02:00
Anders F Björklund af5d6d060b Fix ForwardedPort for podman version 2.0.1 and up
Increasing Docker compatibility broke Podman v1
2020-09-13 22:17:36 +02:00
Medya Ghazizadeh ef7e7e8e6f
Merge pull request #9152 from zhijianli88/extract
fix make extract
2020-09-09 15:01:35 -07:00
Sharif Elgamal ee5b8f130f
Merge pull request #8831 from priyawadhwa/overlay
Set preload=false if not using overlay2 as docker storage driver
2020-09-09 11:45:52 -07:00
Thomas Stromberg c401b42622 Update default Kubernetes release to v1.19.1 2020-09-09 11:20:45 -07:00
Dean Coakley dcd00b2150 Make prune conditional. Add podman to prune instruction 2020-09-08 23:37:25 +01:00
jjanik ae92c289b8 add csi-hostpath-driver addon 2020-09-04 18:54:33 +02:00
jjanik c5ae7b9580 add volumesnapshots addon 2020-09-04 17:10:54 +02:00
Li Zhijian 2ad4cae53a fix make extract
> err_map.go is not gone, it was just renamed in a recent refactor:
> https://github.com/kubernetes/minikube/blob/master/pkg/minikube/reason/known_issues.go

$ make extract
go run cmd/extract/extract.go
panic: err_map.go doesn't exist

goroutine 1 [running]:
main.main()
	/home/lizj/workspace/k8s/minikube/cmd/extract/extract.go:47 +0x1b4
exit status 2
Makefile:304: recipe for target 'extract' failed
make: *** [extract] Error 1

Fixes #9126
Signed-off-by: Li Zhijian <lizhijian@cn.fujitsu.com>
2020-09-04 16:53:58 +08:00
Sharif Elgamal d2073c1191 Merge branch 'master' of github.com:kubernetes/minikube into add-kubectl 2020-09-03 13:30:18 -07:00
Sharif Elgamal 3f9c6d10d9
Merge pull request #9177 from tstromberg/known_issues3
Refresh known issues map
2020-09-03 11:03:41 -07:00
Thomas Stromberg 257ef16de8 Fix --insecure-registry typo 2020-09-03 09:54:03 -07:00
Asare Worae d9ce04f18a fix GuestMountConflict exit code 2020-09-03 18:51:46 +02:00
Asare Worae 4e772347d4 exit on existing cluster start with KiC driver mount configuration change 2020-09-03 18:25:10 +02:00
Thomas Stromberg d0228ddf20 Refresh known issues map 2020-09-03 09:21:26 -07:00
Sharif Elgamal 3c86db01f4
Merge pull request #9166 from priyawadhwa/revert-static-ip
Revert static IP for docker
2020-09-02 15:49:40 -07:00
Thomas Strömberg dab20a2e12
Merge pull request #9163 from tstromberg/driver-advice
docker: Improve overlay module check (behavior & UX)
2020-09-02 14:56:04 -07:00
Thomas Strömberg 914f10b458
Merge pull request #9149 from tstromberg/docker-no-swap
Disable swap in Docker & podman containers
2020-09-02 14:55:44 -07:00
Sharif Elgamal cffd317731 Merge branch 'master' of github.com:kubernetes/minikube into add-kubectl 2020-09-02 13:38:11 -07:00
Priya Wadhwa 22b40e215a revert static IP 2020-09-02 16:33:38 -04:00
Sharif Elgamal dd48dab036
Merge pull request #9164 from sharifelgamal/trim-project
trim whitespace when setting gcp project id
2020-09-02 13:28:54 -07:00
Sharif Elgamal ed4271ffbc trim whitespace when setting gcp project id 2020-09-02 11:42:47 -07:00
Thomas Stromberg 1fdf1637d7 Fix sysfs path 2020-09-02 11:39:02 -07:00
Thomas Stromberg 0ca05d92af Docker instead of Docker Service 2020-09-02 11:35:46 -07:00
Thomas Stromberg 465e15efe3 Use sysfs for a less-complicated overlay check 2020-09-02 11:33:57 -07:00
Thomas Stromberg 56cf67febe Don't suggest overlay kernel module if we are unable to check the status 2020-09-02 11:06:02 -07:00
Thomas Stromberg 0c1a117ef7 Docker for Desktop was renamed to Docker Desktop 2020-09-02 10:55:20 -07:00
Priya Wadhwa c91e47619b Better error message if binary does not exist 2020-09-02 13:43:04 -04:00
Thomas Stromberg c59210e1ef Skip overlay module suggestion on distros which do not support kernel modules, like WSL 2020-09-02 10:39:36 -07:00
Thomas Strömberg 78deeb5d1b
Merge pull request #9159 from priyawadhwa/upgrade-preload
Increase preload version to v6
2020-09-02 10:18:59 -07:00
Thomas Strömberg d1010424ac
Merge pull request #9151 from tstromberg/storage-provisioner-tag3
Bump storage-provisioner version to v3
2020-09-02 10:17:55 -07:00
Priya Wadhwa 1953f9310f Increase preload version to v6
We upgraded the dashboard image in #9129, this will rebuild tarballs to include the latest version.

This should also fix a small performance regression, where start time was increased by 25% on kvm2, probably becaues we were waiting for the new dashboard image to download. [PR bot comment](https://github.com/kubernetes/minikube/pull/9129#issuecomment-684035146)
2020-09-02 10:54:06 -04:00
Thomas Strömberg e3774449d5
Merge pull request #9143 from tstromberg/kc-recover
Repair kubecontext before checking cluster health
2020-09-02 07:53:59 -07:00
Priya Wadhwa ea5af644ec fix merge conflict 2020-09-02 09:31:42 -04:00
Thomas Strömberg d66a8e68c9
Merge pull request #8907 from sharifelgamal/external-ssh
respect native-ssh flag
2020-09-01 22:37:37 -07:00
Thomas Strömberg f8358d65d2
Merge pull request #9019 from AlexanderChen1989/master
fix multiple node calico-node not ready
2020-09-01 22:36:22 -07:00
Thomas Strömberg 939a3568ff
Merge pull request #9139 from priyawadhwa/download-only-mkcmp
mkcmp: download artifacts before timing start
2020-09-01 22:35:05 -07:00
Thomas Stromberg 72e786f73e Merge to master 2020-09-01 18:17:25 -07:00