Adding references to page for better understanding (#16995)

Adding all required reference links to the page for better navigations to understand related concepts.
This commit is contained in:
Rajesh Deshpande 2019-10-23 21:14:16 +05:30 committed by Kubernetes Prow Robot
parent 3c88fb1c14
commit fe74e3f318
1 changed files with 4 additions and 1 deletions

View File

@ -524,7 +524,10 @@ kubectl delete pvc data-mysql-4
{{% /capture %}}
{{% capture whatsnext %}}
* Learn more about [scaling a StatefulSet](/docs/tasks/run-application/scale-stateful-set/).
* Learn more about [debugging a StatefulSet](/docs/tasks/debug-application-cluster/debug-stateful-set/).
* Learn more about [deleting a StatefulSet](/docs/tasks/run-application/delete-stateful-set/).
* Learn more about [force deleting StatefulSet Pods](/docs/tasks/run-application/force-delete-stateful-set-pod/).
* Look in the [Helm Charts repository](https://github.com/kubernetes/charts)
for other stateful application examples.