diff --git a/k8s.tf b/k8s.tf index c60bb92..90df412 100644 --- a/k8s.tf +++ b/k8s.tf @@ -201,6 +201,9 @@ resource "kops_cluster" "k8s" { } kubelet { + anonymous_auth { + value = false + } } metrics_server {