Skip to content

Commit

Permalink
OCPBUGS-29437: install the smaller openshift-kubelet package
Browse files Browse the repository at this point in the history
The packaging has recently been refactored to offer a kubelet only package,
which is all that RHCOS should require. This removes extraneous server
binaries kube-apiserver, kube-controller-manager, and kube-scheduler
  • Loading branch information
sdodson committed Feb 26, 2024
1 parent 973b01d commit 95bf111
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion manifest-rhel-9.2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,6 @@ repo-packages:
- cri-o
- cri-tools
- openshift-clients
- openshift-hyperkube
- openshift-kubelet
# Use legacy coreos/toolbox until we're ready to use containers/toolbox
- toolbox
4 changes: 2 additions & 2 deletions manifest-rhel-9.4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repos:
- baseos
- appstream
- rhel-9.2-fast-datapath
# Include RHCOS 9 repo for oc, hyperkube
# Include RHCOS 9 repo for oc, kubelet
- rhel-9.2-server-ose-4.16

# We include hours/minutes to avoid version number reuse
Expand Down Expand Up @@ -139,4 +139,4 @@ repo-packages:
- cri-o
- cri-tools
- openshift-clients
- openshift-hyperkube
- openshift-kubelet
2 changes: 1 addition & 1 deletion packages-openshift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ packages:
# The packages below are required by OpenShift/OKD
# but are not present in CentOS Stream and RHEL.
- cri-o cri-tools conmon-rs
- openshift-clients openshift-hyperkube
- openshift-clients openshift-kubelet
- openvswitch3.1
# The packages below are present in CentOS Stream/RHEL,
# and depend on one or more of the above.
Expand Down

0 comments on commit 95bf111

Please sign in to comment.