Update k8s to 1.30.2
This commit is contained in:
parent
146776457f
commit
7ea96197f9
2 changed files with 2 additions and 2 deletions
|
@ -114,7 +114,7 @@ tasks:
|
||||||
yq -r ".kubernetesVersion" {{.KUBERNETES_DIR}}/bootstrap/talos/talconfig.yaml
|
yq -r ".kubernetesVersion" {{.KUBERNETES_DIR}}/bootstrap/talos/talconfig.yaml
|
||||||
CONTROLPLANE_NODE:
|
CONTROLPLANE_NODE:
|
||||||
sh: |
|
sh: |
|
||||||
talosctl --context {{.cluster}} config info \
|
talosctl --context homelab config info \
|
||||||
| grep Endpoints: \
|
| grep Endpoints: \
|
||||||
| awk '{split($0,u," "); print u[2]}' \
|
| awk '{split($0,u," "); print u[2]}' \
|
||||||
| sed -E 's/,//'
|
| sed -E 's/,//'
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
clusterName: homelab
|
clusterName: homelab
|
||||||
|
|
||||||
talosVersion: v1.7.5
|
talosVersion: v1.7.5
|
||||||
kubernetesVersion: 1.30.0
|
kubernetesVersion: 1.30.2
|
||||||
endpoint: "https://10.1.1.57:6443"
|
endpoint: "https://10.1.1.57:6443"
|
||||||
|
|
||||||
additionalApiServerCertSans:
|
additionalApiServerCertSans:
|
||||||
|
|
Loading…
Reference in a new issue