Skip to content

Review if we still need to install cri-tools form Kubernets 1.31 and forward #86

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

Open
ralgozino opened this issue Jul 3, 2024 · 2 comments
Assignees

Comments

@ralgozino
Copy link
Member

Starting from Kubernetes 1.31 kubeadm will not depend on cri-tools anymore:

@g-iannelli
Copy link
Contributor

Checking the ansible roles, crictl is used in the renewal certificate examples. Maybe it's not required directly in the roles.

The kubeadm deb/rpm packages will continue to install the cri-tools package up to Kubernetes version 1.31.
In kubernetes 1.32 it will be removed.

IMHO this issue should be postponed to KFD 1.32

@ralgozino
Copy link
Member Author

We are using it also in the renew certificates command in the distribution:

https://github.com/sighupio/fury-distribution/blob/main/templates/kubernetes/onpremises/98.cluster-certificates-renewal.yaml.tpl#L80-L81

https://github.com/sighupio/fury-distribution/blob/main/templates/kubernetes/onpremises/98.cluster-certificates-renewal.yaml.tpl#L85

https://github.com/sighupio/fury-distribution/blob/main/templates/kubernetes/onpremises/98.cluster-certificates-renewal.yaml.tpl#L92

https://github.com/sighupio/fury-distribution/blob/main/templates/kubernetes/onpremises/98.cluster-certificates-renewal.yaml.tpl#L99

We'll need to either make sure we keep installing critools in 1.32 or look for an alternative in the renew certificates role.

I think having critools in the nodes for troubleshooting can be handy, but it can be installed when needed too. So if it simplifies our installer, it could be beneficial to drop it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants