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

ci: separarte pull-containerd-node-e2e for 1.5 branch #27912

Merged

Commits on Nov 8, 2022

  1. ci: separarte pull-containerd-node-e2e for 1.5 branch

    containerd v1.5.x supports CRI v1alpha2, the API that was available at
    the time of release for containerd v1.5. containerd v1.6.x has support
    for both CRI v1alpha2 and v1; and is being designated a long term
    support release.
    
    kubelet master is removing support for CRI v1alpha2, this action has the
    effect of forcing kubernetes master(and kubernetes r.next+) users to move
    up to containerd v1.6.x where both CRI v1 and v1alpha2 is supported.
    
    Therefore we need to separate out the pull-containerd-node-e2e job for
    containerd 1.5 branch, so that patches can still be made to 1.5 branch
    till its EOL. Instead of running against kubernetes master, it will run
    against k8s release-1.25 branch (the last release which supports CRI v1alpha2)
    
    Ref: kubernetes/kubernetes#110618
    
    Signed-off-by: Akhil Mohan <makhil@vmware.com>
    akhilerm committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    935fa77 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. use systemd cgroup driver

    udpate kubelet flags to use systemd cgroup driver since cgroupv2 is
    enabled in cos-101
    
    Signed-off-by: Akhil Mohan <makhil@vmware.com>
    akhilerm committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    606a3a8 View commit details
    Browse the repository at this point in the history
  2. update job name to match required format

    job names should match the regex "^[a-z0-9]([-a-z0-9]*[a-z0-9])?$"
    
    Signed-off-by: Akhil Mohan <makhil@vmware.com>
    akhilerm committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    fda1098 View commit details
    Browse the repository at this point in the history