Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Force using /etc/containerd/certs.d for registry config. #3601

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on May 3, 2024

  1. Force using /etc/containerd/certs.d for registry config.

    This is a breaking change, announced in release v0.20. See
    https://kind.sigs.k8s.io/docs/user/local-registry/ how to setup a local
    registry.
    
    Note: users who used to patch the containerd config to set explicitly:
    
    [plugins."io.containerd.grpc.v1.cri".registry]
      config_path = "/etc/containerd/certs.d"
    
    should now remove this patch as it is now kind's default configuration.
    Romain-Geissler-1A committed May 3, 2024
    Configuration menu
    Copy the full SHA
    bb1973b View commit details
    Browse the repository at this point in the history