From 6a063c469087106fb9a778efc91e91ca07471caf Mon Sep 17 00:00:00 2001 From: Scott Dodson Date: Mon, 26 Feb 2024 15:06:32 -0500 Subject: [PATCH] Switch to openshift-kubelet package See https://github.com/openshift/kubernetes/pull/1882 This will likely require some testing. I would expect clusters upgrading to the new packaging to be fine but still have all of the other packages installed. Maybe at some point we should come back and remove the other packages but it doesn't seem imperative now. --- roles/openshift_node/defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift_node/defaults/main.yml b/roles/openshift_node/defaults/main.yml index 15e6cd3ab..97f2a5a99 100644 --- a/roles/openshift_node/defaults/main.yml +++ b/roles/openshift_node/defaults/main.yml @@ -17,7 +17,7 @@ openshift_node_packages: - cri-o-{{ crio_latest }} - cri-tools - openshift-clients-{{ l_cluster_version }}* - - openshift-hyperkube-{{ l_cluster_version }}* + - openshift-kubelet-{{ l_cluster_version }}* - podman - runc - ose-aws-ecr-image-credential-provider