Skip to content

Commit 8f81a06

Browse files
authored
Merge pull request #27128 from sdwerwed/patch-1
Avoid using namespace that is a reserved object
2 parents b66a113 + 388a273 commit 8f81a06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/run-application/run-replicated-stateful-application.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ on general patterns for running stateful applications in Kubernetes.
3939
[ConfigMaps](/docs/tasks/configure-pod-container/configure-pod-configmap/).
4040
* Some familiarity with MySQL helps, but this tutorial aims to present
4141
general patterns that should be useful for other systems.
42+
* You are using the default namespace or another namespace that does not contain any conflicting objects.
4243

4344

4445

@@ -540,4 +541,3 @@ kubectl delete pvc data-mysql-4
540541

541542

542543

543-

0 commit comments

Comments
 (0)