Add kube anon auth settings to kubeadm config templates (#4713)

* Disable kube_api_anonymous_auth by default to secure the setup

* Disable metrics-server in addons. Health endpoint is slow and unstable

* Fix anonymous-auth missing in configuration

* Cleanup a bit

* Fix kube anon auth
This commit is contained in:
Andreas Krüger
2019-05-07 21:52:34 +02:00
committed by Kubernetes Prow Robot
parent 03bded2b6b
commit bf3c6aeed1
3 changed files with 6 additions and 3 deletions

View File

@@ -90,6 +90,3 @@
with_nested:
- "{{ pod_names }}"
- "{{ pod_ips }}"
- name: Delete test namespace
shell: "{{ bin_dir }}/kubectl delete namespace test"