mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-13 12:24:57 -03:30
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:
committed by
Kubernetes Prow Robot
parent
03bded2b6b
commit
bf3c6aeed1
@@ -90,6 +90,3 @@
|
||||
with_nested:
|
||||
- "{{ pod_names }}"
|
||||
- "{{ pod_ips }}"
|
||||
|
||||
- name: Delete test namespace
|
||||
shell: "{{ bin_dir }}/kubectl delete namespace test"
|
||||
|
||||
Reference in New Issue
Block a user