Skip to content

Commit

Permalink
fix: dnsDomain does not take effect in kubelet (#3834)
Browse files Browse the repository at this point in the history
Signed-off-by: yangxg <yangxggo@163.com>
  • Loading branch information
yangxggo committed Sep 4, 2023
1 parent 1557b7d commit bca34d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/runtime/kubernetes/types/default_kubeadm_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ authorization:
cacheAuthorizedTTL: 5m0s
cacheUnauthorizedTTL: 30s
cgroupsPerQOS: true
clusterDomain: cluster.local
#clusterDomain: cluster.local
configMapAndSecretChangeDetectionStrategy: Watch
containerLogMaxFiles: 5
containerLogMaxSize: 10Mi
Expand Down

0 comments on commit bca34d0

Please sign in to comment.