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

Use separate containerd configs in aws-k8s and aws-dev #589

Merged
merged 1 commit into from
Dec 16, 2019

Commits on Dec 16, 2019

  1. Use separate containerd configs in aws-k8s and aws-dev

    We were failing to write the containerd config in the dev image because
    pod-infra-container-image wasn't set -- because it lives in the Kubernetes
    settings we don't have in the dev image.
    
    We don't need a pod-infra-container-image (or similar) setting in the dev image
    because we use containerd through Docker which doesn't use it.  So, the
    clearest change is to split the containerd config file, removing the irrelevant
    cri-plugin settings from the dev version, including the
    pod-infra-container-image setting.
    tjkirch committed Dec 16, 2019
    Configuration menu
    Copy the full SHA
    7e964aa View commit details
    Browse the repository at this point in the history