From 388a2730f175a2e81ed370230d2229307e9c212a Mon Sep 17 00:00:00 2001 From: sdwerwed <51335355+sdwerwed@users.noreply.github.com> Date: Thu, 18 Mar 2021 22:38:48 +0100 Subject: [PATCH] Avoid using namespace that is a reserved object --- .../run-application/run-replicated-stateful-application.md | 2 +- 1 file changed, 1 insertion(+), 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 36e5334f3d..893ef463db 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 @@ -39,6 +39,7 @@ on general patterns for running stateful applications in Kubernetes. [ConfigMaps](/docs/tasks/configure-pod-container/configure-pod-configmap/). * Some familiarity with MySQL helps, but this tutorial aims to present general patterns that should be useful for other systems. +* You are using the default namespace or another namespace that does not contain any conflicting objects. @@ -540,4 +541,3 @@ kubectl delete pvc data-mysql-4 -