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

capi: make containerd CRI socket configurable #433

Merged
merged 1 commit into from
Dec 3, 2020

Commits on Dec 1, 2020

  1. capi: make containerd cri socket configurable

    We should be able to configure path to containerd CRI socket file,
    `containerd_cri_socket`, for each distro. Its main use case is to
    support distros with different CRI socket path, for example,
    `/run/docker/libcontainerd/container.sock` for Flatcar. By default it
    is `/var/run/containerd/containerd.sock` as it has been in all other
    distros.
    
    This PR is split out from
    kubernetes-sigs#248, as suggested
    by codenrhoden.
    Dongsu Park committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    6aebc8f View commit details
    Browse the repository at this point in the history