Skip to content

Commit

Permalink
Improve comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit91 committed Aug 13, 2024
1 parent 0e031e6 commit d295c00
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,9 @@ func ignitionFromOperatingSystemConfig(config *generator.OperatingSystemConfig)

if config.CRI != nil && config.CRI.Name == extensionsv1alpha1.CRINameContainerD {
// the debian:12 containerd ships with "cri" plugin disabled, so we need override the config that ships with the os
// unfortunately, ignition does not allow to remove files easily.
//
// with g/g v1.100 it would be best to just remove the config.toml and let the GNA generate the default config
// with g/g v1.100 it would be best to just remove the config.toml and let the GNA generate the default config.
// unfortunately, ignition does not allow to remove files easily.
// along with the default import paths. see https://github.com/gardener/gardener/pull/10050)
cfg.Storage.Files = append(cfg.Storage.Files, types.File{
Path: "/etc/containerd/config.toml",
Expand Down

0 comments on commit d295c00

Please sign in to comment.