Merge pull request #603 from neelanjan00/update-image-tags
chore: Update go-runner image tags to 3.0.0-beta3
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Workflow
|
||||
metadata:
|
||||
generateName: argowf-chaos-bank-of-anthos-resiliency-
|
||||
name: argowf-chaos-bank-of-anthos-resiliency-
|
||||
namespace: litmus
|
||||
labels:
|
||||
subject: "{{workflow.parameters.appNamespace}}_bank-of-anthos"
|
||||
@@ -22,12 +22,12 @@ spec:
|
||||
steps:
|
||||
- - name: install-application
|
||||
template: install-application
|
||||
- - name: install-chaos-experiments
|
||||
template: install-chaos-experiments
|
||||
- - name: install-chaos-faults
|
||||
template: install-chaos-faults
|
||||
- - name: pod-network-loss
|
||||
template: pod-network-loss
|
||||
- - name: revert-chaos
|
||||
template: revert-chaos
|
||||
- - name: cleanup-chaos-resources
|
||||
template: cleanup-chaos-resources
|
||||
- name: delete-application
|
||||
template: delete-application
|
||||
|
||||
@@ -36,7 +36,7 @@ spec:
|
||||
image: litmuschaos/litmus-app-deployer:latest
|
||||
args: ["-namespace=bank","-typeName=resilient","-operation=apply","-timeout=400", "-app=bank-of-anthos","-scope=cluster"] #for weak provide type flagName as resilient(-typeName=weak)
|
||||
|
||||
- name: install-chaos-experiments
|
||||
- name: install-chaos-faults
|
||||
container:
|
||||
image: litmuschaos/k8s:latest
|
||||
command: [sh, -c]
|
||||
@@ -108,7 +108,7 @@ spec:
|
||||
image: litmuschaos/litmus-app-deployer:latest
|
||||
args: ["-namespace=bank","-typeName=resilient","-operation=delete", "-app=bank-of-anthos"]
|
||||
|
||||
- name: revert-chaos
|
||||
- name: cleanup-chaos-resources
|
||||
container:
|
||||
image: litmuschaos/k8s:latest
|
||||
command: [sh, -c]
|
||||
|
@@ -1,7 +1,7 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: CronWorkflow
|
||||
metadata:
|
||||
generateName: argowf-chaos-bank-of-anthos-resiliency-cron-wf-
|
||||
name: argowf-chaos-bank-of-anthos-resiliency-cron-wf-
|
||||
namespace: litmus
|
||||
labels:
|
||||
subject: "{{workflow.parameters.appNamespace}}_bank-of-anthos"
|
||||
@@ -26,12 +26,12 @@ spec:
|
||||
steps:
|
||||
- - name: install-application
|
||||
template: install-application
|
||||
- - name: install-chaos-experiments
|
||||
template: install-chaos-experiments
|
||||
- - name: install-chaos-faults
|
||||
template: install-chaos-faults
|
||||
- - name: pod-network-loss
|
||||
template: pod-network-loss
|
||||
- - name: revert-chaos
|
||||
template: revert-chaos
|
||||
- - name: cleanup-chaos-resources
|
||||
template: cleanup-chaos-resources
|
||||
- name: delete-application
|
||||
template: delete-application
|
||||
|
||||
@@ -40,7 +40,7 @@ spec:
|
||||
image: litmuschaos/litmus-app-deployer:latest
|
||||
args: ["-namespace=bank","-typeName=resilient","-operation=apply","-timeout=400", "-app=bank-of-anthos","-scope=cluster"] #for weak provide type flagName as resilient(-typeName=weak)
|
||||
|
||||
- name: install-chaos-experiments
|
||||
- name: install-chaos-faults
|
||||
container:
|
||||
image: litmuschaos/k8s:latest
|
||||
command: [sh, -c]
|
||||
@@ -112,7 +112,7 @@ spec:
|
||||
image: litmuschaos/litmus-app-deployer:latest
|
||||
args: ["-namespace=bank","-typeName=resilient","-operation=delete", "-app=bank-of-anthos"]
|
||||
|
||||
- name: revert-chaos
|
||||
- name: cleanup-chaos-resources
|
||||
container:
|
||||
image: litmuschaos/k8s:latest
|
||||
command: [sh, -c]
|
||||
|
@@ -1,7 +1,7 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Workflow
|
||||
metadata:
|
||||
generateName: argowf-chaos-hello-world-pod-delete-
|
||||
name: argowf-chaos-hello-world-pod-delete-
|
||||
labels:
|
||||
subject: "{{workflow.parameters.adminModeNamespace}}_hello-world"
|
||||
spec:
|
||||
@@ -17,17 +17,17 @@ spec:
|
||||
templates:
|
||||
- name: argowf-chaos
|
||||
steps:
|
||||
- - name: install-experiment
|
||||
template: install-experiment
|
||||
- - name: install-chaos-faults
|
||||
template: install-chaos-faults
|
||||
- - name: run-chaos
|
||||
template: run-chaos
|
||||
- - name: revert-chaos
|
||||
template: revert-chaos
|
||||
- - name: cleanup-chaos-resources
|
||||
template: cleanup-chaos-resources
|
||||
|
||||
- name: install-experiment
|
||||
- name: install-chaos-faults
|
||||
inputs:
|
||||
artifacts:
|
||||
- name: install-experiment
|
||||
- name: install-chaos-faults
|
||||
path: /tmp/pod-delete.yaml
|
||||
raw:
|
||||
data: |
|
||||
@@ -71,7 +71,7 @@ spec:
|
||||
verbs:
|
||||
- "get"
|
||||
- "list"
|
||||
image: "litmuschaos/go-runner:latest"
|
||||
image: "litmuschaos/go-runner:3.0.0-beta3"
|
||||
imagePullPolicy: Always
|
||||
args:
|
||||
- -c
|
||||
@@ -161,7 +161,7 @@ spec:
|
||||
- -file=/tmp/chaosengine.yaml
|
||||
- -saveName=/tmp/engine-name
|
||||
|
||||
- name: revert-chaos
|
||||
- name: cleanup-chaos-resources
|
||||
container:
|
||||
image: litmuschaos/k8s:latest
|
||||
resources:
|
||||
|
@@ -21,17 +21,17 @@ spec:
|
||||
templates:
|
||||
- name: argowf-chaos
|
||||
steps:
|
||||
- - name: install-experiment
|
||||
template: install-experiment
|
||||
- - name: install-chaos-faults
|
||||
template: install-chaos-faults
|
||||
- - name: run-chaos
|
||||
template: run-chaos
|
||||
- - name: revert-chaos
|
||||
template: revert-chaos
|
||||
- - name: cleanup-chaos-resources
|
||||
template: cleanup-chaos-resources
|
||||
|
||||
- name: install-experiment
|
||||
- name: install-chaos-faults
|
||||
inputs:
|
||||
artifacts:
|
||||
- name: install-experiment
|
||||
- name: install-chaos-faults
|
||||
path: /tmp/pod-delete.yaml
|
||||
raw:
|
||||
data: |
|
||||
@@ -75,7 +75,7 @@ spec:
|
||||
verbs:
|
||||
- "get"
|
||||
- "list"
|
||||
image: "litmuschaos/go-runner:latest"
|
||||
image: "litmuschaos/go-runner:3.0.0-beta3"
|
||||
imagePullPolicy: Always
|
||||
args:
|
||||
- -c
|
||||
@@ -165,7 +165,7 @@ spec:
|
||||
- -file=/tmp/chaosengine.yaml
|
||||
- -saveName=/tmp/engine-name
|
||||
|
||||
- name: revert-chaos
|
||||
- name: cleanup-chaos-resources
|
||||
container:
|
||||
image: litmuschaos/k8s:latest
|
||||
resources:
|
||||
|
@@ -1,7 +1,7 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Workflow
|
||||
metadata:
|
||||
generateName: argowf-chaos-node-cpu-hog-
|
||||
name: argowf-chaos-node-cpu-hog-
|
||||
namespace: litmus
|
||||
labels:
|
||||
subject: "{{workflow.parameters.context}}"
|
||||
@@ -20,17 +20,17 @@ spec:
|
||||
templates:
|
||||
- name: argowf-chaos
|
||||
steps:
|
||||
- - name: install-experiment
|
||||
template: install-experiment
|
||||
- - name: install-chaos-faults
|
||||
template: install-chaos-faults
|
||||
- - name: run-chaos
|
||||
template: run-chaos
|
||||
- - name: revert-chaos
|
||||
template: revert-chaos
|
||||
- - name: cleanup-chaos-resources
|
||||
template: cleanup-chaos-resources
|
||||
|
||||
- name: install-experiment
|
||||
- name: install-chaos-faults
|
||||
inputs:
|
||||
artifacts:
|
||||
- name: install-experiment
|
||||
- name: install-chaos-faults
|
||||
path: /tmp/node-cpu-hog.yaml
|
||||
raw:
|
||||
data: |
|
||||
@@ -72,7 +72,7 @@ spec:
|
||||
verbs:
|
||||
- "get"
|
||||
- "list"
|
||||
image: "litmuschaos/go-runner:latest"
|
||||
image: "litmuschaos/go-runner:3.0.0-beta3"
|
||||
imagePullPolicy: Always
|
||||
args:
|
||||
- -c
|
||||
@@ -95,7 +95,7 @@ spec:
|
||||
|
||||
# provide lib image
|
||||
- name: LIB_IMAGE
|
||||
value: 'litmuschaos/go-runner:latest'
|
||||
value: 'litmuschaos/go-runner:3.0.0-beta3'
|
||||
|
||||
labels:
|
||||
name: node-cpu-hog
|
||||
@@ -139,7 +139,7 @@ spec:
|
||||
image: litmuschaos/litmus-checker:latest
|
||||
args: ["-file=/tmp/chaosengine.yaml","-saveName=/tmp/engine-name"]
|
||||
|
||||
- name: revert-chaos
|
||||
- name: cleanup-chaos-resources
|
||||
container:
|
||||
image: litmuschaos/k8s:latest
|
||||
command: [sh, -c]
|
||||
|
@@ -24,17 +24,17 @@ spec:
|
||||
templates:
|
||||
- name: argowf-chaos
|
||||
steps:
|
||||
- - name: install-experiment
|
||||
template: install-experiment
|
||||
- - name: install-chaos-faults
|
||||
template: install-chaos-faults
|
||||
- - name: run-chaos
|
||||
template: run-chaos
|
||||
- - name: revert-chaos
|
||||
template: revert-chaos
|
||||
- - name: cleanup-chaos-resources
|
||||
template: cleanup-chaos-resources
|
||||
|
||||
- name: install-experiment
|
||||
- name: install-chaos-faults
|
||||
inputs:
|
||||
artifacts:
|
||||
- name: install-experiment
|
||||
- name: install-chaos-faults
|
||||
path: /tmp/node-cpu-hog.yaml
|
||||
raw:
|
||||
data: |
|
||||
@@ -76,7 +76,7 @@ spec:
|
||||
verbs:
|
||||
- "get"
|
||||
- "list"
|
||||
image: "litmuschaos/go-runner:latest"
|
||||
image: "litmuschaos/go-runner:3.0.0-beta3"
|
||||
imagePullPolicy: Always
|
||||
args:
|
||||
- -c
|
||||
@@ -99,7 +99,7 @@ spec:
|
||||
|
||||
# provide lib image
|
||||
- name: LIB_IMAGE
|
||||
value: 'litmuschaos/go-runner:latest'
|
||||
value: 'litmuschaos/go-runner:3.0.0-beta3'
|
||||
|
||||
labels:
|
||||
name: node-cpu-hog
|
||||
@@ -143,7 +143,7 @@ spec:
|
||||
image: litmuschaos/litmus-checker:latest
|
||||
args: ["-file=/tmp/chaosengine.yaml","-saveName=/tmp/engine-name"]
|
||||
|
||||
- name: revert-chaos
|
||||
- name: cleanup-chaos-resources
|
||||
container:
|
||||
image: litmuschaos/k8s:latest
|
||||
command: [sh, -c]
|
||||
|
@@ -1,7 +1,7 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Workflow
|
||||
metadata:
|
||||
generateName: argowf-chaos-node-memory-hog-
|
||||
name: argowf-chaos-node-memory-hog-
|
||||
namespace: litmus
|
||||
labels:
|
||||
subject: "{{workflow.parameters.context}}"
|
||||
@@ -20,17 +20,17 @@ spec:
|
||||
templates:
|
||||
- name: argowf-chaos
|
||||
steps:
|
||||
- - name: install-experiment
|
||||
template: install-experiment
|
||||
- - name: install-chaos-faults
|
||||
template: install-chaos-faults
|
||||
- - name: run-chaos
|
||||
template: run-chaos
|
||||
- - name: revert-chaos
|
||||
template: revert-chaos
|
||||
- - name: cleanup-chaos-resources
|
||||
template: cleanup-chaos-resources
|
||||
|
||||
- name: install-experiment
|
||||
- name: install-chaos-faults
|
||||
inputs:
|
||||
artifacts:
|
||||
- name: install-experiment
|
||||
- name: install-chaos-faults
|
||||
path: /tmp/node-memory-hog.yaml
|
||||
raw:
|
||||
data: |
|
||||
@@ -72,7 +72,7 @@ spec:
|
||||
verbs:
|
||||
- "get"
|
||||
- "list"
|
||||
image: "litmuschaos/go-runner:latest"
|
||||
image: "litmuschaos/go-runner:3.0.0-beta3"
|
||||
imagePullPolicy: Always
|
||||
args:
|
||||
- -c
|
||||
@@ -95,7 +95,7 @@ spec:
|
||||
|
||||
# provide lib image
|
||||
- name: LIB_IMAGE
|
||||
value: 'litmuschaos/go-runner:latest'
|
||||
value: 'litmuschaos/go-runner:3.0.0-beta3'
|
||||
|
||||
labels:
|
||||
name: node-memory-hog
|
||||
@@ -139,7 +139,7 @@ spec:
|
||||
image: litmuschaos/litmus-checker:latest
|
||||
args: ["-file=/tmp/chaosengine.yaml","-saveName=/tmp/engine-name"]
|
||||
|
||||
- name: revert-chaos
|
||||
- name: cleanup-chaos-resources
|
||||
container:
|
||||
image: litmuschaos/k8s:latest
|
||||
command: [sh, -c]
|
||||
|
@@ -24,16 +24,16 @@ spec:
|
||||
templates:
|
||||
- name: argowf-chaos
|
||||
steps:
|
||||
- - name: install-experiment
|
||||
template: install-experiment
|
||||
- - name: install-chaos-faults
|
||||
template: install-chaos-faults
|
||||
- - name: run-chaos
|
||||
template: run-chaos
|
||||
- - name: revert-chaos
|
||||
template: revert-chaos
|
||||
- name: install-experiment
|
||||
- - name: cleanup-chaos-resources
|
||||
template: cleanup-chaos-resources
|
||||
- name: install-chaos-faults
|
||||
inputs:
|
||||
artifacts:
|
||||
- name: install-experiment
|
||||
- name: install-chaos-faults
|
||||
path: /tmp/node-memory-hog.yaml
|
||||
raw:
|
||||
data: |
|
||||
@@ -75,7 +75,7 @@ spec:
|
||||
verbs:
|
||||
- "get"
|
||||
- "list"
|
||||
image: "litmuschaos/go-runner:latest"
|
||||
image: "litmuschaos/go-runner:3.0.0-beta3"
|
||||
imagePullPolicy: Always
|
||||
args:
|
||||
- -c
|
||||
@@ -94,7 +94,7 @@ spec:
|
||||
value: ''
|
||||
# provide lib image
|
||||
- name: LIB_IMAGE
|
||||
value: 'litmuschaos/go-runner:latest'
|
||||
value: 'litmuschaos/go-runner:3.0.0-beta3'
|
||||
labels:
|
||||
name: node-memory-hog
|
||||
container:
|
||||
@@ -134,7 +134,7 @@ spec:
|
||||
container:
|
||||
image: litmuschaos/litmus-checker:latest
|
||||
args: ["-file=/tmp/chaosengine.yaml","-saveName=/tmp/engine-name"]
|
||||
- name: revert-chaos
|
||||
- name: cleanup-chaos-resources
|
||||
container:
|
||||
image: litmuschaos/k8s:latest
|
||||
command: [sh, -c]
|
||||
|
@@ -1,7 +1,7 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Workflow
|
||||
metadata:
|
||||
generateName: argowf-chaos-pod-cpu-hog-
|
||||
name: argowf-chaos-pod-cpu-hog-
|
||||
namespace: litmus
|
||||
labels:
|
||||
subject: "{{workflow.parameters.appNamespace}}_kube-proxy"
|
||||
@@ -20,17 +20,17 @@ spec:
|
||||
templates:
|
||||
- name: argowf-chaos
|
||||
steps:
|
||||
- - name: install-experiment
|
||||
template: install-experiment
|
||||
- - name: install-chaos-faults
|
||||
template: install-chaos-faults
|
||||
- - name: run-chaos
|
||||
template: run-chaos
|
||||
- - name: revert-chaos
|
||||
template: revert-chaos
|
||||
- - name: cleanup-chaos-resources
|
||||
template: cleanup-chaos-resources
|
||||
|
||||
- name: install-experiment
|
||||
- name: install-chaos-faults
|
||||
inputs:
|
||||
artifacts:
|
||||
- name: install-experiment
|
||||
- name: install-chaos-faults
|
||||
path: /tmp/pod-cpu-hog.yaml
|
||||
raw:
|
||||
data: |
|
||||
@@ -64,7 +64,7 @@ spec:
|
||||
- "patch"
|
||||
- "update"
|
||||
- "delete"
|
||||
image: "litmuschaos/go-runner:latest"
|
||||
image: "litmuschaos/go-runner:3.0.0-beta3"
|
||||
imagePullPolicy: Always
|
||||
args:
|
||||
- -c
|
||||
@@ -145,7 +145,7 @@ spec:
|
||||
image: litmuschaos/litmus-checker:latest
|
||||
args: ["-file=/tmp/chaosengine.yaml","-saveName=/tmp/engine-name"]
|
||||
|
||||
- name: revert-chaos
|
||||
- name: cleanup-chaos-resources
|
||||
container:
|
||||
image: litmuschaos/k8s:latest
|
||||
command: [sh, -c]
|
||||
|
@@ -24,17 +24,17 @@ spec:
|
||||
templates:
|
||||
- name: argowf-chaos
|
||||
steps:
|
||||
- - name: install-experiment
|
||||
template: install-experiment
|
||||
- - name: install-chaos-faults
|
||||
template: install-chaos-faults
|
||||
- - name: run-chaos
|
||||
template: run-chaos
|
||||
- - name: revert-chaos
|
||||
template: revert-chaos
|
||||
- - name: cleanup-chaos-resources
|
||||
template: cleanup-chaos-resources
|
||||
|
||||
- name: install-experiment
|
||||
- name: install-chaos-faults
|
||||
inputs:
|
||||
artifacts:
|
||||
- name: install-experiment
|
||||
- name: install-chaos-faults
|
||||
path: /tmp/pod-cpu-hog.yaml
|
||||
raw:
|
||||
data: |
|
||||
@@ -68,7 +68,7 @@ spec:
|
||||
- "patch"
|
||||
- "update"
|
||||
- "delete"
|
||||
image: "litmuschaos/go-runner:latest"
|
||||
image: "litmuschaos/go-runner:3.0.0-beta3"
|
||||
imagePullPolicy: Always
|
||||
args:
|
||||
- -c
|
||||
@@ -149,7 +149,7 @@ spec:
|
||||
image: litmuschaos/litmus-checker:latest
|
||||
args: ["-file=/tmp/chaosengine.yaml","-saveName=/tmp/engine-name"]
|
||||
|
||||
- name: revert-chaos
|
||||
- name: cleanup-chaos-resources
|
||||
container:
|
||||
image: litmuschaos/k8s:latest
|
||||
command: [sh, -c]
|
||||
|
@@ -1,7 +1,7 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Workflow
|
||||
metadata:
|
||||
generateName: argowf-chaos-pod-delete-
|
||||
name: argowf-chaos-pod-delete-
|
||||
namespace: litmus
|
||||
labels:
|
||||
subject: "{{workflow.parameters.appNamespace}}_kube-proxy"
|
||||
@@ -20,17 +20,17 @@ spec:
|
||||
templates:
|
||||
- name: argowf-chaos
|
||||
steps:
|
||||
- - name: install-experiment
|
||||
template: install-experiment
|
||||
- - name: install-chaos-faults
|
||||
template: install-chaos-faults
|
||||
- - name: run-chaos
|
||||
template: run-chaos
|
||||
- - name: revert-chaos
|
||||
template: revert-chaos
|
||||
- - name: cleanup-chaos-resources
|
||||
template: cleanup-chaos-resources
|
||||
|
||||
- name: install-experiment
|
||||
- name: install-chaos-faults
|
||||
inputs:
|
||||
artifacts:
|
||||
- name: install-experiment
|
||||
- name: install-chaos-faults
|
||||
path: /tmp/pod-delete.yaml
|
||||
raw:
|
||||
data: |
|
||||
@@ -74,7 +74,7 @@ spec:
|
||||
verbs:
|
||||
- "get"
|
||||
- "list"
|
||||
image: "litmuschaos/go-runner:latest"
|
||||
image: "litmuschaos/go-runner:3.0.0-beta3"
|
||||
imagePullPolicy: Always
|
||||
args:
|
||||
- -c
|
||||
@@ -147,7 +147,7 @@ spec:
|
||||
image: litmuschaos/litmus-checker:latest
|
||||
args: ["-file=/tmp/chaosengine.yaml","-saveName=/tmp/engine-name"]
|
||||
|
||||
- name: revert-chaos
|
||||
- name: cleanup-chaos-resources
|
||||
container:
|
||||
image: litmuschaos/k8s:latest
|
||||
command: [sh, -c]
|
||||
|
@@ -24,17 +24,17 @@ spec:
|
||||
templates:
|
||||
- name: argowf-chaos
|
||||
steps:
|
||||
- - name: install-experiment
|
||||
template: install-experiment
|
||||
- - name: install-chaos-faults
|
||||
template: install-chaos-faults
|
||||
- - name: run-chaos
|
||||
template: run-chaos
|
||||
- - name: revert-chaos
|
||||
template: revert-chaos
|
||||
- - name: cleanup-chaos-resources
|
||||
template: cleanup-chaos-resources
|
||||
|
||||
- name: install-experiment
|
||||
- name: install-chaos-faults
|
||||
inputs:
|
||||
artifacts:
|
||||
- name: install-experiment
|
||||
- name: install-chaos-faults
|
||||
path: /tmp/pod-delete.yaml
|
||||
raw:
|
||||
data: |
|
||||
@@ -78,7 +78,7 @@ spec:
|
||||
verbs:
|
||||
- "get"
|
||||
- "list"
|
||||
image: "litmuschaos/go-runner:latest"
|
||||
image: "litmuschaos/go-runner:3.0.0-beta3"
|
||||
imagePullPolicy: Always
|
||||
args:
|
||||
- -c
|
||||
@@ -151,7 +151,7 @@ spec:
|
||||
image: litmuschaos/litmus-checker:latest
|
||||
args: ["-file=/tmp/chaosengine.yaml","-saveName=/tmp/engine-name"]
|
||||
|
||||
- name: revert-chaos
|
||||
- name: cleanup-chaos-resources
|
||||
container:
|
||||
image: litmuschaos/k8s:latest
|
||||
command: [sh, -c]
|
||||
|
@@ -1,7 +1,7 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Workflow
|
||||
metadata:
|
||||
generateName: argowf-chaos-pod-memory-hog-
|
||||
name: argowf-chaos-pod-memory-hog-
|
||||
namespace: litmus
|
||||
labels:
|
||||
subject: "{{workflow.parameters.appNamespace}}_kube-proxy"
|
||||
@@ -20,17 +20,17 @@ spec:
|
||||
templates:
|
||||
- name: argowf-chaos
|
||||
steps:
|
||||
- - name: install-experiment
|
||||
template: install-experiment
|
||||
- - name: install-chaos-faults
|
||||
template: install-chaos-faults
|
||||
- - name: run-chaos
|
||||
template: run-chaos
|
||||
- - name: revert-chaos
|
||||
template: revert-chaos
|
||||
- - name: cleanup-chaos-resources
|
||||
template: cleanup-chaos-resources
|
||||
|
||||
- name: install-experiment
|
||||
- name: install-chaos-faults
|
||||
inputs:
|
||||
artifacts:
|
||||
- name: install-experiment
|
||||
- name: install-chaos-faults
|
||||
path: /tmp/pod-memory-hog.yaml
|
||||
raw:
|
||||
data: |
|
||||
@@ -64,7 +64,7 @@ spec:
|
||||
- "patch"
|
||||
- "update"
|
||||
- "delete"
|
||||
image: "litmuschaos/go-runner:latest"
|
||||
image: "litmuschaos/go-runner:3.0.0-beta3"
|
||||
args:
|
||||
- -c
|
||||
- ./experiments -name pod-memory-hog
|
||||
@@ -144,7 +144,7 @@ spec:
|
||||
image: litmuschaos/litmus-checker:latest
|
||||
args: ["-file=/tmp/chaosengine.yaml","-saveName=/tmp/engine-name"]
|
||||
|
||||
- name: revert-chaos
|
||||
- name: cleanup-chaos-resources
|
||||
container:
|
||||
image: litmuschaos/k8s:latest
|
||||
command: [sh, -c]
|
||||
|
@@ -24,17 +24,17 @@ spec:
|
||||
templates:
|
||||
- name: argowf-chaos
|
||||
steps:
|
||||
- - name: install-experiment
|
||||
template: install-experiment
|
||||
- - name: install-chaos-faults
|
||||
template: install-chaos-faults
|
||||
- - name: run-chaos
|
||||
template: run-chaos
|
||||
- - name: revert-chaos
|
||||
template: revert-chaos
|
||||
- - name: cleanup-chaos-resources
|
||||
template: cleanup-chaos-resources
|
||||
|
||||
- name: install-experiment
|
||||
- name: install-chaos-faults
|
||||
inputs:
|
||||
artifacts:
|
||||
- name: install-experiment
|
||||
- name: install-chaos-faults
|
||||
path: /tmp/pod-memory-hog.yaml
|
||||
raw:
|
||||
data: |
|
||||
@@ -68,7 +68,7 @@ spec:
|
||||
- "patch"
|
||||
- "update"
|
||||
- "delete"
|
||||
image: "litmuschaos/go-runner:latest"
|
||||
image: "litmuschaos/go-runner:3.0.0-beta3"
|
||||
args:
|
||||
- -c
|
||||
- ./experiments -name pod-memory-hog
|
||||
@@ -148,7 +148,7 @@ spec:
|
||||
image: litmuschaos/litmus-checker:latest
|
||||
args: ["-file=/tmp/chaosengine.yaml","-saveName=/tmp/engine-name"]
|
||||
|
||||
- name: revert-chaos
|
||||
- name: cleanup-chaos-resources
|
||||
container:
|
||||
image: litmuschaos/k8s:latest
|
||||
command: [sh, -c]
|
||||
|
@@ -1,7 +1,7 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Workflow
|
||||
metadata:
|
||||
generateName: argowf-podtato-head-chaos-
|
||||
name: argowf-podtato-head-chaos-
|
||||
namespace: litmus
|
||||
labels:
|
||||
subject : "{{workflow.parameters.adminModeNamespace}}_podtato-main"
|
||||
@@ -20,12 +20,12 @@ spec:
|
||||
steps:
|
||||
- - name: install-application
|
||||
template: install-application
|
||||
- - name: install-chaos-experiments
|
||||
template: install-chaos-experiments
|
||||
- - name: install-chaos-faults
|
||||
template: install-chaos-faults
|
||||
- - name: pod-delete
|
||||
template: pod-delete
|
||||
- - name: revert-chaos
|
||||
template: revert-chaos
|
||||
- - name: cleanup-chaos-resources
|
||||
template: cleanup-chaos-resources
|
||||
- name: delete-application
|
||||
template: delete-application
|
||||
|
||||
@@ -34,7 +34,7 @@ spec:
|
||||
image: litmuschaos/litmus-app-deployer:latest
|
||||
args: ["-namespace={{workflow.parameters.adminModeNamespace}}","-typeName=resilient","-operation=apply","-timeout=400", "-app=podtato-head","-scope=namespace"]
|
||||
|
||||
- name: install-chaos-experiments
|
||||
- name: install-chaos-faults
|
||||
container:
|
||||
image: litmuschaos/k8s:latest
|
||||
command: [sh, -c]
|
||||
@@ -104,7 +104,7 @@ spec:
|
||||
image: litmuschaos/litmus-app-deployer:latest
|
||||
args: ["-namespace={{workflow.parameters.adminModeNamespace}}","-typeName=resilient","-operation=delete","-app=podtato-head"]
|
||||
|
||||
- name: revert-chaos
|
||||
- name: cleanup-chaos-resources
|
||||
container:
|
||||
image: litmuschaos/k8s:latest
|
||||
command: [sh, -c]
|
||||
|
@@ -24,12 +24,12 @@ spec:
|
||||
steps:
|
||||
- - name: install-application
|
||||
template: install-application
|
||||
- - name: install-chaos-experiments
|
||||
template: install-chaos-experiments
|
||||
- - name: install-chaos-faults
|
||||
template: install-chaos-faults
|
||||
- - name: pod-delete
|
||||
template: pod-delete
|
||||
- - name: revert-chaos
|
||||
template: revert-chaos
|
||||
- - name: cleanup-chaos-resources
|
||||
template: cleanup-chaos-resources
|
||||
- name: delete-application
|
||||
template: delete-application
|
||||
|
||||
@@ -38,7 +38,7 @@ spec:
|
||||
image: litmuschaos/litmus-app-deployer:latest
|
||||
args: ["-namespace={{workflow.parameters.adminModeNamespace}}","-typeName=resilient","-operation=apply","-timeout=400", "-app=podtato-head","-scope=namespace"]
|
||||
|
||||
- name: install-chaos-experiments
|
||||
- name: install-chaos-faults
|
||||
container:
|
||||
image: litmuschaos/k8s:latest
|
||||
command: [sh, -c]
|
||||
@@ -108,7 +108,7 @@ spec:
|
||||
image: litmuschaos/litmus-app-deployer:latest
|
||||
args: ["-namespace={{workflow.parameters.adminModeNamespace}}","-typeName=resilient","-operation=delete","-app=podtato-head"]
|
||||
|
||||
- name: revert-chaos
|
||||
- name: cleanup-chaos-resources
|
||||
container:
|
||||
image: litmuschaos/k8s:latest
|
||||
command: [sh, -c]
|
||||
|
@@ -1,7 +1,7 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Workflow
|
||||
metadata:
|
||||
generateName: argowf-chaos-sock-shop-resiliency-
|
||||
name: argowf-chaos-sock-shop-resiliency-
|
||||
namespace: litmus
|
||||
labels:
|
||||
subject: "{{workflow.parameters.appNamespace}}_sock-shop"
|
||||
@@ -22,8 +22,8 @@ spec:
|
||||
steps:
|
||||
- - name: install-application
|
||||
template: install-application
|
||||
- - name: install-chaos-experiments
|
||||
template: install-chaos-experiments
|
||||
- - name: install-chaos-faults
|
||||
template: install-chaos-faults
|
||||
- name: load-test
|
||||
template: load-test
|
||||
- - name: pod-cpu-hog
|
||||
@@ -36,8 +36,8 @@ spec:
|
||||
template: pod-memory-hog
|
||||
- - name: disk-fill
|
||||
template: disk-fill
|
||||
- - name: revert-chaos
|
||||
template: revert-chaos
|
||||
- - name: cleanup-chaos-resources
|
||||
template: cleanup-chaos-resources
|
||||
# - name: delete-application
|
||||
# template: delete-application
|
||||
- name: delete-loadtest
|
||||
@@ -48,7 +48,7 @@ spec:
|
||||
image: litmuschaos/litmus-app-deployer:latest
|
||||
args: ["-namespace=sock-shop","-typeName=resilient","-operation=apply","-timeout=400", "-app=sock-shop","-scope=cluster"] #for weak provide type flagName as resilient(-typeName=weak)
|
||||
|
||||
- name: install-chaos-experiments
|
||||
- name: install-chaos-faults
|
||||
container:
|
||||
image: litmuschaos/k8s:latest
|
||||
command: [sh, -c]
|
||||
@@ -426,7 +426,7 @@ spec:
|
||||
image: litmuschaos/litmus-app-deployer:latest
|
||||
args: ["-namespace=loadtest","-operation=delete", "-app=loadtest"]
|
||||
|
||||
- name: revert-chaos
|
||||
- name: cleanup-chaos-resources
|
||||
container:
|
||||
image: litmuschaos/k8s:latest
|
||||
command: [sh, -c]
|
||||
|
@@ -1,7 +1,7 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: CronWorkflow
|
||||
metadata:
|
||||
generateName: argowf-chaos-sock-shop-resiliency-cron-wf-
|
||||
name: argowf-chaos-sock-shop-resiliency-cron-wf-
|
||||
namespace: litmus
|
||||
labels:
|
||||
subject: "{{workflow.parameters.appNamespace}}_sock-shop"
|
||||
@@ -26,8 +26,8 @@ spec:
|
||||
steps:
|
||||
- - name: install-application
|
||||
template: install-application
|
||||
- - name: install-chaos-experiments
|
||||
template: install-chaos-experiments
|
||||
- - name: install-chaos-faults
|
||||
template: install-chaos-faults
|
||||
- name: load-test
|
||||
template: load-test
|
||||
- - name: pod-cpu-hog
|
||||
@@ -40,8 +40,8 @@ spec:
|
||||
template: pod-memory-hog
|
||||
- - name: disk-fill
|
||||
template: disk-fill
|
||||
- - name: revert-chaos
|
||||
template: revert-chaos
|
||||
- - name: cleanup-chaos-resources
|
||||
template: cleanup-chaos-resources
|
||||
# - name: delete-application
|
||||
# template: delete-application
|
||||
- name: delete-loadtest
|
||||
@@ -52,7 +52,7 @@ spec:
|
||||
image: litmuschaos/litmus-app-deployer:latest
|
||||
args: ["-namespace=sock-shop","-typeName=resilient","-operation=apply","-timeout=400", "-app=sock-shop","-scope=cluster"] #for weak provide type flagName as resilient(-typeName=weak)
|
||||
|
||||
- name: install-chaos-experiments
|
||||
- name: install-chaos-faults
|
||||
container:
|
||||
image: litmuschaos/k8s:latest
|
||||
command: [sh, -c]
|
||||
@@ -430,7 +430,7 @@ spec:
|
||||
image: litmuschaos/litmus-app-deployer:latest
|
||||
args: ["-namespace=loadtest","-operation=delete", "-app=loadtest"]
|
||||
|
||||
- name: revert-chaos
|
||||
- name: cleanup-chaos-resources
|
||||
container:
|
||||
image: litmuschaos/k8s:latest
|
||||
command: [sh, -c]
|
||||
|
@@ -1,7 +1,7 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Workflow
|
||||
metadata:
|
||||
generateName: argowf-chaos-sock-shop-resiliency-
|
||||
name: argowf-chaos-sock-shop-resiliency-
|
||||
namespace: litmus
|
||||
labels:
|
||||
subject: "{{workflow.parameters.appNamespace}}_sock-shop"
|
||||
@@ -22,8 +22,8 @@ spec:
|
||||
steps:
|
||||
- - name: install-application
|
||||
template: install-application
|
||||
- - name: install-chaos-experiments
|
||||
template: install-chaos-experiments
|
||||
- - name: install-chaos-faults
|
||||
template: install-chaos-faults
|
||||
- name: load-test
|
||||
template: load-test
|
||||
- - name: pod-cpu-hog
|
||||
@@ -36,8 +36,8 @@ spec:
|
||||
template: pod-memory-hog
|
||||
- - name: disk-fill
|
||||
template: disk-fill
|
||||
- - name: revert-chaos
|
||||
template: revert-chaos
|
||||
- - name: cleanup-chaos-resources
|
||||
template: cleanup-chaos-resources
|
||||
# - name: delete-application
|
||||
# template: delete-application
|
||||
- name: delete-loadtest
|
||||
@@ -48,7 +48,7 @@ spec:
|
||||
image: litmuschaos/litmus-app-deployer:latest
|
||||
args: ["-namespace=sock-shop","-typeName=resilient","-operation=apply","-timeout=400", "-app=sock-shop","-scope=cluster"] #for weak provide type flagName as resilient(-typeName=weak)
|
||||
|
||||
- name: install-chaos-experiments
|
||||
- name: install-chaos-faults
|
||||
container:
|
||||
image: litmuschaos/k8s:latest
|
||||
command: [sh, -c]
|
||||
@@ -430,7 +430,7 @@ spec:
|
||||
image: litmuschaos/litmus-app-deployer:latest
|
||||
args: ["-namespace=loadtest","-operation=delete", "-app=loadtest"]
|
||||
|
||||
- name: revert-chaos
|
||||
- name: cleanup-chaos-resources
|
||||
container:
|
||||
image: litmuschaos/k8s:latest
|
||||
command: [sh, -c]
|
||||
|
@@ -1,7 +1,7 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: CronWorkflow
|
||||
metadata:
|
||||
generateName: argowf-chaos-sock-shop-resiliency-cron-wf-
|
||||
name: argowf-chaos-sock-shop-resiliency-cron-wf-
|
||||
namespace: litmus
|
||||
labels:
|
||||
subject: "{{workflow.parameters.appNamespace}}_sock-shop"
|
||||
@@ -26,8 +26,8 @@ spec:
|
||||
steps:
|
||||
- - name: install-application
|
||||
template: install-application
|
||||
- - name: install-chaos-experiments
|
||||
template: install-chaos-experiments
|
||||
- - name: install-chaos-faults
|
||||
template: install-chaos-faults
|
||||
- name: load-test
|
||||
template: load-test
|
||||
- - name: pod-cpu-hog
|
||||
@@ -40,8 +40,8 @@ spec:
|
||||
template: pod-memory-hog
|
||||
- - name: disk-fill
|
||||
template: disk-fill
|
||||
- - name: revert-chaos
|
||||
template: revert-chaos
|
||||
- - name: cleanup-chaos-resources
|
||||
template: cleanup-chaos-resources
|
||||
# - name: delete-application
|
||||
# template: delete-application
|
||||
- name: delete-loadtest
|
||||
@@ -52,7 +52,7 @@ spec:
|
||||
image: litmuschaos/litmus-app-deployer:latest
|
||||
args: ["-namespace=sock-shop","-typeName=resilient","-operation=apply","-timeout=400", "-app=sock-shop","-scope=cluster"] #for weak provide type flagName as resilient(-typeName=weak)
|
||||
|
||||
- name: install-chaos-experiments
|
||||
- name: install-chaos-faults
|
||||
container:
|
||||
image: litmuschaos/k8s:latest
|
||||
command: [sh, -c]
|
||||
@@ -434,7 +434,7 @@ spec:
|
||||
image: litmuschaos/litmus-app-deployer:latest
|
||||
args: ["-namespace=loadtest","-operation=delete", "-app=loadtest"]
|
||||
|
||||
- name: revert-chaos
|
||||
- name: cleanup-chaos-resources
|
||||
container:
|
||||
image: litmuschaos/k8s:latest
|
||||
command: [sh, -c]
|
||||
|
@@ -43,7 +43,7 @@ spec:
|
||||
- apiGroups: ["litmuschaos.io"]
|
||||
resources: ["chaosengines", "chaosexperiments", "chaosresults"]
|
||||
verbs: ["create", "list", "get", "patch", "update", "delete"]
|
||||
image: "litmuschaos/go-runner:ci"
|
||||
image: "litmuschaos/go-runner:3.0.0-beta3"
|
||||
imagePullPolicy: Always
|
||||
args:
|
||||
- -c
|
||||
|
@@ -43,7 +43,7 @@ spec:
|
||||
- apiGroups: ["litmuschaos.io"]
|
||||
resources: ["chaosengines", "chaosexperiments", "chaosresults"]
|
||||
verbs: ["create", "list", "get", "patch", "update", "delete"]
|
||||
image: "litmuschaos/go-runner:ci"
|
||||
image: "litmuschaos/go-runner:3.0.0-beta3"
|
||||
imagePullPolicy: Always
|
||||
args:
|
||||
- -c
|
||||
|
@@ -43,7 +43,7 @@ spec:
|
||||
- apiGroups: ["litmuschaos.io"]
|
||||
resources: ["chaosengines", "chaosexperiments", "chaosresults"]
|
||||
verbs: ["create", "list", "get", "patch", "update", "delete"]
|
||||
image: "litmuschaos/go-runner:ci"
|
||||
image: "litmuschaos/go-runner:3.0.0-beta3"
|
||||
imagePullPolicy: Always
|
||||
args:
|
||||
- -c
|
||||
|
@@ -43,7 +43,7 @@ spec:
|
||||
- apiGroups: ["litmuschaos.io"]
|
||||
resources: ["chaosengines", "chaosexperiments", "chaosresults"]
|
||||
verbs: ["create", "list", "get", "patch", "update", "delete"]
|
||||
image: "litmuschaos/go-runner:ci"
|
||||
image: "litmuschaos/go-runner:3.0.0-beta3"
|
||||
imagePullPolicy: Always
|
||||
args:
|
||||
- -c
|
||||
|
@@ -47,7 +47,7 @@ spec:
|
||||
- apiGroups: [""]
|
||||
resources: ["nodes"]
|
||||
verbs: ["get", "list"]
|
||||
image: "litmuschaos/go-runner:ci"
|
||||
image: "litmuschaos/go-runner:3.0.0-beta3"
|
||||
imagePullPolicy: Always
|
||||
args:
|
||||
- -c
|
||||
|
@@ -47,7 +47,7 @@ spec:
|
||||
- apiGroups: [""]
|
||||
resources: ["nodes"]
|
||||
verbs: ["get", "list"]
|
||||
image: "litmuschaos/go-runner:ci"
|
||||
image: "litmuschaos/go-runner:3.0.0-beta3"
|
||||
imagePullPolicy: Always
|
||||
args:
|
||||
- -c
|
||||
|
@@ -43,7 +43,7 @@ spec:
|
||||
- apiGroups: ["litmuschaos.io"]
|
||||
resources: ["chaosengines", "chaosexperiments", "chaosresults"]
|
||||
verbs: ["create", "list", "get", "patch", "update", "delete"]
|
||||
image: "litmuschaos/go-runner:ci"
|
||||
image: "litmuschaos/go-runner:3.0.0-beta3"
|
||||
imagePullPolicy: Always
|
||||
args:
|
||||
- -c
|
||||
|
@@ -43,7 +43,7 @@ spec:
|
||||
- apiGroups: ["litmuschaos.io"]
|
||||
resources: ["chaosengines", "chaosexperiments", "chaosresults"]
|
||||
verbs: ["create", "list", "get", "patch", "update", "delete"]
|
||||
image: "litmuschaos/go-runner:ci"
|
||||
image: "litmuschaos/go-runner:3.0.0-beta3"
|
||||
imagePullPolicy: Always
|
||||
args:
|
||||
- -c
|
||||
|
@@ -39,7 +39,7 @@ spec:
|
||||
- apiGroups: ["litmuschaos.io"]
|
||||
resources: ["chaosengines", "chaosexperiments", "chaosresults"]
|
||||
verbs: ["create", "list", "get", "patch", "update", "delete"]
|
||||
image: "litmuschaos/go-runner:ci"
|
||||
image: "litmuschaos/go-runner:3.0.0-beta3"
|
||||
imagePullPolicy: Always
|
||||
args:
|
||||
- -c
|
||||
|
@@ -39,7 +39,7 @@ spec:
|
||||
- apiGroups: ["litmuschaos.io"]
|
||||
resources: ["chaosengines", "chaosexperiments", "chaosresults"]
|
||||
verbs: ["create", "list", "get", "patch", "update", "delete"]
|
||||
image: "litmuschaos/go-runner:ci"
|
||||
image: "litmuschaos/go-runner:3.0.0-beta3"
|
||||
imagePullPolicy: Always
|
||||
args:
|
||||
- -c
|
||||
|
@@ -43,7 +43,7 @@ spec:
|
||||
- apiGroups: [""]
|
||||
resources: ["nodes"]
|
||||
verbs: ["get", "list"]
|
||||
image: "litmuschaos/go-runner:ci"
|
||||
image: "litmuschaos/go-runner:3.0.0-beta3"
|
||||
imagePullPolicy: Always
|
||||
args:
|
||||
- -c
|
||||
|
@@ -43,7 +43,7 @@ spec:
|
||||
- apiGroups: [""]
|
||||
resources: ["nodes"]
|
||||
verbs: ["get", "list"]
|
||||
image: "litmuschaos/go-runner:ci"
|
||||
image: "litmuschaos/go-runner:3.0.0-beta3"
|
||||
imagePullPolicy: Always
|
||||
args:
|
||||
- -c
|
||||
|
@@ -58,7 +58,7 @@ spec:
|
||||
- apiGroups: ["litmuschaos.io"]
|
||||
resources: ["chaosengines", "chaosexperiments", "chaosresults"]
|
||||
verbs: ["create", "list", "get", "patch", "update", "delete"]
|
||||
image: "litmuschaos/go-runner:ci"
|
||||
image: "litmuschaos/go-runner:3.0.0-beta3"
|
||||
imagePullPolicy: Always
|
||||
args:
|
||||
- -c
|
||||
|
@@ -59,7 +59,7 @@ spec:
|
||||
- apiGroups: ["litmuschaos.io"]
|
||||
resources: ["chaosengines", "chaosexperiments", "chaosresults"]
|
||||
verbs: ["create", "list", "get", "patch", "update", "delete"]
|
||||
image: "litmuschaos/go-runner:ci"
|
||||
image: "litmuschaos/go-runner:3.0.0-beta3"
|
||||
imagePullPolicy: Always
|
||||
args:
|
||||
- -c
|
||||
|
@@ -47,7 +47,7 @@ spec:
|
||||
- apiGroups: [""]
|
||||
resources: ["nodes"]
|
||||
verbs: ["get", "list"]
|
||||
image: "litmuschaos/go-runner:ci"
|
||||
image: "litmuschaos/go-runner:3.0.0-beta3"
|
||||
imagePullPolicy: Always
|
||||
args:
|
||||
- -c
|
||||
|
@@ -47,7 +47,7 @@ spec:
|
||||
- apiGroups: [""]
|
||||
resources: ["nodes"]
|
||||
verbs: ["get", "list"]
|
||||
image: "litmuschaos/go-runner:ci"
|
||||
image: "litmuschaos/go-runner:3.0.0-beta3"
|
||||
imagePullPolicy: Always
|
||||
args:
|
||||
- -c
|
||||
|
@@ -47,7 +47,7 @@ spec:
|
||||
- apiGroups: [""]
|
||||
resources: ["nodes"]
|
||||
verbs: ["get", "list"]
|
||||
image: "litmuschaos/go-runner:ci"
|
||||
image: "litmuschaos/go-runner:3.0.0-beta3"
|
||||
imagePullPolicy: Always
|
||||
args:
|
||||
- -c
|
||||
|
@@ -51,7 +51,7 @@ spec:
|
||||
- apiGroups: [""]
|
||||
resources: ["nodes"]
|
||||
verbs: ["get", "list", "patch"]
|
||||
image: "litmuschaos/go-runner:ci"
|
||||
image: "litmuschaos/go-runner:3.0.0-beta3"
|
||||
imagePullPolicy: Always
|
||||
args:
|
||||
- -c
|
||||
|
@@ -47,7 +47,7 @@ spec:
|
||||
- apiGroups: [""]
|
||||
resources: ["nodes"]
|
||||
verbs: ["get", "list"]
|
||||
image: "litmuschaos/go-runner:ci"
|
||||
image: "litmuschaos/go-runner:3.0.0-beta3"
|
||||
imagePullPolicy: Always
|
||||
args:
|
||||
- -c
|
||||
|
@@ -47,7 +47,7 @@ spec:
|
||||
- apiGroups: [""]
|
||||
resources: ["nodes"]
|
||||
verbs: ["get", "list"]
|
||||
image: "litmuschaos/go-runner:ci"
|
||||
image: "litmuschaos/go-runner:3.0.0-beta3"
|
||||
imagePullPolicy: Always
|
||||
args:
|
||||
- -c
|
||||
|
@@ -47,7 +47,7 @@ spec:
|
||||
- apiGroups: [""]
|
||||
resources: ["nodes"]
|
||||
verbs: ["get","list"]
|
||||
image: "litmuschaos/go-runner:latest"
|
||||
image: "litmuschaos/go-runner:3.0.0-beta3"
|
||||
imagePullPolicy: Always
|
||||
args:
|
||||
- -c
|
||||
@@ -70,7 +70,7 @@ spec:
|
||||
|
||||
# provide lib image
|
||||
- name: LIB_IMAGE
|
||||
value: "litmuschaos/go-runner:latest"
|
||||
value: "litmuschaos/go-runner:3.0.0-beta3"
|
||||
|
||||
# ENTER THE TARGET NODE NAME
|
||||
- name: TARGET_NODE
|
||||
|
@@ -47,7 +47,7 @@ spec:
|
||||
- apiGroups: [""]
|
||||
resources: ["nodes"]
|
||||
verbs: ["get", "list"]
|
||||
image: "litmuschaos/go-runner:ci"
|
||||
image: "litmuschaos/go-runner:3.0.0-beta3"
|
||||
imagePullPolicy: Always
|
||||
args:
|
||||
- -c
|
||||
|
@@ -51,7 +51,7 @@ spec:
|
||||
- apiGroups: [""]
|
||||
resources: ["nodes"]
|
||||
verbs: ["get", "list", "patch", "update"]
|
||||
image: "litmuschaos/go-runner:ci"
|
||||
image: "litmuschaos/go-runner:3.0.0-beta3"
|
||||
imagePullPolicy: Always
|
||||
args:
|
||||
- -c
|
||||
|
@@ -47,7 +47,7 @@ spec:
|
||||
- apiGroups: ["litmuschaos.io"]
|
||||
resources: ["chaosengines", "chaosexperiments", "chaosresults"]
|
||||
verbs: ["create", "list", "get", "patch", "update", "delete"]
|
||||
image: "litmuschaos/go-runner:ci"
|
||||
image: "litmuschaos/go-runner:3.0.0-beta3"
|
||||
imagePullPolicy: Always
|
||||
args:
|
||||
- -c
|
||||
|
@@ -59,7 +59,7 @@ spec:
|
||||
- apiGroups: ["litmuschaos.io"]
|
||||
resources: ["chaosengines", "chaosexperiments", "chaosresults"]
|
||||
verbs: ["create", "list", "get", "patch", "update", "delete"]
|
||||
image: "litmuschaos/go-runner:ci"
|
||||
image: "litmuschaos/go-runner:3.0.0-beta3"
|
||||
imagePullPolicy: Always
|
||||
args:
|
||||
- -c
|
||||
|
@@ -59,7 +59,7 @@ spec:
|
||||
- apiGroups: ["litmuschaos.io"]
|
||||
resources: ["chaosengines", "chaosexperiments", "chaosresults"]
|
||||
verbs: ["create", "list", "get", "patch", "update", "delete"]
|
||||
image: "litmuschaos/go-runner:ci"
|
||||
image: "litmuschaos/go-runner:3.0.0-beta3"
|
||||
imagePullPolicy: Always
|
||||
args:
|
||||
- -c
|
||||
|
@@ -59,7 +59,7 @@ spec:
|
||||
- apiGroups: ["litmuschaos.io"]
|
||||
resources: ["chaosengines", "chaosexperiments", "chaosresults"]
|
||||
verbs: ["create", "list", "get", "patch", "update", "delete"]
|
||||
image: "litmuschaos/go-runner:ci"
|
||||
image: "litmuschaos/go-runner:3.0.0-beta3"
|
||||
imagePullPolicy: Always
|
||||
args:
|
||||
- -c
|
||||
|
@@ -59,7 +59,7 @@ spec:
|
||||
- apiGroups: ["litmuschaos.io"]
|
||||
resources: ["chaosengines", "chaosexperiments", "chaosresults"]
|
||||
verbs: ["create", "list", "get", "patch", "update", "delete"]
|
||||
image: "litmuschaos/go-runner:ci"
|
||||
image: "litmuschaos/go-runner:3.0.0-beta3"
|
||||
args:
|
||||
- -c
|
||||
- ./experiments -name pod-dns-error
|
||||
|
@@ -59,7 +59,7 @@ spec:
|
||||
- apiGroups: ["litmuschaos.io"]
|
||||
resources: ["chaosengines", "chaosexperiments", "chaosresults"]
|
||||
verbs: ["create", "list", "get", "patch", "update", "delete"]
|
||||
image: "litmuschaos/go-runner:ci"
|
||||
image: "litmuschaos/go-runner:3.0.0-beta3"
|
||||
args:
|
||||
- -c
|
||||
- ./experiments -name pod-dns-spoof
|
||||
|
@@ -59,7 +59,7 @@ spec:
|
||||
- apiGroups: ["litmuschaos.io"]
|
||||
resources: ["chaosengines", "chaosexperiments", "chaosresults"]
|
||||
verbs: ["create", "list", "get", "patch", "update", "delete"]
|
||||
image: "litmuschaos/go-runner:ci"
|
||||
image: "litmuschaos/go-runner:3.0.0-beta3"
|
||||
imagePullPolicy: Always
|
||||
args:
|
||||
- -c
|
||||
|
@@ -59,7 +59,7 @@ spec:
|
||||
- apiGroups: ["litmuschaos.io"]
|
||||
resources: ["chaosengines", "chaosexperiments", "chaosresults"]
|
||||
verbs: ["create", "list", "get", "patch", "update", "delete"]
|
||||
image: "litmuschaos/go-runner:ci"
|
||||
image: "litmuschaos/go-runner:3.0.0-beta3"
|
||||
imagePullPolicy: Always
|
||||
args:
|
||||
- -c
|
||||
|
@@ -59,7 +59,7 @@ spec:
|
||||
- apiGroups: ["litmuschaos.io"]
|
||||
resources: ["chaosengines", "chaosexperiments", "chaosresults"]
|
||||
verbs: ["create", "list", "get", "patch", "update", "delete"]
|
||||
image: "litmuschaos/go-runner:ci"
|
||||
image: "litmuschaos/go-runner:3.0.0-beta3"
|
||||
imagePullPolicy: Always
|
||||
args:
|
||||
- -c
|
||||
|
@@ -59,7 +59,7 @@ spec:
|
||||
- apiGroups: ["litmuschaos.io"]
|
||||
resources: ["chaosengines", "chaosexperiments", "chaosresults"]
|
||||
verbs: ["create", "list", "get", "patch", "update", "delete"]
|
||||
image: "litmuschaos/go-runner:ci"
|
||||
image: "litmuschaos/go-runner:3.0.0-beta3"
|
||||
imagePullPolicy: Always
|
||||
args:
|
||||
- -c
|
||||
|
@@ -59,7 +59,7 @@ spec:
|
||||
- apiGroups: ["litmuschaos.io"]
|
||||
resources: ["chaosengines", "chaosexperiments", "chaosresults"]
|
||||
verbs: ["create", "list", "get", "patch", "update", "delete"]
|
||||
image: "litmuschaos/go-runner:ci"
|
||||
image: "litmuschaos/go-runner:3.0.0-beta3"
|
||||
imagePullPolicy: Always
|
||||
args:
|
||||
- -c
|
||||
|
@@ -59,7 +59,7 @@ spec:
|
||||
- apiGroups: ["litmuschaos.io"]
|
||||
resources: ["chaosengines", "chaosexperiments", "chaosresults"]
|
||||
verbs: ["create", "list", "get", "patch", "update", "delete"]
|
||||
image: "litmuschaos/go-runner:ci"
|
||||
image: "litmuschaos/go-runner:3.0.0-beta3"
|
||||
imagePullPolicy: Always
|
||||
args:
|
||||
- -c
|
||||
|
@@ -59,7 +59,7 @@ spec:
|
||||
- apiGroups: ["litmuschaos.io"]
|
||||
resources: ["chaosengines", "chaosexperiments", "chaosresults"]
|
||||
verbs: ["create", "list", "get", "patch", "update", "delete"]
|
||||
image: "litmuschaos/go-runner:ci"
|
||||
image: "litmuschaos/go-runner:3.0.0-beta3"
|
||||
imagePullPolicy: Always
|
||||
args:
|
||||
- -c
|
||||
|
@@ -59,7 +59,7 @@ spec:
|
||||
- apiGroups: ["litmuschaos.io"]
|
||||
resources: ["chaosengines", "chaosexperiments", "chaosresults"]
|
||||
verbs: ["create", "list", "get", "patch", "update", "delete"]
|
||||
image: "litmuschaos/go-runner:ci"
|
||||
image: "litmuschaos/go-runner:3.0.0-beta3"
|
||||
imagePullPolicy: Always
|
||||
args:
|
||||
- -c
|
||||
|
@@ -59,7 +59,7 @@ spec:
|
||||
- apiGroups: ["litmuschaos.io"]
|
||||
resources: ["chaosengines", "chaosexperiments", "chaosresults"]
|
||||
verbs: ["create", "list", "get", "patch", "update", "delete"]
|
||||
image: "litmuschaos/go-runner:ci"
|
||||
image: "litmuschaos/go-runner:3.0.0-beta3"
|
||||
imagePullPolicy: Always
|
||||
args:
|
||||
- -c
|
||||
|
@@ -59,7 +59,7 @@ spec:
|
||||
- apiGroups: ["litmuschaos.io"]
|
||||
resources: ["chaosengines", "chaosexperiments", "chaosresults"]
|
||||
verbs: ["create", "list", "get", "patch", "update", "delete"]
|
||||
image: "litmuschaos/go-runner:ci"
|
||||
image: "litmuschaos/go-runner:3.0.0-beta3"
|
||||
imagePullPolicy: Always
|
||||
args:
|
||||
- -c
|
||||
|
@@ -59,7 +59,7 @@ spec:
|
||||
- apiGroups: ["litmuschaos.io"]
|
||||
resources: ["chaosengines", "chaosexperiments", "chaosresults"]
|
||||
verbs: ["create", "list", "get", "patch", "update", "delete"]
|
||||
image: "litmuschaos/go-runner:ci"
|
||||
image: "litmuschaos/go-runner:3.0.0-beta3"
|
||||
imagePullPolicy: Always
|
||||
args:
|
||||
- -c
|
||||
|
@@ -59,7 +59,7 @@ spec:
|
||||
- apiGroups: ["litmuschaos.io"]
|
||||
resources: ["chaosengines", "chaosexperiments", "chaosresults"]
|
||||
verbs: ["create", "list", "get", "patch", "update", "delete"]
|
||||
image: "litmuschaos/go-runner:ci"
|
||||
image: "litmuschaos/go-runner:3.0.0-beta3"
|
||||
imagePullPolicy: Always
|
||||
args:
|
||||
- -c
|
||||
|
@@ -47,7 +47,7 @@ spec:
|
||||
- apiGroups: ["litmuschaos.io"]
|
||||
resources: ["chaosengines", "chaosexperiments", "chaosresults"]
|
||||
verbs: ["create", "list", "get", "patch", "update", "delete"]
|
||||
image: "litmuschaos/go-runner:ci"
|
||||
image: "litmuschaos/go-runner:3.0.0-beta3"
|
||||
imagePullPolicy: Always
|
||||
args:
|
||||
- -c
|
||||
|
@@ -39,7 +39,7 @@ spec:
|
||||
- apiGroups: ["litmuschaos.io"]
|
||||
resources: ["chaosengines", "chaosexperiments", "chaosresults"]
|
||||
verbs: ["create", "list", "get", "patch", "update", "delete"]
|
||||
image: "litmuschaos/go-runner:ci"
|
||||
image: "litmuschaos/go-runner:3.0.0-beta3"
|
||||
imagePullPolicy: Always
|
||||
args:
|
||||
- -c
|
||||
|
@@ -39,7 +39,7 @@ spec:
|
||||
- apiGroups: ["litmuschaos.io"]
|
||||
resources: ["chaosengines", "chaosexperiments", "chaosresults"]
|
||||
verbs: ["create", "list", "get", "patch", "update", "delete"]
|
||||
image: "litmuschaos/go-runner:ci"
|
||||
image: "litmuschaos/go-runner:3.0.0-beta3"
|
||||
imagePullPolicy: Always
|
||||
args:
|
||||
- -c
|
||||
|
@@ -39,7 +39,7 @@ spec:
|
||||
- apiGroups: ["litmuschaos.io"]
|
||||
resources: ["chaosengines", "chaosexperiments", "chaosresults"]
|
||||
verbs: ["create", "list", "get", "patch", "update", "delete"]
|
||||
image: "litmuschaos/go-runner:ci"
|
||||
image: "litmuschaos/go-runner:3.0.0-beta3"
|
||||
imagePullPolicy: Always
|
||||
args:
|
||||
- -c
|
||||
|
@@ -39,7 +39,7 @@ spec:
|
||||
- apiGroups: ["litmuschaos.io"]
|
||||
resources: ["chaosengines", "chaosexperiments", "chaosresults"]
|
||||
verbs: ["create", "list", "get", "patch", "update", "delete"]
|
||||
image: "litmuschaos/go-runner:ci"
|
||||
image: "litmuschaos/go-runner:3.0.0-beta3"
|
||||
imagePullPolicy: Always
|
||||
args:
|
||||
- -c
|
||||
|
@@ -39,7 +39,7 @@ spec:
|
||||
- apiGroups: ["litmuschaos.io"]
|
||||
resources: ["chaosengines", "chaosexperiments", "chaosresults"]
|
||||
verbs: ["create", "list", "get", "patch", "update", "delete"]
|
||||
image: "litmuschaos/go-runner:ci"
|
||||
image: "litmuschaos/go-runner:3.0.0-beta3"
|
||||
imagePullPolicy: Always
|
||||
args:
|
||||
- -c
|
||||
|
@@ -39,7 +39,7 @@ spec:
|
||||
- apiGroups: ["litmuschaos.io"]
|
||||
resources: ["chaosengines", "chaosexperiments", "chaosresults"]
|
||||
verbs: ["create", "list", "get", "patch", "update", "delete"]
|
||||
image: "litmuschaos/go-runner:ci"
|
||||
image: "litmuschaos/go-runner:3.0.0-beta3"
|
||||
imagePullPolicy: Always
|
||||
args:
|
||||
- -c
|
||||
|
@@ -59,7 +59,7 @@ spec:
|
||||
- apiGroups: ["litmuschaos.io"]
|
||||
resources: ["chaosengines", "chaosexperiments", "chaosresults"]
|
||||
verbs: ["create", "list", "get", "patch", "update", "delete"]
|
||||
image: "litmuschaos/go-runner:ci"
|
||||
image: "litmuschaos/go-runner:3.0.0-beta3"
|
||||
imagePullPolicy: Always
|
||||
args:
|
||||
- -c
|
||||
|
@@ -1,7 +1,7 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Workflow
|
||||
metadata:
|
||||
generateName: argowf-chaos-
|
||||
name: argowf-chaos-
|
||||
spec:
|
||||
entrypoint: argowf-chaos
|
||||
serviceAccountName: argo-chaos
|
||||
@@ -22,8 +22,8 @@ spec:
|
||||
template: run-chaos
|
||||
- name: run-benchmark
|
||||
template: run-benchmark
|
||||
- - name: revert-chaos
|
||||
template: revert-chaos
|
||||
- - name: cleanup-chaos-resources
|
||||
template: cleanup-chaos-resources
|
||||
|
||||
- name: run-chaos
|
||||
inputs:
|
||||
@@ -105,7 +105,7 @@ spec:
|
||||
command: [sh, -c]
|
||||
args: ['kubectl apply -f /tmp/bench.yaml -n {{workflow.parameters.appNamespace}}']
|
||||
|
||||
- name: revert-chaos
|
||||
- name: cleanup-chaos-resources
|
||||
container:
|
||||
image: alpine/k8s:1.18.2
|
||||
command: [sh, -c]
|
||||
|
Reference in New Issue
Block a user