update to k8s 1.31.1
This commit is contained in:
parent
b49ed58d67
commit
fddcb0198d
1 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
|||
clusterName: theshire
|
||||
|
||||
talosVersion: v1.8.1
|
||||
kubernetesVersion: 1.30.2
|
||||
kubernetesVersion: 1.31.1
|
||||
endpoint: "https://10.1.1.57:6444"
|
||||
|
||||
additionalApiServerCertSans:
|
||||
|
@ -169,8 +169,8 @@ worker:
|
|||
fs.inotify.max_queued_events: "65536"
|
||||
fs.inotify.max_user_instances: "8192"
|
||||
fs.inotify.max_user_watches: "524288"
|
||||
net.core.rmem_max: "2500000"
|
||||
net.core.wmem_max: "2500000"
|
||||
net.core.rmem_max: "7500000"
|
||||
net.core.wmem_max: "7500000"
|
||||
- &nfsMountOptions |-
|
||||
machine:
|
||||
files:
|
||||
|
|
Loading…
Reference in a new issue