Revise kubernetes-legacy-systemd RPM Name

Change subpackage name from kubernetes-legacy-systemd to
kubernetes-systemd. A user correctly pointed out that these systemd
units are not 'legacy' but have a valid use case, especially for
clusters not bootstrapped by kubeadm and for control planes that do not
have kubelet running.
This commit is contained in:
Bradley G Smith 2024-02-05 09:51:21 -08:00 committed by pbokoc
parent b1bf4dce80
commit 24e454f90f

View file

@ -131,7 +131,7 @@ This rpm is required on every Fedora machine in a cluster.
Recommended on any node configured as a control plane as it allows the cluster administrator control over the cluster from an ssh session on the control plane. Recommended on any node configured as a control plane as it allows the cluster administrator control over the cluster from an ssh session on the control plane.
Install on a machine that can connect to the cluster over the network. Install on a machine that can connect to the cluster over the network.
|kubernetes-legacy-systemd |kubernetes-systemd
|kube-apiserver, kube-controller-manager, kube-proxy, kube-scheduler |kube-apiserver, kube-controller-manager, kube-proxy, kube-scheduler
|Systemd services for a kubernetes control-plane and/or node. |Systemd services for a kubernetes control-plane and/or node.
Not needed for most installations as kubeadm will install these components as static pods. Not needed for most installations as kubeadm will install these components as static pods.
@ -155,7 +155,7 @@ If conducting a manual installation of Kubernetes (see link:https://github.com/k
[source,bash] [source,bash]
---- ----
sudo dnf install kubernetes kubernetes-client kubernetes-legacy-systemd sudo dnf install kubernetes kubernetes-client kubernetes-systemd
---- ----
[[sect-kubernetes-fedora-crosswalk]] [[sect-kubernetes-fedora-crosswalk]]