Skip to content

Commit

Permalink
fix(talos): API access can only be enabled on control plane
Browse files Browse the repository at this point in the history
  • Loading branch information
mrclrchtr committed May 27, 2024
1 parent 5c4e084 commit f9b55bf
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions talos_patch_worker.tf
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,6 @@ locals {
var.sysctls_extra_args
)
features = {
kubernetesTalosAPIAccess = {
enabled = true
allowedRoles = [
"os:reader"
]
allowedKubernetesNamespaces = [
"kube-system"
]
}
hostDNS = {
enabled = true
forwardKubeDNSToHost = true
Expand Down

0 comments on commit f9b55bf

Please sign in to comment.