We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9d2d15 commit ced484aCopy full SHA for ced484a
pkg/templates/node_1.27.go
@@ -369,4 +369,8 @@ storage:
369
./xtoml add --file output.toml --plugin "io.containerd.grpc.v1.cri" --key enable_unprivileged_ports --value true --type bool
370
./xtoml add --file output.toml --plugin "io.containerd.grpc.v1.cri" --key enable_unprivileged_icmp --value true --type bool
371
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
376
`
0 commit comments