mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Avoid deletion of entire namespace by accident
Yep, that happened to me. I did ``` kubectl delete -f deployment/human-connection ``` and I forgot about the namespace in that folder. Now everything is gone.
This commit is contained in:
parent
df519c9828
commit
5622b1aa30
@ -38,7 +38,7 @@ your deployed kubernetes pods.
|
||||
## Create a namespace
|
||||
|
||||
```bash
|
||||
# in folder deployment/human-connection/
|
||||
# in folder deployment/
|
||||
$ kubectl apply -f namespace.yaml
|
||||
```
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user