Fix Kuberentes typo

This commit is contained in:
Andrew Chen
2017-07-31 23:45:38 -07:00
parent acef396611
commit d40b245c9b
2 changed files with 2 additions and 2 deletions
@@ -189,7 +189,7 @@ Pod.
## Update Strategies
In Kuberentes 1.7 and later, StatefulSet's `.spec.updateStrategy` field allows you to configure
In Kubernetes 1.7 and later, StatefulSet's `.spec.updateStrategy` field allows you to configure
and disable automated rolling updates for containers, labels, resource request/limits, and
annotations for the Pods in a StatefulSet.