Skip to content

Commit

Permalink
chore: k8s 1.31 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
timtorChen committed Jan 3, 2025
1 parent dec460c commit ba4f6ee
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 9 deletions.
5 changes: 5 additions & 0 deletions talos/nuc11tnhi50l-1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,8 @@ machine:
rules:
- SUBSYSTEM=="net", ACTION=="add", ATTR{address}=="48:21:0b:33:54:cb", NAME="eth0"
- SUBSYSTEM=="net", ACTION=="add", ATTR{address}=="48:21:0b:2c:f4:8c", NAME="eth1"
install:
disk: /dev/sda
image: factory.talos.dev/installer/ed036d0640097a4e7af413ee089851a12963cd2e2e1715f8866d551d17c2ec62:v1.9.0
kubelet:
image: ghcr.io/siderolabs/kubelet:v1.31.4
5 changes: 5 additions & 0 deletions talos/nuc11tnhi50l-2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,8 @@ machine:
rules:
- SUBSYSTEM=="net", ACTION=="add", ATTR{address}=="48:21:0b:33:47:9d", NAME="eth0"
- SUBSYSTEM=="net", ACTION=="add", ATTR{address}=="48:21:0b:2c:f3:9b", NAME="eth1"
install:
disk: /dev/sda
image: factory.talos.dev/installer/ed036d0640097a4e7af413ee089851a12963cd2e2e1715f8866d551d17c2ec62:v1.9.0
kubelet:
image: ghcr.io/siderolabs/kubelet:v1.31.4
5 changes: 5 additions & 0 deletions talos/nuc11tnhi50l-3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,8 @@ machine:
rules:
- SUBSYSTEM=="net", ACTION=="add", ATTR{address}=="48:21:0b:2d:15:87", NAME="eth0"
- SUBSYSTEM=="net", ACTION=="add", ATTR{address}=="54:b2:03:fd:73:0a", NAME="eth1"
install:
disk: /dev/sda
image: factory.talos.dev/installer/ed036d0640097a4e7af413ee089851a12963cd2e2e1715f8866d551d17c2ec62:v1.9.0
kubelet:
image: ghcr.io/siderolabs/kubelet:v1.31.4
12 changes: 6 additions & 6 deletions talos/roles/controlplane.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ machine:
format: json_lines
# -- Services
kubelet:
image: ghcr.io/siderolabs/kubelet:v1.30.0
image: ghcr.io/siderolabs/kubelet:v1.31.4
defaultRuntimeSeccompProfileEnabled: true
disableManifestsDirectory: true
# -- Talos features
Expand Down Expand Up @@ -86,7 +86,7 @@ cluster:
proxy:
disabled: true
apiServer:
image: registry.k8s.io/kube-apiserver:v1.30.0
image: registry.k8s.io/kube-apiserver:v1.31.4
extraArgs:
oidc-issuer-url: https://oauth.id.jumpcloud.com/
oidc-client-id: ${cluster_apiServer_extraArgs_oidc_client_id}
Expand Down Expand Up @@ -121,23 +121,23 @@ cluster:
rules:
- level: Metadata
etcd:
image: gcr.io/etcd-development/etcd:v3.5.13-arm64
image: gcr.io/etcd-development/etcd:v3.5.16-arm64
# Etcd CA
ca:
crt: ${cluster_etcd_ca_crt}
key: ${cluster_etcd_ca_key}
extraArgs:
listen-metrics-urls: http://0.0.0.0:2381
controllerManager:
image: registry.k8s.io/kube-controller-manager:v1.30.0
image: registry.k8s.io/kube-controller-manager:v1.31.4
extraArgs:
bind-address: 0.0.0.0
scheduler:
image: registry.k8s.io/kube-scheduler:v1.30.0
image: registry.k8s.io/kube-scheduler:v1.31.4
extraArgs:
bind-address: 0.0.0.0
coreDNS:
image: docker.io/coredns/coredns:1.11.1
image: docker.io/coredns/coredns:1.1.13
# -- Extras
extraManifests: []
inlineManifests: []
Expand Down
6 changes: 3 additions & 3 deletions talos/roles/worker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ machine:
key: ""
certSANs: []
install:
disk: /dev/sda
image: factory.talos.dev/installer/ed036d0640097a4e7af413ee089851a12963cd2e2e1715f8866d551d17c2ec62:v1.9.0
disk: ""
image: ""
wipe: false
extraKernelArgs:
- talos.logging.kernel=tcp://192.168.253.100:3001
Expand All @@ -25,7 +25,7 @@ machine:
format: json_lines
# -- Services
kubelet:
image: ghcr.io/siderolabs/kubelet:v1.30.0
image: ""
defaultRuntimeSeccompProfileEnabled: true
disableManifestsDirectory: true
# -- Talos features
Expand Down

0 comments on commit ba4f6ee

Please sign in to comment.