fixed typos in kubectl book

Kubernetes-commit: 09415eec4717c2d2ccc95f3532e68591032e3e75
This commit is contained in:
Naoki Oketani 2019-08-15 15:44:19 +09:00 committed by Kubernetes Publisher
parent e442f9154e
commit 6ce0967940
1 changed files with 2 additions and 2 deletions

View File

@ -130,9 +130,9 @@ such as those that they create and delete.
cluster state to the observed cluster state at the time Reconcile is run.**
1. Deployment Controller creates/deletes ReplicaSets
1. ReplicaSet Controller creates/delete Pods
1. ReplicaSet Controller creates/deletes Pods
1. Scheduler (Controller) writes Nodes to Pods
1. Node (Controller) runs Containers specifid in Pods on the Node
1. Node (Controller) runs Containers specified in Pods on the Node
**Watch**