Commit 7fe6e45f authored by Justin Santa Barbara's avatar Justin Santa Barbara

Fix typo: rejcted -> rejected

parent 1f7e79af
...@@ -2294,7 +2294,7 @@ func (kl *Kubelet) syncLoopIteration(configCh <-chan kubetypes.PodUpdate, handle ...@@ -2294,7 +2294,7 @@ func (kl *Kubelet) syncLoopIteration(configCh <-chan kubetypes.PodUpdate, handle
glog.V(2).Infof("SyncLoop (ADD, %q): %q", u.Source, format.Pods(u.Pods)) glog.V(2).Infof("SyncLoop (ADD, %q): %q", u.Source, format.Pods(u.Pods))
// After restarting, kubelet will get all existing pods through // After restarting, kubelet will get all existing pods through
// ADD as if they are new pods. These pods will then go through the // ADD as if they are new pods. These pods will then go through the
// admission process and *may* be rejcted. This can be resolved // admission process and *may* be rejected. This can be resolved
// once we have checkpointing. // once we have checkpointing.
handler.HandlePodAdditions(u.Pods) handler.HandlePodAdditions(u.Pods)
case kubetypes.UPDATE: case kubetypes.UPDATE:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment