From fe74e3f318dc2861fadc7734c6f2e3c553e459c8 Mon Sep 17 00:00:00 2001 From: Rajesh Deshpande Date: Wed, 23 Oct 2019 21:14:16 +0530 Subject: [PATCH] Adding references to page for better understanding (#16995) Adding all required reference links to the page for better navigations to understand related concepts. --- .../run-application/run-replicated-stateful-application.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/content/en/docs/tasks/run-application/run-replicated-stateful-application.md b/content/en/docs/tasks/run-application/run-replicated-stateful-application.md index 8b5db92a6d..d3d341cd0c 100644 --- a/content/en/docs/tasks/run-application/run-replicated-stateful-application.md +++ b/content/en/docs/tasks/run-application/run-replicated-stateful-application.md @@ -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.