File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ var Ignition = &ignition{}
2626
2727var passwordHashRounds = 1000000
2828
29- const TEMPLATE_VERSION = "8 "
29+ const TEMPLATE_VERSION = "9 "
3030
3131func (i * ignition ) getIgnitionTemplate (kluster * kubernikusv1.Kluster ) (string , error ) {
3232 switch {
Original file line number Diff line number Diff 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`
You can’t perform that action at this time.
0 commit comments