mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-23 02:00:12 +00:00
If etcd is running on the same system as kube-apiserver and is being started as part of the same series of services (such as with a custom systemd target), we need to ensure that it orders later in startup than etcd or it will fail to find the local service. Note: this does not attempt to start etcd on the local system if it is not already part of the transaction, so it will have no effect if someone calls `systemctl start kube-apiserver.service` directly.