mirror of
https://pagure.io/fedora-docs/quick-docs.git
synced 2024-11-24 13:32:42 +00:00
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:
parent
b1bf4dce80
commit
24e454f90f
1 changed files with 2 additions and 2 deletions
|
@ -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]]
|
||||||
|
|
Loading…
Reference in a new issue