Skip to content

Commit

Permalink
Switch to openshift-kubelet package
Browse files Browse the repository at this point in the history
See openshift/kubernetes#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.
  • Loading branch information
sdodson committed Feb 26, 2024
1 parent b0ba95a commit 6a063c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/openshift_node/defaults/main.yml
Expand Up @@ -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
Expand Down

0 comments on commit 6a063c4

Please sign in to comment.