Skip to content

Commit

Permalink
salt: update confs to reflect kubeadm 1.29
Browse files Browse the repository at this point in the history
  • Loading branch information
eg-ayoub committed Sep 9, 2024
1 parent f4a3d1e commit 371afec
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ spec:
add:
- NET_BIND_SERVICE
drop:
- all
- ALL
readOnlyRootFilesystem: true
livenessProbe:
failureThreshold: 5
Expand Down
8 changes: 8 additions & 0 deletions salt/metalk8s/kubernetes/kube-proxy/deployed.sls
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,11 @@ Deploy kube-proxy (ConfigMap):
conntrack:
maxPerCore: null
min: null
tcpBeLiberal: false
tcpCloseWaitTimeout: null
tcpEstablishedTimeout: null
udpStreamTimeout: 0s
udpTimeout: 0s
detectLocal:
bridgeInterface: ""
interfaceNamePrefix: ""
Expand Down Expand Up @@ -92,6 +95,11 @@ Deploy kube-proxy (ConfigMap):
verbosity: 0
metricsBindAddress: @HOST_IP@:10249
mode: ""
nftables:
masqueradeAll: false
masqueradeBit: null
minSyncPeriod: 0s
syncPeriod: 0s
nodePortAddresses: {{ salt.metalk8s_network.get_nodeport_cidrs() | tojson }}
oomScoreAdj: null
portRange: ""
Expand Down
1 change: 1 addition & 0 deletions salt/metalk8s/kubernetes/kubelet/standalone.sls
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ Create kubelet config file:
healthzPort: 10248
httpCheckFrequency: 0s
imageMinimumGCAge: 0s
imageMaximumGCAge: 0s
kind: KubeletConfiguration
logging:
flushFrequency: 0
Expand Down

0 comments on commit 371afec

Please sign in to comment.