Commit f74b4bbb authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #38094 from yarntime/fix_update_typo

Automatic merge from submit-queue fix typos fix typos.
parents adbf7137 f7c737e8
......@@ -571,7 +571,7 @@ func (fdc *DeploymentController) reconcileDeployment(key string) (reconciliation
})
}
} else {
// TODO: Update only one deployment at a time if update strategy is rolling udpate.
// TODO: Update only one deployment at a time if update strategy is rolling update.
currentLd := ldObj.(*extensionsv1.Deployment)
// Update existing replica set, if needed.
......
......@@ -93,7 +93,7 @@ func (rc *reconciler) Run(stopCh <-chan struct{}) {
// reconciliationLoopFunc this can be disabled via cli option disableReconciliation.
// It periodically checks whether the attached volumes from actual state
// are still attached to the node and udpate the status if they are not.
// are still attached to the node and update the status if they are not.
func (rc *reconciler) reconciliationLoopFunc() func() {
return func() {
......
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