Removed unused workflows (#536)
* Removed unused workflows Signed-off-by: Amit Kumar Das <amit@chaosnative.com> * Moved byoc-pod-delete to byoc directory and updated generic CSV Signed-off-by: Amit Kumar Das <amit@chaosnative.com> Co-authored-by: Udit Gaurav <35391335+uditgaurav@users.noreply.github.com>
This commit is contained in:
20
byoc/generic/byoc-pod-delete/Readme.md
Normal file
20
byoc/generic/byoc-pod-delete/Readme.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# In Namespace Changes
|
||||
* Apply experiments for k8 - `kubectl apply -f experiments.yaml`
|
||||
* Validate the experiments for k8 - `kubectl get chaosexperiment`
|
||||
* Setup RBAC - for pod delete RBAC - `kubectl apply -f rbac.yaml`
|
||||
* Create pod Experiment - for health experiment -`kubectl create -f engine.yaml`
|
||||
* Validate experiment - `kubectl get pods -w`
|
||||
* Validate logs - `kubectl logs -f <delete pod>`
|
||||
* Clean up chaosexperiment -`kubectl delete -f engine.yaml`
|
||||
* Clean up rbac -`kubectl delete -f rbac.yaml`
|
||||
|
||||
|
||||
# Remote namespace
|
||||
* Apply experiments for K8 - `kubectl apply -f experiments.yaml`
|
||||
* Validate the experiments for k8 - `kubectl get chaosexperiments`
|
||||
* Setup RBAC as admin mode - `kubectl apply -f rbac-admin.yaml`
|
||||
* Create pod Experiment - for health experiment -`kubectl create -f engine-kiam.yaml`
|
||||
* Validate experiment - `kubectl get pods -w`
|
||||
* Validate logs - `kubectl logs -f <delete pod>`
|
||||
* Clean up chaosexperiment -`kubectl delete -f engine-kiam.yaml`
|
||||
* Clean up rbac -`kubectl delete -f rbac-admin.yaml`
|
Reference in New Issue
Block a user