Skip to content

Commit

Permalink
typo fix about further (kubernetes#10723)
Browse files Browse the repository at this point in the history
Signed-off-by: Yongxin Li <[email protected]>
  • Loading branch information
liyongxin authored and k8s-ci-robot committed Oct 24, 2018
1 parent 9cd91a5 commit 91e8ad4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This task shows how to scale a StatefulSet. Scaling a StatefulSet refers to incr
* StatefulSets are only available in Kubernetes version 1.5 or later.
To check your version of Kubernetes, run `kubectl version`.

* Not all stateful applications scale nicely. If you are unsure about whether to scale your StatefulSets, see [StatefulSet concepts](/docs/concepts/workloads/controllers/statefulset/) or [StatefulSet tutorial](/docs/tutorials/stateful-application/basic-stateful-set/) for futher information.
* Not all stateful applications scale nicely. If you are unsure about whether to scale your StatefulSets, see [StatefulSet concepts](/docs/concepts/workloads/controllers/statefulset/) or [StatefulSet tutorial](/docs/tutorials/stateful-application/basic-stateful-set/) for further information.

* You should perform scaling only when you are confident that your stateful application
cluster is completely healthy.
Expand Down

0 comments on commit 91e8ad4

Please sign in to comment.