Skip to content

Commit

Permalink
note about saving
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed May 14, 2023
1 parent 376220f commit fcbe958
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -810,9 +810,12 @@ $ kubectl cp flux-operator/flux-sample-0-xxxx:/workflow/data ./data/kubernetes-8

And when you are sure you have all the data, cleanup the cluster. You need to delete the pvc
explicitly, either here or in the console (it doesn't just cleanup with the cluster)!
Don't forget to save nodes and pods if you need to debug!

DONT FORGET TO SAAVE NODES

```bash
$ kubectl get pods -o json > ./data/kubernetes-8/pods.json
$ kubectl get nodes -o json > ./data/kubernetes-8/nodes.json
```

```bash
$ kubectl delete -f operator/pvc.yaml
Expand Down

0 comments on commit fcbe958

Please sign in to comment.