mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-20 02:11:09 +00:00
Merge pull request #99084 from gxglls/imporve-kubelet-comment
kubelet: Imporve cmd comment for how kubelet works
This commit is contained in:
commit
3727aa47d9
@ -16,8 +16,9 @@ limitations under the License.
|
||||
|
||||
// The kubelet binary is responsible for maintaining a set of containers on a particular host VM.
|
||||
// It syncs data from both configuration file(s) as well as from a quorum of etcd servers.
|
||||
// It then queries Docker to see what is currently running. It synchronizes the configuration data,
|
||||
// with the running set of containers by starting or stopping Docker containers.
|
||||
// It then communicates with the container runtime (or a CRI shim for the runtime) to see what is
|
||||
// currently running. It synchronizes the configuration data, with the running set of containers
|
||||
// by starting or stopping containers.
|
||||
package main
|
||||
|
||||
import (
|
||||
|
Loading…
Reference in New Issue
Block a user