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

Set containerd as default container runtime for k8s>=1.22 #4222

Merged
merged 7 commits into from
Jun 24, 2021

Commits on Jun 16, 2021

  1. Set containerd as default container runtime for k8s>=1.22

    An empty `cri.name` field for a worker pool means all nodes are configured with `docker` as the container runtime. When users upgrade their shoots to k8s>=1.22 (or create new ones) the default is changed to `containerd`. This also means that starting with k8s 1.22 the shoot object will always contain an explicit configuration of the container runtime.
    voelzmo committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    9840242 View commit details
    Browse the repository at this point in the history
  2. Make gosimple happy

    voelzmo committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    1f1494a View commit details
    Browse the repository at this point in the history
  3. Set containerd as default container runtime for k8s>1.22

    Also do this for v1alpha1, not only v1beta1.
    voelzmo committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    00bb560 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2021

  1. Configuration menu
    Copy the full SHA
    1094f8d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25829b9 View commit details
    Browse the repository at this point in the history
  3. Include make generate run

    voelzmo committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    cf765f0 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2021

  1. Configuration menu
    Copy the full SHA
    e98bc38 View commit details
    Browse the repository at this point in the history