Merge pull request #27128 from sdwerwed/patch-1
Avoid using namespace that is a reserved objectpull/27184/head
commit
8f81a069fe
|
@ -39,6 +39,7 @@ on general patterns for running stateful applications in Kubernetes.
|
||||||
[ConfigMaps](/docs/tasks/configure-pod-container/configure-pod-configmap/).
|
[ConfigMaps](/docs/tasks/configure-pod-container/configure-pod-configmap/).
|
||||||
* Some familiarity with MySQL helps, but this tutorial aims to present
|
* Some familiarity with MySQL helps, but this tutorial aims to present
|
||||||
general patterns that should be useful for other systems.
|
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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue