Skip to content

Commit

Permalink
Still support old field
Browse files Browse the repository at this point in the history
  • Loading branch information
fiunchinho committed Oct 3, 2024
1 parent 174b6dc commit 4960076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/cluster/files/etc/containerd/workers-config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ no_shim = false
# setting runc.options unsets parent settings
runtime_type = "io.containerd.runc.v2"
[plugins."io.containerd.grpc.v1.cri".containerd.runtimes.runc.options]
SystemdCgroup = {{ if $.nodePool.config.cgroupsv1 }}false{{else}}true{{end}}
SystemdCgroup = {{ if or $.nodePool.config.cgroupsv1 $.Values.internal.advancedConfiguration.cgroupsv1 }}false{{else}}true{{end}}
[plugins."io.containerd.grpc.v1.cri"]
sandbox_image = "{{ include "cluster.image.registry" $ }}/{{ $.Values.providerIntegration.components.containerd.sandboxContainerImage.name }}:{{ $.Values.providerIntegration.components.containerd.sandboxContainerImage.tag }}"

Expand Down

0 comments on commit 4960076

Please sign in to comment.