Skip to content

Commit

Permalink
Merge pull request #87 from opzkit/disable_anonymous_auth_for_kubelet
Browse files Browse the repository at this point in the history
feat: disable kubelet anonymous auth
  • Loading branch information
peter-svensson authored Aug 16, 2024
2 parents 5fbeeb8 + 93adf2c commit 2a26ddf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions k8s.tf
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,9 @@ resource "kops_cluster" "k8s" {
}

kubelet {
anonymous_auth {
value = false
}
}

metrics_server {
Expand Down

0 comments on commit 2a26ddf

Please sign in to comment.