Skip to content

Commit

Permalink
fix(talos): Change image schematic ID
Browse files Browse the repository at this point in the history
- Disable stargz-snapshotter: siderolabs/extensions#245
- Disable zfs: siderolabs/extensions#380
  • Loading branch information
jfroy committed May 21, 2024
1 parent 53082af commit 2080268
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config.sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ bootstrap_talos:
# (Optional: Talos) Go to https://factory.talos.dev/ and choose any System Extensions, and/or add kernel arguments you need.
# Copy the generated schematic id and paste it below.
# IMPORTANT: The default ID given here means no System Extensions or Kernel args will be used.
schematic_id: "326218882c02f5e864925707eee1821207b2a3689024df0579cc7dfd3cf2187f"
schematic_id: "ed026e03a48a30ecd7993f05041f6c66522a0f771b47f158b111045c10b8d990"
# (Optional: Talos) Add vlan tag to network master device, this is not needed if you tag ports on your switch with the VLAN
# See: https://www.talos.dev/latest/advanced/advanced-networking/#vlans
vlan: ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ spec:
args:
- --nodes=$(NODE_IP)
- upgrade
- --image=factory.talos.dev/installer-secureboot/326218882c02f5e864925707eee1821207b2a3689024df0579cc7dfd3cf2187f:$(SYSTEM_UPGRADE_PLAN_LATEST_VERSION)
- --image=factory.talos.dev/installer-secureboot/ed026e03a48a30ecd7993f05041f6c66522a0f771b47f158b111045c10b8d990:$(SYSTEM_UPGRADE_PLAN_LATEST_VERSION)
- --preserve=true
- --wait=false
4 changes: 2 additions & 2 deletions kubernetes/bootstrap/talos/talconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ nodes:
installDisk: "/dev/vda"
machineSpec:
secureboot: true
talosImageURL: factory.talos.dev/installer-secureboot/326218882c02f5e864925707eee1821207b2a3689024df0579cc7dfd3cf2187f
talosImageURL: factory.talos.dev/installer-secureboot/ed026e03a48a30ecd7993f05041f6c66522a0f771b47f158b111045c10b8d990
controlPlane: true
networkInterfaces:
- deviceSelector:
Expand All @@ -37,7 +37,7 @@ nodes:
installDisk: "/dev/vda"
machineSpec:
secureboot: true
talosImageURL: factory.talos.dev/installer-secureboot/326218882c02f5e864925707eee1821207b2a3689024df0579cc7dfd3cf2187f
talosImageURL: factory.talos.dev/installer-secureboot/ed026e03a48a30ecd7993f05041f6c66522a0f771b47f158b111045c10b8d990
controlPlane: false
networkInterfaces:
- deviceSelector:
Expand Down

0 comments on commit 2080268

Please sign in to comment.