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

Fix CAPD quick-start and E2E to adapt with changes in Kind v0.13 #6509

Closed
fabriziopandini opened this issue May 12, 2022 · 2 comments · Fixed by #6513
Closed

Fix CAPD quick-start and E2E to adapt with changes in Kind v0.13 #6509

fabriziopandini opened this issue May 12, 2022 · 2 comments · Fixed by #6513
Assignees
Labels
kind/bug Categorizes issue or PR as related to a bug.
Milestone

Comments

@fabriziopandini
Copy link
Member

What steps did you take and what happened:
Kind v0.13 switched images to systemd cgroup driver and thus we have to adapt quick-start and E2E to work on 1.24.

In order to make this happen,

  • We have to upgrade the kind version used in our CI to 0.13
  • We are going to switch the CAPD quick-start to use ClusterClass by default, so we can leverage version-aware patch in order to have a single template that works both with 1.24 as well as older version of Kubernetes
  • For the same reason we are going to upgrade our E2E tests to use ClusterClass

Anything else you would like to add:
Users are required to user kind 0.13 to spin up management clusters on 1.24

/kind bug

@k8s-ci-robot k8s-ci-robot added the kind/bug Categorizes issue or PR as related to a bug. label May 12, 2022
@fabriziopandini
Copy link
Member Author

/priority-important-soon
/milestone v1.2
/assign @chrischdi

@k8s-ci-robot k8s-ci-robot added this to the v1.2 milestone May 12, 2022
@sbueringer
Copy link
Member

fyi, it's highly likely this will also fix #4621

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants