Skip to content

Install-Containerd does not setup the default config.toml #42

@profnandaa

Description

@profnandaa

Describe the bug

When you run Install-Containerd, the default config.toml file is not added. The general setup instructions are that this need to be added as part of the installation. See https://github.com/containerd/containerd/blob/main/docs/getting-started.md#installing-containerd-on-windows

# configure
containerd.exe config default | Out-File $Env:ProgramFiles\containerd\config.toml -Encoding ascii
# Review the configuration. Depending on setup you may want to adjust:
# - the sandbox_image (Kubernetes pause image)
# - cni bin_dir and conf_dir locations
Get-Content $Env:ProgramFiles\containerd\config.toml

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions