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

Containerd 1.6.4 for k8s >= 1.24 #1610

Merged
merged 15 commits into from
May 21, 2022
Merged

Conversation

ganeshkumarashok
Copy link
Contributor

@ganeshkumarashok ganeshkumarashok commented Mar 10, 2022

Containerd 1.6.4 works with k8s 1.24, in the standalone environment!

@ganeshkumarashok ganeshkumarashok temporarily deployed to test March 10, 2022 00:49 Inactive
@ganeshkumarashok ganeshkumarashok temporarily deployed to test March 10, 2022 00:53 Inactive
@ganeshkumarashok ganeshkumarashok temporarily deployed to test March 12, 2022 00:55 Inactive
@ganeshkumarashok ganeshkumarashok temporarily deployed to test March 15, 2022 20:55 Inactive
@ganeshkumarashok ganeshkumarashok temporarily deployed to test March 15, 2022 21:06 Inactive
@ganeshkumarashok ganeshkumarashok temporarily deployed to test March 21, 2022 16:49 Inactive
@alexeldeib alexeldeib added the enhancement New feature or request label Apr 15, 2022
@ganeshkumarashok ganeshkumarashok temporarily deployed to test May 18, 2022 03:51 Inactive
@ganeshkumarashok ganeshkumarashok changed the title Containerd 1.6 for k8s >= 1.23 Containerd 1.6 for k8s >= 1.24 May 18, 2022
@ganeshkumarashok ganeshkumarashok temporarily deployed to test May 18, 2022 03:51 Inactive
@ganeshkumarashok ganeshkumarashok temporarily deployed to test May 19, 2022 01:59 Inactive
@ganeshkumarashok ganeshkumarashok changed the title Containerd 1.6 for k8s >= 1.24 Containerd 1.6.4 for k8s >= 1.24 May 19, 2022
else
echo "WARNING: containerd version not found in manifest, defaulting to hardcoded."
fi

# todo(ace): read 1.22 from a manifest and track it against supported versions
if semverCompare ${KUBERNETES_VERSION} "1.22.0"; then
if semverCompare ${KUBERNETES_VERSION} "1.24.0"; then
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

would be nice if we can figure out a way to structure this so we can just enumerate (k8s version, containerd version) tuples and compare against desired version instead of branching this case more.

in practice we probably only have a few

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah, that would be nice. So we can avoid having all these cases.

@ganeshkumarashok ganeshkumarashok temporarily deployed to test May 19, 2022 21:26 Inactive
@ganeshkumarashok ganeshkumarashok temporarily deployed to test May 21, 2022 01:52 Inactive
@ganeshkumarashok ganeshkumarashok merged commit 6c518bc into master May 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants