Compare commits
No commits in common. "7ea96197f9366ce3f8a6df44c1650fcfc70130bd" and "b63f6a5093e82998ec0c7ddb055ab5b06516fa5d" have entirely different histories.
7ea96197f9
...
b63f6a5093
2 changed files with 3 additions and 20 deletions
|
@ -114,7 +114,7 @@ tasks:
|
|||
yq -r ".kubernetesVersion" {{.KUBERNETES_DIR}}/bootstrap/talos/talconfig.yaml
|
||||
CONTROLPLANE_NODE:
|
||||
sh: |
|
||||
talosctl --context homelab config info \
|
||||
talosctl --context {{.cluster}} config info \
|
||||
| grep Endpoints: \
|
||||
| awk '{split($0,u," "); print u[2]}' \
|
||||
| sed -E 's/,//'
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
# yaml-language-server: $schema=https://ks.hsn.dev/talconfig.json
|
||||
clusterName: homelab
|
||||
|
||||
talosVersion: v1.7.5
|
||||
kubernetesVersion: 1.30.2
|
||||
talosVersion: v1.7.4
|
||||
kubernetesVersion: 1.30.0
|
||||
endpoint: "https://10.1.1.57:6443"
|
||||
|
||||
additionalApiServerCertSans:
|
||||
|
@ -162,20 +162,3 @@ controlPlane:
|
|||
fs.inotify.max_user_watches: "524288"
|
||||
net.core.rmem_max: "2500000"
|
||||
net.core.wmem_max: "2500000"
|
||||
|
||||
# Configure nfs mount options
|
||||
- |-
|
||||
machine:
|
||||
files:
|
||||
- op: overwrite
|
||||
path: /etc/nfsmount.conf
|
||||
permissions: 0o644
|
||||
content: |
|
||||
[ NFSMount_Global_Options ]
|
||||
nfsvers=4.2
|
||||
hard=True
|
||||
noatime=True
|
||||
nodiratime=True
|
||||
rsize=131072
|
||||
wsize=131072
|
||||
nconnect=8
|
||||
|
|
Loading…
Reference in a new issue