Create 3 new experiments for kubernetes (#367)
* Adding 3 experiments for kubernetes Signed-off-by: Anushya Dharmarajan <anushya_dharmarajan@intuit.com> * Correcting kiam label Signed-off-by: Anushya Dharmarajan <anushya_dharmarajan@intuit.com> * Fixing path in Readme Signed-off-by: Anushya Dharmarajan <anushya_dharmarajan@intuit.com> * removed custom-spiserver Signed-off-by: Anushya Dharmarajan <anushya_dharmarajan@intuit.com> Co-authored-by: Anushya Dharmarajan <anushya_dharmarajan@intuit.com>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
* 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 for IKS 1.0 -`kubectl create -f engine.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`
|
||||
|
@@ -1,3 +1,4 @@
|
||||
# Generic Chaos engine for Application team, who want to participate in Game Day
|
||||
apiVersion: litmuschaos.io/v1alpha1
|
||||
kind: ChaosEngine
|
||||
metadata:
|
||||
@@ -23,7 +24,7 @@ spec:
|
||||
value: kube-system
|
||||
# set chaos label name
|
||||
- name: LABEL_NAME
|
||||
value: k8s-app=calico-node
|
||||
value: kiam
|
||||
# pod endpoint
|
||||
- name: APP_ENDPOINT
|
||||
value: 'localhost'
|
||||
|
Reference in New Issue
Block a user