Skip to content

Commit 2fb4f29

Browse files
authored
[flatcar] add oem-vmware.raw as an extra sysext (#989)
1 parent e9d2d15 commit 2fb4f29

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

pkg/templates/ignition.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ var Ignition = &ignition{}
2626

2727
var passwordHashRounds = 1000000
2828

29-
const TEMPLATE_VERSION = "8"
29+
const TEMPLATE_VERSION = "9"
3030

3131
func (i *ignition) getIgnitionTemplate(kluster *kubernikusv1.Kluster) (string, error) {
3232
switch {

pkg/templates/node_1.27.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,4 +369,8 @@ storage:
369369
./xtoml add --file output.toml --plugin "io.containerd.grpc.v1.cri" --key enable_unprivileged_ports --value true --type bool
370370
./xtoml add --file output.toml --plugin "io.containerd.grpc.v1.cri" --key enable_unprivileged_icmp --value true --type bool
371371
cp output.toml /etc/containerd/config.toml
372+
- path: /etc/extensions/oem-vmware.raw
373+
mode: 0644
374+
contents:
375+
source: https://repo.{{ .OpenstackRegion }}.cloud.sap/flatcar/stable/current/oem-vmware.raw
372376
`

0 commit comments

Comments
 (0)