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
|
||||
CONTROLPLANE_NODE:
|
||||
sh: |
|
||||
talosctl --context {{.cluster}} config info \
|
||||
talosctl --context homelab config info \
|
||||
| grep Endpoints: \
|
||||
| awk '{split($0,u," "); print u[2]}' \
|
||||
| sed -E 's/,//'
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
clusterName: homelab
|
||||
|
||||
talosVersion: v1.7.5
|
||||
kubernetesVersion: 1.30.0
|
||||
kubernetesVersion: 1.30.2
|
||||
endpoint: "https://10.1.1.57:6443"
|
||||
|
||||
additionalApiServerCertSans:
|
||||
|
|
Loading…
Reference in a new issue