mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-10-28 20:30:09 +00:00
fix typos
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user