Skip to content

Commit

Permalink
salt: sync kubelet and kube-proxy conf with kubeadm
Browse files Browse the repository at this point in the history
  • Loading branch information
eg-ayoub committed Dec 10, 2024
1 parent 955104e commit e4de337
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions salt/metalk8s/kubernetes/kube-proxy/deployed.sls
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ Deploy kube-proxy (ConfigMap):
options:
json:
infoBufferSize: "0"
text:
infoBufferSize: "0"
verbosity: 0
metricsBindAddress: @HOST_IP@:10249
mode: ""
Expand Down
2 changes: 2 additions & 0 deletions salt/metalk8s/kubernetes/kubelet/standalone.sls
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ Create kubelet config file:
options:
json:
infoBufferSize: "0"
text:
infoBufferSize: "0"
verbosity: 0
memorySwap: {}
nodeStatusReportFrequency: 0s
Expand Down

0 comments on commit e4de337

Please sign in to comment.