When following these instructions migrating an existing cluster you can accidentally prune resources if you're not paying attention. This could cause a catastrophic loss of cluster resources and ruin some ones day.

pull/1035/head
Philip Matheson 4 years ago
parent 08c1bd7653
commit ec156a1d12

@ -169,7 +169,7 @@ Configure the reconciliation of the `deploy` dir on your cluster:
$ flux create kustomization app \
--source=app \
--path="./deploy" \
--prune=true \
--prune=false \
--interval=10m
✚ generating Kustomization
► applying Kustomization
@ -244,7 +244,7 @@ Configure the reconciliation of the `prod` overlay on your cluster:
flux create kustomization app \
--source=GitRepository/app \
--path="./overlays/prod" \
--prune=true \
--prune=false \
--interval=10m
```

Loading…
Cancel
Save