Sharif Elgamal
b37561e65e
Merge pull request #6327 from sharifelgamal/1.17.0-beta.0-rn
...
add release notes for 1.17.0-beta.0
2020-01-15 17:39:37 -08:00
Sharif Elgamal
e3ac51ab0c
add release notes for 1.17.0-beta.0
2020-01-15 17:37:55 -08:00
Sharif Elgamal
b225e8ec86
Merge pull request #6326 from sharifelgamal/exp
...
add the ability to mark drivers as experimental
2020-01-15 17:29:13 -08:00
Sharif Elgamal
010d0d4091
adding experimental string to driver detection string
2020-01-15 16:22:48 -08:00
Sharif Elgamal
d0fb749842
add displaysupporteddrivers func
2020-01-15 16:03:37 -08:00
Sharif Elgamal
a13ea9bea0
add the ability to mark drivers as experimental and mark the docker driver as such
2020-01-15 15:21:47 -08:00
Medya Ghazizadeh
6c45d66d84
Merge pull request #6287 from afbjorklund/cgroup-driver
...
Use CGroupDriver function from cruntime for kubelet
2020-01-15 14:46:31 -08:00
Chance Zibolski
ca007f414b
pkg/minikube: Update test fixtures to contain updated metrics listen addresses
2020-01-15 14:02:28 -08:00
Anders F Björklund
b7f3ff7ead
Stop minikube dashboard from crashing at start
...
If the profile does not exist, it cannot load
2020-01-15 21:32:40 +01:00
Chance Zibolski
44c7c48d3e
pkg/minikube: Configure etcd and kube-proxy metrics to listen on minikube node IP
2020-01-15 11:52:43 -08:00
Sharif Elgamal
804ee14a95
removing node surface stuff for a different PR
2020-01-15 11:36:36 -08:00
Anders F Björklund
bfa7c13e34
Stop sending minikube version to storage-provisioner
2020-01-15 20:07:25 +01:00
Anders F Björklund
f2c385fcde
Allow building storage-provisioner for other arch
...
Also allow building the static binary in docker
2020-01-15 20:00:53 +01:00
Sharif Elgamal
f0372edff6
ok at least things build now
2020-01-15 10:59:30 -08:00
Medya Ghazizadeh
cdafd16682
Merge pull request #6306 from medyagh/tunnel_example
...
Add a clear example of minikube tunnel to the docs
2020-01-15 09:54:59 -08:00
Medya Gh
b9d36af261
fix english grammar
2020-01-15 09:54:24 -08:00
Sharif Elgamal
dc6c9d7d75
cfg config fun
2020-01-14 16:49:13 -08:00
Priya Wadhwa
342b52b8cd
Merge branch 'master' of github.com:kubernetes/minikube into remove-addon-manager
2020-01-14 16:16:42 -08:00
Sharif Elgamal
3ea7d42a9b
Merge pull request #6317 from sharifelgamal/1.17.0-beta.0
...
bumping makefile to 1.17.0-beta.0
2020-01-14 14:58:36 -08:00
Sharif Elgamal
c03b885ca9
bumping makefile to 1.17.0-beta.0
2020-01-14 14:31:45 -08:00
Sharif Elgamal
2c301bd4ef
more node changes yay
2020-01-14 14:25:20 -08:00
Sharif Elgamal
70f73e7bdd
Merge pull request #6315 from medyagh/istio_disable
...
disable istio provisioner by default
2020-01-14 14:19:01 -08:00
Sharif Elgamal
2813cf4120
Merge branch 'master' of github.com:sharifelgamal/minikube into m2
2020-01-14 13:44:40 -08:00
Thomas Strömberg
8e51307cdf
Merge pull request #6316 from tstromberg/roadmap-cleanup
...
Adopt 2020 roadmap, clean out 2019 items
2020-01-14 13:36:11 -08:00
Priya Wadhwa
53fac08913
fix lint
2020-01-14 13:20:58 -08:00
Thomas Stromberg
079ece3f62
Adopt 2020 roadmap, clean out 2019 items
2020-01-14 13:19:47 -08:00
Priya Wadhwa
5b219088d2
updaate download only test to include kubectl release binary
2020-01-14 13:05:39 -08:00
Priya Wadhwa
f5be457399
fix unit tests
2020-01-14 12:12:47 -08:00
Medya Gh
577a04b02e
disable istio provisioner by default
2020-01-14 12:05:32 -08:00
Priya Wadhwa
9a2de2ae7f
Hook up new addon manager logic to existing addons code
2020-01-14 10:52:27 -08:00
Priya Wadhwa
2029d6012c
Rebased on master
2020-01-14 10:27:39 -08:00
Anders F Björklund
71b561e344
Add note to remember to end the minikube flags
...
And add some whitespace before the next section
2020-01-14 18:22:45 +01:00
Anders F Björklund
c017dc986c
Merge branch 'master' into crio-conf
2020-01-14 18:10:14 +01:00
Anders F Björklund
708bf5c6d5
Revert unnecessary change to the extra flags order
2020-01-14 17:49:09 +01:00
Medya Gh
ac3132cd74
add missing 1
2020-01-13 16:20:15 -08:00
Medya Gh
f645850842
add example to tunnel help
2020-01-13 16:16:36 -08:00
Medya Ghazizadeh
2d97a0d3b7
Merge pull request #6220 from afbjorklund/crictl-local
...
Use absolute path, when calling the crictl command
2020-01-13 14:31:01 -08:00
Medya Ghazizadeh
8718a54d91
Merge pull request #6256 from tstromberg/dry-run
...
Add --dry-run option to start
2020-01-13 13:37:15 -08:00
Anders F Björklund
9e317ac2bd
Do not use an arch suffix for the coredns name
...
They are using multi-arch images instead...
So don't append something like -arm64 to it.
Just use e.g. "k8s.gcr.io/coredns:1.6.5",
and Docker will pull the right platform image.
2020-01-13 22:34:19 +01:00
Medya Ghazizadeh
b665640421
Merge pull request #6277 from medyagh/kic_addon
...
add addons for kic
2020-01-13 12:56:06 -08:00
Medya Ghazizadeh
2e3d3e0add
Merge pull request #6274 from medyagh/add_table
...
Improve "addon list" by viewing as a table
2020-01-13 12:54:51 -08:00
Medya Ghazizadeh
f5ce7d9e74
Merge pull request #6292 from afbjorklund/profile-version
...
Handle empty k8s version in existing profile
2020-01-13 12:50:14 -08:00
Medya Ghazizadeh
ea3d1cd9a5
Merge pull request #6295 from afbjorklund/reportcard-minor2
...
Fix some minor issues from gofmt and golint
2020-01-13 12:49:49 -08:00
Thomas Stromberg
13873028ae
Merge master
2020-01-13 12:46:47 -08:00
Anders F Björklund
d265162fe2
Fix some minor issues from gofmt and golint
2020-01-13 21:38:59 +01:00
Medya Ghazizadeh
30ba792234
Merge pull request #6294 from afbjorklund/hack-gopogh
...
Move away from go.mod when installing gopogh tool
2020-01-13 12:06:17 -08:00
Medya Gh
39d17872e7
fix integration test
2020-01-13 12:03:26 -08:00
Anders F Björklund
d623f35d55
Move away from go.mod when installing gopogh tool
2020-01-13 20:21:58 +01:00
Medya Ghazizadeh
13e2a3e601
Merge pull request #6276 from tstromberg/qemu-system
...
Pass --kvm-qemu-uri value into kvm2 health check
2020-01-13 11:16:07 -08:00
Medya Ghazizadeh
5f9261f70f
Merge pull request #6289 from truongnh1992/secure_link
...
Securing many http links to https links
2020-01-13 11:07:03 -08:00