Thomas Strömberg
7365178d53
Merge pull request #3180 from outcoldman/k8s-1.12
...
Initial support for Kubernetes 1.12+
2018-10-05 13:03:21 -07:00
Denis Gladkikh
cf439dd059
Remove token created by kubectl upgrarde
2018-10-05 12:24:52 -07:00
Thomas Strömberg
583937ac3e
Merge pull request #3210 from tstromberg/dashboard_on_demand
...
Use "kubectl proxy" instead of a NodePort to expose the dashboard.
2018-10-04 14:42:41 -07:00
Thomas Strömberg
36d76c72ff
Merge pull request #3183 from tstromberg/k8s_releases_json_dep
...
Remove refs to k8s_releases.json now that `get-k8s-versions` is gone.
2018-10-04 14:42:12 -07:00
Thomas Stromberg
687b62cfe7
Let gofmt 1.10.4 rewrite service_test.go.
...
NOTE: This differs against what 1.11 would do, but matches our current
Travis CI configuration.
2018-10-04 13:40:08 -07:00
Thomas Stromberg
dc6d1bab8d
Merge branch 'master' into dashboard_on_demand
2018-10-04 13:38:49 -07:00
Fernando Diaz
2ebdf5e1eb
Enhance the Ingress Controller Addon ( #3099 )
...
- Updates Ingress-Controller Version to 0.19.0
- Adds Service Account for Ingress-Controller
- Adds Support for Prometheus
- Fixes bug with TCP/UDP ConfigMaps not Loading
- Adds more resource limits to default-backend
- Use new ingress class name
- Use app.kubernetes.io/xxxxxxxxxxx labels
2018-10-04 16:13:53 -04:00
Thomas Stromberg
7feb46edcb
Removed unneccesary changes to download errors
2018-10-03 15:16:37 -07:00
Thomas Stromberg
8fd45bc751
Block until the proxy URL is healthy.
...
This is necessary now that there is no proper service endpoint to block
on.
2018-10-03 13:00:13 -07:00
Thomas Stromberg
bc2dbe3b08
Improve readability of ISO download errors + include URL.
...
This is a separate issue I bumped into while developing the dashboard
PR.
2018-10-03 12:56:54 -07:00
Thomas Stromberg
df54c6a5b4
Use "kubectl proxy" instead of a NodePort to expose the dashboard.
...
This provides an additional level of security, by enforcing host checking, applying port randomization, and requiring explicit user intent to expose the service to the host.
2018-10-02 22:25:45 -07:00
Thomas Stromberg
ea62af5a37
Fix incorrect format for an integer by using the unparseable string.
2018-09-28 16:17:44 -07:00
Denis Gladkikh
2817865ddb
Keep 1.10 as default for now
2018-09-28 09:53:28 -07:00
Thomas Stromberg
fd428599da
Remove dangling references to k8s_releases.json now that
...
`get-k8s-versions` is removed.
2018-09-28 09:47:28 -07:00
Denis Gladkikh
a3b3e72cbf
Fix gofmt
2018-09-27 23:02:53 -07:00
Denis Gladkikh
a5f8af92f1
Support for Kubernetes 1.12+
2018-09-27 22:41:16 -07:00
Thomas Strömberg
74f8e492ee
Merge pull request #3148 from etherparty/fix-issue-2513
...
Fix issue 2513
2018-09-27 10:35:28 -07:00
Marcus Heese
5d0e12327a
turning error into a warning log message
2018-09-26 13:53:57 -07:00
Marcus Heese
4eb2cdb120
inlining deleteNetwork into if statement
2018-09-24 14:04:01 -07:00
Jeffrey Sica
9e586a215f
update dashboard version
2018-09-24 12:24:08 -07:00
Marcus Heese
5e38bf4819
kvm2 driver: fixed documentation link in error text
2018-09-21 10:28:52 -07:00
Marcus Heese
34ee59192b
kvm2 driver: be more robust with creating of the network, don't delete the network if it is in use
2018-09-21 10:28:47 -07:00
Marcus Heese
b35e908dec
kvm2 driver: generate separate random MACs for default and private network NICs
2018-09-21 10:28:43 -07:00
Marcus Heese
c4ef7ad197
kvm2 driver: separated activating and creating of networks
2018-09-21 10:28:37 -07:00
Marcus Heese
d1995d24f0
kvm2 driver: fixed private network creation and setup
2018-09-21 10:28:33 -07:00
Balint Pato
effccd52e6
Merge pull request #3114 from doodlesbykumbi/patch-1
...
fix: --format outputs any string, --https only subsitute http URL scheme
2018-09-20 08:49:50 -07:00
Kumbirai Tanekha
33a9e39bd3
fix: --format outputs any string, --https only subsitute http URL scheme
...
cmd/minikube service
--format: outputs arbitrarily formatted strings
--https: https only substituted when the URL scheme is http
2018-09-19 18:19:29 +01:00
Anders F Björklund
3b97276f70
Change default docker storage driver to overlay2
...
The "aufs" storage driver has been deprecated,
changed in Docker 17.09 for "overlay2" instead.
See https://github.com/docker/machine/pull/4558
This only affects the "boot2docker" provisioner,
since it is already being used by "buildroot".
Closes #3078
2018-09-10 12:13:03 -05:00
AdamDang
22ab50aa7e
Correct typo in the returned message
...
coundn't->couldn't
2018-09-04 05:49:04 -05:00
NsLib
a7a5ede68e
fix(cli): \`minikube start --mount --mountsting\` without wirte permission
2018-09-04 05:48:03 -05:00
Jason Stangroome
9b21d3c7e4
Allow certificates to be optionally embedded in .kube/config
...
Opt-in with `minikube config set embed-certs true`. Similar to the
behaviour of `kubectl config set-credentials --embed-certs`.
Enables Minikube on Windows to produce a .kube/config file that
can be shared directly with kubectl inside the Windows Subsystem
for Linux (WSL) without needing to perform additional translation
of the certificate paths within the configuration file.
2018-09-03 15:34:50 -05:00
dlorenc
86f44ad4ff
Manual changes for go-containerregistry update.
2018-08-22 20:24:46 -05:00
yanxuean
c4ee50b9e8
support to conveniently use containerd
...
Signed-off-by: yanxuean <yan.xuean@zte.com.cn>
2018-08-21 09:28:33 -07:00
Sandeep Rajan
f8c16a7bbb
Make coredns default
2018-08-20 07:43:53 -07:00
Viktor Safronov
477ece9a50
Revert "Remove untainting logic."
...
This reverts a part of commit eec47aaa71
.
2018-08-06 08:36:10 -07:00
dlorenc
232080ae0c
Remove some more vendored k8s.
2018-07-26 08:23:21 -07:00
Aaron Prindle
a4606583e4
remove all localkube references from code, change /var/lib/localkube to /var/lib/minikube
2018-07-24 12:36:42 -07:00
dlorenc
15b035748c
Manual changes to remove localkube.
2018-07-24 12:36:42 -07:00
dlorenc
23fc22e532
Fix docs for kvm2
2018-07-23 09:02:33 -07:00
Rohit Agarwal
87d7a3208a
Update KVM driver installation instructions.
...
Move the latest instructions out of the comments and move old instructions into the comments.
2018-07-20 07:57:14 -07:00
dlorenc
eec47aaa71
Remove untainting logic.
2018-07-16 11:14:24 -07:00
kairen
ad576faae9
Reuse the FeatureGates field to parse kubeadm and component feature gates
2018-07-16 08:09:09 -07:00
kairen
ca1e7388cb
Update kubeadm config template
2018-07-16 08:09:09 -07:00
kairen
ee178b0a8b
Fix generate config failed
2018-07-16 08:09:09 -07:00
kairen
ccaec1db0e
Add feature gates support for Kubeadm
2018-07-16 08:09:09 -07:00
Rohit Agarwal
96079478a7
Add nvidia-driver-installer and nvidia-gpu-device-plugin addons.
2018-07-08 22:25:48 -07:00
Rohit Agarwal
268c932240
Add GPU support to minikube.
2018-07-08 22:25:48 -07:00
Luke Weber
05161c1b18
Fixes https://github.com/kubernetes/minikube/issues/2274
2018-07-04 09:26:50 -07:00
Jimmi Dyson
dc49833df8
Add missing controlPlaneEndpoint to fix kubeadm templates test
2018-07-04 09:22:41 -07:00
dlorenc
47dd092e60
Code review feedback.
2018-07-04 09:22:41 -07:00