Integrate the litmus images with scarf gateway (#620)

Signed-off-by: Shubham Chaudhary <shubham.chaudhary@harness.io>
This commit is contained in:
Shubham Chaudhary
2024-01-15 18:45:11 +05:30
committed by GitHub
parent 6d0fb711a2
commit 625df46807
76 changed files with 200 additions and 200 deletions

View File

@@ -112,7 +112,7 @@ spec:
- apiGroups: ["litmuschaos.io"] - apiGroups: ["litmuschaos.io"]
resources: ["chaosengines", "chaosexperiments", "chaosresults"] resources: ["chaosengines", "chaosexperiments", "chaosresults"]
verbs: ["create", "list", "get", "patch", "update", "delete"] verbs: ["create", "list", "get", "patch", "update", "delete"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c
@@ -125,7 +125,7 @@ spec:
# provide lib image # provide lib image
- name: LIB_IMAGE - name: LIB_IMAGE
value: "litmuschaos/go-runner:latest" value: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
- name: NETWORK_INTERFACE - name: NETWORK_INTERFACE
value: "eth0" value: "eth0"

View File

@@ -116,7 +116,7 @@ spec:
- apiGroups: ["litmuschaos.io"] - apiGroups: ["litmuschaos.io"]
resources: ["chaosengines", "chaosexperiments", "chaosresults"] resources: ["chaosengines", "chaosexperiments", "chaosresults"]
verbs: ["create", "list", "get", "patch", "update", "delete"] verbs: ["create", "list", "get", "patch", "update", "delete"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c
@@ -129,7 +129,7 @@ spec:
# provide lib image # provide lib image
- name: LIB_IMAGE - name: LIB_IMAGE
value: "litmuschaos/go-runner:latest" value: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
- name: NETWORK_INTERFACE - name: NETWORK_INTERFACE
value: "eth0" value: "eth0"

View File

@@ -71,7 +71,7 @@ spec:
verbs: verbs:
- "get" - "get"
- "list" - "list"
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c

View File

@@ -75,7 +75,7 @@ spec:
verbs: verbs:
- "get" - "get"
- "list" - "list"
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c

View File

@@ -72,7 +72,7 @@ spec:
verbs: verbs:
- "get" - "get"
- "list" - "list"
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c
@@ -95,7 +95,7 @@ spec:
# provide lib image # provide lib image
- name: LIB_IMAGE - name: LIB_IMAGE
value: 'litmuschaos/go-runner:latest' value: 'litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest'
labels: labels:
name: node-cpu-hog name: node-cpu-hog

View File

@@ -76,7 +76,7 @@ spec:
verbs: verbs:
- "get" - "get"
- "list" - "list"
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c
@@ -99,7 +99,7 @@ spec:
# provide lib image # provide lib image
- name: LIB_IMAGE - name: LIB_IMAGE
value: 'litmuschaos/go-runner:latest' value: 'litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest'
labels: labels:
name: node-cpu-hog name: node-cpu-hog

View File

@@ -72,7 +72,7 @@ spec:
verbs: verbs:
- "get" - "get"
- "list" - "list"
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c
@@ -95,7 +95,7 @@ spec:
# provide lib image # provide lib image
- name: LIB_IMAGE - name: LIB_IMAGE
value: 'litmuschaos/go-runner:latest' value: 'litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest'
labels: labels:
name: node-memory-hog name: node-memory-hog

View File

@@ -75,7 +75,7 @@ spec:
verbs: verbs:
- "get" - "get"
- "list" - "list"
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c
@@ -94,7 +94,7 @@ spec:
value: '' value: ''
# provide lib image # provide lib image
- name: LIB_IMAGE - name: LIB_IMAGE
value: 'litmuschaos/go-runner:latest' value: 'litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest'
labels: labels:
name: node-memory-hog name: node-memory-hog
container: container:

View File

@@ -64,7 +64,7 @@ spec:
- "patch" - "patch"
- "update" - "update"
- "delete" - "delete"
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c

View File

@@ -68,7 +68,7 @@ spec:
- "patch" - "patch"
- "update" - "update"
- "delete" - "delete"
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c

View File

@@ -74,7 +74,7 @@ spec:
verbs: verbs:
- "get" - "get"
- "list" - "list"
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c

View File

@@ -78,7 +78,7 @@ spec:
verbs: verbs:
- "get" - "get"
- "list" - "list"
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c

View File

@@ -64,7 +64,7 @@ spec:
- "patch" - "patch"
- "update" - "update"
- "delete" - "delete"
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
args: args:
- -c - -c
- ./experiments -name pod-memory-hog - ./experiments -name pod-memory-hog

View File

@@ -68,7 +68,7 @@ spec:
- "patch" - "patch"
- "update" - "update"
- "delete" - "delete"
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
args: args:
- -c - -c
- ./experiments -name pod-memory-hog - ./experiments -name pod-memory-hog

View File

@@ -110,7 +110,7 @@ spec:
- apiGroups: ["litmuschaos.io"] - apiGroups: ["litmuschaos.io"]
resources: ["chaosengines", "chaosexperiments", "chaosresults"] resources: ["chaosengines", "chaosexperiments", "chaosresults"]
verbs: ["create", "list", "get", "patch", "update", "delete"] verbs: ["create", "list", "get", "patch", "update", "delete"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c

View File

@@ -114,7 +114,7 @@ spec:
- apiGroups: ["litmuschaos.io"] - apiGroups: ["litmuschaos.io"]
resources: ["chaosengines", "chaosexperiments", "chaosresults"] resources: ["chaosengines", "chaosexperiments", "chaosresults"]
verbs: ["create", "list", "get", "patch", "update", "delete"] verbs: ["create", "list", "get", "patch", "update", "delete"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c

View File

@@ -124,7 +124,7 @@ spec:
- apiGroups: ["litmuschaos.io"] - apiGroups: ["litmuschaos.io"]
resources: ["chaosengines", "chaosexperiments", "chaosresults"] resources: ["chaosengines", "chaosexperiments", "chaosresults"]
verbs: ["create", "list", "get", "patch", "update", "delete"] verbs: ["create", "list", "get", "patch", "update", "delete"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c
@@ -154,7 +154,7 @@ spec:
## It is used in pumba lib only ## It is used in pumba lib only
- name: LIB_IMAGE - name: LIB_IMAGE
value: "litmuschaos/go-runner:latest" value: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
## It is used in pumba lib only ## It is used in pumba lib only
- name: STRESS_IMAGE - name: STRESS_IMAGE
@@ -265,7 +265,7 @@ spec:
- apiGroups: ["litmuschaos.io"] - apiGroups: ["litmuschaos.io"]
resources: ["chaosengines", "chaosexperiments", "chaosresults"] resources: ["chaosengines", "chaosexperiments", "chaosresults"]
verbs: ["create", "list", "get", "patch", "update", "delete"] verbs: ["create", "list", "get", "patch", "update", "delete"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c
@@ -386,7 +386,7 @@ spec:
- apiGroups: ["litmuschaos.io"] - apiGroups: ["litmuschaos.io"]
resources: ["chaosengines", "chaosexperiments", "chaosresults"] resources: ["chaosengines", "chaosexperiments", "chaosresults"]
verbs: ["create", "list", "get", "patch", "update", "delete"] verbs: ["create", "list", "get", "patch", "update", "delete"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c
@@ -399,7 +399,7 @@ spec:
# provide lib image # provide lib image
- name: LIB_IMAGE - name: LIB_IMAGE
value: "litmuschaos/go-runner:latest" value: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
- name: NETWORK_INTERFACE - name: NETWORK_INTERFACE
value: "eth0" value: "eth0"
@@ -535,7 +535,7 @@ spec:
- apiGroups: ["litmuschaos.io"] - apiGroups: ["litmuschaos.io"]
resources: ["chaosengines", "chaosexperiments", "chaosresults"] resources: ["chaosengines", "chaosexperiments", "chaosresults"]
verbs: ["create", "list", "get", "patch", "update", "delete"] verbs: ["create", "list", "get", "patch", "update", "delete"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c
@@ -564,7 +564,7 @@ spec:
## It is used in pumba lib only ## It is used in pumba lib only
- name: LIB_IMAGE - name: LIB_IMAGE
value: "litmuschaos/go-runner:latest" value: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
## It is used in pumba lib only ## It is used in pumba lib only
- name: STRESS_IMAGE - name: STRESS_IMAGE
@@ -675,7 +675,7 @@ spec:
- apiGroups: ["litmuschaos.io"] - apiGroups: ["litmuschaos.io"]
resources: ["chaosengines", "chaosexperiments", "chaosresults"] resources: ["chaosengines", "chaosexperiments", "chaosresults"]
verbs: ["create", "list", "get", "patch", "update", "delete"] verbs: ["create", "list", "get", "patch", "update", "delete"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c
@@ -719,7 +719,7 @@ spec:
value: "false" value: "false"
- name: LIB_IMAGE - name: LIB_IMAGE
value: "litmuschaos/go-runner:latest" value: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
# Provide the container runtime path # Provide the container runtime path
# Default set to docker container path # Default set to docker container path

View File

@@ -128,7 +128,7 @@ spec:
- apiGroups: ["litmuschaos.io"] - apiGroups: ["litmuschaos.io"]
resources: ["chaosengines", "chaosexperiments", "chaosresults"] resources: ["chaosengines", "chaosexperiments", "chaosresults"]
verbs: ["create", "list", "get", "patch", "update", "delete"] verbs: ["create", "list", "get", "patch", "update", "delete"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c
@@ -158,7 +158,7 @@ spec:
## It is used in pumba lib only ## It is used in pumba lib only
- name: LIB_IMAGE - name: LIB_IMAGE
value: "litmuschaos/go-runner:latest" value: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
## It is used in pumba lib only ## It is used in pumba lib only
- name: STRESS_IMAGE - name: STRESS_IMAGE
@@ -269,7 +269,7 @@ spec:
- apiGroups: ["litmuschaos.io"] - apiGroups: ["litmuschaos.io"]
resources: ["chaosengines", "chaosexperiments", "chaosresults"] resources: ["chaosengines", "chaosexperiments", "chaosresults"]
verbs: ["create", "list", "get", "patch", "update", "delete"] verbs: ["create", "list", "get", "patch", "update", "delete"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c
@@ -390,7 +390,7 @@ spec:
- apiGroups: ["litmuschaos.io"] - apiGroups: ["litmuschaos.io"]
resources: ["chaosengines", "chaosexperiments", "chaosresults"] resources: ["chaosengines", "chaosexperiments", "chaosresults"]
verbs: ["create", "list", "get", "patch", "update", "delete"] verbs: ["create", "list", "get", "patch", "update", "delete"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c
@@ -403,7 +403,7 @@ spec:
# provide lib image # provide lib image
- name: LIB_IMAGE - name: LIB_IMAGE
value: "litmuschaos/go-runner:latest" value: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
- name: NETWORK_INTERFACE - name: NETWORK_INTERFACE
value: "eth0" value: "eth0"
@@ -539,7 +539,7 @@ spec:
- apiGroups: ["litmuschaos.io"] - apiGroups: ["litmuschaos.io"]
resources: ["chaosengines", "chaosexperiments", "chaosresults"] resources: ["chaosengines", "chaosexperiments", "chaosresults"]
verbs: ["create", "list", "get", "patch", "update", "delete"] verbs: ["create", "list", "get", "patch", "update", "delete"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c
@@ -568,7 +568,7 @@ spec:
## It is used in pumba lib only ## It is used in pumba lib only
- name: LIB_IMAGE - name: LIB_IMAGE
value: "litmuschaos/go-runner:latest" value: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
## It is used in pumba lib only ## It is used in pumba lib only
- name: STRESS_IMAGE - name: STRESS_IMAGE
@@ -679,7 +679,7 @@ spec:
- apiGroups: ["litmuschaos.io"] - apiGroups: ["litmuschaos.io"]
resources: ["chaosengines", "chaosexperiments", "chaosresults"] resources: ["chaosengines", "chaosexperiments", "chaosresults"]
verbs: ["create", "list", "get", "patch", "update", "delete"] verbs: ["create", "list", "get", "patch", "update", "delete"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c
@@ -723,7 +723,7 @@ spec:
value: "false" value: "false"
- name: LIB_IMAGE - name: LIB_IMAGE
value: "litmuschaos/go-runner:latest" value: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
# Provide the container runtime path # Provide the container runtime path
# Default set to docker container path # Default set to docker container path

View File

@@ -124,7 +124,7 @@ spec:
- apiGroups: ["litmuschaos.io"] - apiGroups: ["litmuschaos.io"]
resources: ["chaosengines", "chaosexperiments", "chaosresults"] resources: ["chaosengines", "chaosexperiments", "chaosresults"]
verbs: ["create", "list", "get", "patch", "update", "delete"] verbs: ["create", "list", "get", "patch", "update", "delete"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c
@@ -154,7 +154,7 @@ spec:
## It is used in pumba lib only ## It is used in pumba lib only
- name: LIB_IMAGE - name: LIB_IMAGE
value: "litmuschaos/go-runner:latest" value: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
## It is used in pumba lib only ## It is used in pumba lib only
- name: STRESS_IMAGE - name: STRESS_IMAGE
@@ -265,7 +265,7 @@ spec:
- apiGroups: ["litmuschaos.io"] - apiGroups: ["litmuschaos.io"]
resources: ["chaosengines", "chaosexperiments", "chaosresults"] resources: ["chaosengines", "chaosexperiments", "chaosresults"]
verbs: ["create", "list", "get", "patch", "update", "delete"] verbs: ["create", "list", "get", "patch", "update", "delete"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c
@@ -386,7 +386,7 @@ spec:
- apiGroups: ["litmuschaos.io"] - apiGroups: ["litmuschaos.io"]
resources: ["chaosengines", "chaosexperiments", "chaosresults"] resources: ["chaosengines", "chaosexperiments", "chaosresults"]
verbs: ["create", "list", "get", "patch", "update", "delete"] verbs: ["create", "list", "get", "patch", "update", "delete"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c
@@ -399,7 +399,7 @@ spec:
# provide lib image # provide lib image
- name: LIB_IMAGE - name: LIB_IMAGE
value: "litmuschaos/go-runner:latest" value: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
- name: NETWORK_INTERFACE - name: NETWORK_INTERFACE
value: "eth0" value: "eth0"
@@ -535,7 +535,7 @@ spec:
- apiGroups: ["litmuschaos.io"] - apiGroups: ["litmuschaos.io"]
resources: ["chaosengines", "chaosexperiments", "chaosresults"] resources: ["chaosengines", "chaosexperiments", "chaosresults"]
verbs: ["create", "list", "get", "patch", "update", "delete"] verbs: ["create", "list", "get", "patch", "update", "delete"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c
@@ -564,7 +564,7 @@ spec:
## It is used in pumba lib only ## It is used in pumba lib only
- name: LIB_IMAGE - name: LIB_IMAGE
value: "litmuschaos/go-runner:latest" value: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
## It is used in pumba lib only ## It is used in pumba lib only
- name: STRESS_IMAGE - name: STRESS_IMAGE
@@ -675,7 +675,7 @@ spec:
- apiGroups: ["litmuschaos.io"] - apiGroups: ["litmuschaos.io"]
resources: ["chaosengines", "chaosexperiments", "chaosresults"] resources: ["chaosengines", "chaosexperiments", "chaosresults"]
verbs: ["create", "list", "get", "patch", "update", "delete"] verbs: ["create", "list", "get", "patch", "update", "delete"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c
@@ -719,7 +719,7 @@ spec:
value: "false" value: "false"
- name: LIB_IMAGE - name: LIB_IMAGE
value: "litmuschaos/go-runner:latest" value: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
# Provide the container runtime path # Provide the container runtime path
# Default set to docker container path # Default set to docker container path

View File

@@ -128,7 +128,7 @@ spec:
- apiGroups: ["litmuschaos.io"] - apiGroups: ["litmuschaos.io"]
resources: ["chaosengines", "chaosexperiments", "chaosresults"] resources: ["chaosengines", "chaosexperiments", "chaosresults"]
verbs: ["create", "list", "get", "patch", "update", "delete"] verbs: ["create", "list", "get", "patch", "update", "delete"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c
@@ -158,7 +158,7 @@ spec:
## It is used in pumba lib only ## It is used in pumba lib only
- name: LIB_IMAGE - name: LIB_IMAGE
value: "litmuschaos/go-runner:latest" value: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
## It is used in pumba lib only ## It is used in pumba lib only
- name: STRESS_IMAGE - name: STRESS_IMAGE
@@ -269,7 +269,7 @@ spec:
- apiGroups: ["litmuschaos.io"] - apiGroups: ["litmuschaos.io"]
resources: ["chaosengines", "chaosexperiments", "chaosresults"] resources: ["chaosengines", "chaosexperiments", "chaosresults"]
verbs: ["create", "list", "get", "patch", "update", "delete"] verbs: ["create", "list", "get", "patch", "update", "delete"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c
@@ -390,7 +390,7 @@ spec:
- apiGroups: ["litmuschaos.io"] - apiGroups: ["litmuschaos.io"]
resources: ["chaosengines", "chaosexperiments", "chaosresults"] resources: ["chaosengines", "chaosexperiments", "chaosresults"]
verbs: ["create", "list", "get", "patch", "update", "delete"] verbs: ["create", "list", "get", "patch", "update", "delete"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c
@@ -403,7 +403,7 @@ spec:
# provide lib image # provide lib image
- name: LIB_IMAGE - name: LIB_IMAGE
value: "litmuschaos/go-runner:latest" value: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
- name: NETWORK_INTERFACE - name: NETWORK_INTERFACE
value: "eth0" value: "eth0"
@@ -539,7 +539,7 @@ spec:
- apiGroups: ["litmuschaos.io"] - apiGroups: ["litmuschaos.io"]
resources: ["chaosengines", "chaosexperiments", "chaosresults"] resources: ["chaosengines", "chaosexperiments", "chaosresults"]
verbs: ["create", "list", "get", "patch", "update", "delete"] verbs: ["create", "list", "get", "patch", "update", "delete"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c
@@ -568,7 +568,7 @@ spec:
## It is used in pumba lib only ## It is used in pumba lib only
- name: LIB_IMAGE - name: LIB_IMAGE
value: "litmuschaos/go-runner:latest" value: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
## It is used in pumba lib only ## It is used in pumba lib only
- name: STRESS_IMAGE - name: STRESS_IMAGE
@@ -679,7 +679,7 @@ spec:
- apiGroups: ["litmuschaos.io"] - apiGroups: ["litmuschaos.io"]
resources: ["chaosengines", "chaosexperiments", "chaosresults"] resources: ["chaosengines", "chaosexperiments", "chaosresults"]
verbs: ["create", "list", "get", "patch", "update", "delete"] verbs: ["create", "list", "get", "patch", "update", "delete"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c
@@ -723,7 +723,7 @@ spec:
value: "false" value: "false"
- name: LIB_IMAGE - name: LIB_IMAGE
value: "litmuschaos/go-runner:latest" value: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
# Provide the container runtime path # Provide the container runtime path
# Default set to docker container path # Default set to docker container path

View File

@@ -43,7 +43,7 @@ spec:
- apiGroups: ["litmuschaos.io"] - apiGroups: ["litmuschaos.io"]
resources: ["chaosengines","chaosexperiments","chaosresults"] resources: ["chaosengines","chaosexperiments","chaosresults"]
verbs: ["create","list","get","patch","update","delete"] verbs: ["create","list","get","patch","update","delete"]
image: "litmuschaos/py-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/py-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c

View File

@@ -52,7 +52,7 @@ spec:
- apiGroups: ["litmuschaos.io"] - apiGroups: ["litmuschaos.io"]
resources: ["chaosengines", "chaosexperiments", "chaosresults"] resources: ["chaosengines", "chaosexperiments", "chaosresults"]
verbs: ["create", "list", "get", "patch", "update", "delete"] verbs: ["create", "list", "get", "patch", "update", "delete"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c

View File

@@ -52,7 +52,7 @@ spec:
- apiGroups: ["litmuschaos.io"] - apiGroups: ["litmuschaos.io"]
resources: ["chaosengines", "chaosexperiments", "chaosresults"] resources: ["chaosengines", "chaosexperiments", "chaosresults"]
verbs: ["create", "list", "get", "patch", "update", "delete"] verbs: ["create", "list", "get", "patch", "update", "delete"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c

View File

@@ -52,7 +52,7 @@ spec:
- apiGroups: ["litmuschaos.io"] - apiGroups: ["litmuschaos.io"]
resources: ["chaosengines", "chaosexperiments", "chaosresults"] resources: ["chaosengines", "chaosexperiments", "chaosresults"]
verbs: ["create", "list", "get", "patch", "update", "delete"] verbs: ["create", "list", "get", "patch", "update", "delete"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c

View File

@@ -52,7 +52,7 @@ spec:
- apiGroups: ["litmuschaos.io"] - apiGroups: ["litmuschaos.io"]
resources: ["chaosengines", "chaosexperiments", "chaosresults"] resources: ["chaosengines", "chaosexperiments", "chaosresults"]
verbs: ["create", "list", "get", "patch", "update", "delete"] verbs: ["create", "list", "get", "patch", "update", "delete"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c

View File

@@ -56,7 +56,7 @@ spec:
- apiGroups: [""] - apiGroups: [""]
resources: ["nodes"] resources: ["nodes"]
verbs: ["get", "list"] verbs: ["get", "list"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c

View File

@@ -56,7 +56,7 @@ spec:
- apiGroups: [""] - apiGroups: [""]
resources: ["nodes"] resources: ["nodes"]
verbs: ["get", "list"] verbs: ["get", "list"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c

View File

@@ -52,7 +52,7 @@ spec:
- apiGroups: ["litmuschaos.io"] - apiGroups: ["litmuschaos.io"]
resources: ["chaosengines", "chaosexperiments", "chaosresults"] resources: ["chaosengines", "chaosexperiments", "chaosresults"]
verbs: ["create", "list", "get", "patch", "update", "delete"] verbs: ["create", "list", "get", "patch", "update", "delete"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c
@@ -154,7 +154,7 @@ spec:
- apiGroups: [""] - apiGroups: [""]
resources: ["nodes"] resources: ["nodes"]
verbs: ["get", "list"] verbs: ["get", "list"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c
@@ -258,7 +258,7 @@ spec:
- apiGroups: ["litmuschaos.io"] - apiGroups: ["litmuschaos.io"]
resources: ["chaosengines", "chaosexperiments", "chaosresults"] resources: ["chaosengines", "chaosexperiments", "chaosresults"]
verbs: ["create", "list", "get", "patch", "update", "delete"] verbs: ["create", "list", "get", "patch", "update", "delete"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c
@@ -349,7 +349,7 @@ spec:
- apiGroups: ["litmuschaos.io"] - apiGroups: ["litmuschaos.io"]
resources: ["chaosengines","chaosexperiments","chaosresults"] resources: ["chaosengines","chaosexperiments","chaosresults"]
verbs: ["create","list","get","patch","update","delete"] verbs: ["create","list","get","patch","update","delete"]
image: "litmuschaos/py-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/py-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c
@@ -441,7 +441,7 @@ spec:
- apiGroups: [""] - apiGroups: [""]
resources: ["nodes"] resources: ["nodes"]
verbs: ["get", "list"] verbs: ["get", "list"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c
@@ -551,7 +551,7 @@ spec:
- apiGroups: ["litmuschaos.io"] - apiGroups: ["litmuschaos.io"]
resources: ["chaosengines", "chaosexperiments", "chaosresults"] resources: ["chaosengines", "chaosexperiments", "chaosresults"]
verbs: ["create", "list", "get", "patch", "update", "delete"] verbs: ["create", "list", "get", "patch", "update", "delete"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c
@@ -694,7 +694,7 @@ spec:
- apiGroups: ["litmuschaos.io"] - apiGroups: ["litmuschaos.io"]
resources: ["chaosengines", "chaosexperiments", "chaosresults"] resources: ["chaosengines", "chaosexperiments", "chaosresults"]
verbs: ["create", "list", "get", "patch", "update", "delete"] verbs: ["create", "list", "get", "patch", "update", "delete"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c

View File

@@ -52,7 +52,7 @@ spec:
- apiGroups: ["litmuschaos.io"] - apiGroups: ["litmuschaos.io"]
resources: ["chaosengines", "chaosexperiments", "chaosresults"] resources: ["chaosengines", "chaosexperiments", "chaosresults"]
verbs: ["create", "list", "get", "patch", "update", "delete"] verbs: ["create", "list", "get", "patch", "update", "delete"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c

View File

@@ -52,7 +52,7 @@ spec:
- apiGroups: ["litmuschaos.io"] - apiGroups: ["litmuschaos.io"]
resources: ["chaosengines", "chaosexperiments", "chaosresults"] resources: ["chaosengines", "chaosexperiments", "chaosresults"]
verbs: ["create", "list", "get", "patch", "update", "delete"] verbs: ["create", "list", "get", "patch", "update", "delete"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c

View File

@@ -52,7 +52,7 @@ spec:
- apiGroups: ["litmuschaos.io"] - apiGroups: ["litmuschaos.io"]
resources: ["chaosengines", "chaosexperiments", "chaosresults"] resources: ["chaosengines", "chaosexperiments", "chaosresults"]
verbs: ["create", "list", "get", "patch", "update", "delete"] verbs: ["create", "list", "get", "patch", "update", "delete"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c
@@ -156,7 +156,7 @@ spec:
- apiGroups: ["litmuschaos.io"] - apiGroups: ["litmuschaos.io"]
resources: ["chaosengines", "chaosexperiments", "chaosresults"] resources: ["chaosengines", "chaosexperiments", "chaosresults"]
verbs: ["create", "list", "get", "patch", "update", "delete"] verbs: ["create", "list", "get", "patch", "update", "delete"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c

View File

@@ -48,7 +48,7 @@ spec:
- apiGroups: ["litmuschaos.io"] - apiGroups: ["litmuschaos.io"]
resources: ["chaosengines", "chaosexperiments", "chaosresults"] resources: ["chaosengines", "chaosexperiments", "chaosresults"]
verbs: ["create", "list", "get", "patch", "update", "delete"] verbs: ["create", "list", "get", "patch", "update", "delete"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c
@@ -152,7 +152,7 @@ spec:
- apiGroups: [""] - apiGroups: [""]
resources: ["nodes"] resources: ["nodes"]
verbs: ["get", "list"] verbs: ["get", "list"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c
@@ -260,7 +260,7 @@ spec:
- apiGroups: ["litmuschaos.io"] - apiGroups: ["litmuschaos.io"]
resources: ["chaosengines", "chaosexperiments", "chaosresults"] resources: ["chaosengines", "chaosexperiments", "chaosresults"]
verbs: ["create", "list", "get", "patch", "update", "delete"] verbs: ["create", "list", "get", "patch", "update", "delete"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c
@@ -368,7 +368,7 @@ spec:
- apiGroups: [""] - apiGroups: [""]
resources: ["nodes"] resources: ["nodes"]
verbs: ["get", "list"] verbs: ["get", "list"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c

View File

@@ -48,7 +48,7 @@ spec:
- apiGroups: ["litmuschaos.io"] - apiGroups: ["litmuschaos.io"]
resources: ["chaosengines", "chaosexperiments", "chaosresults"] resources: ["chaosengines", "chaosexperiments", "chaosresults"]
verbs: ["create", "list", "get", "patch", "update", "delete"] verbs: ["create", "list", "get", "patch", "update", "delete"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c

View File

@@ -48,7 +48,7 @@ spec:
- apiGroups: ["litmuschaos.io"] - apiGroups: ["litmuschaos.io"]
resources: ["chaosengines", "chaosexperiments", "chaosresults"] resources: ["chaosengines", "chaosexperiments", "chaosresults"]
verbs: ["create", "list", "get", "patch", "update", "delete"] verbs: ["create", "list", "get", "patch", "update", "delete"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c

View File

@@ -52,7 +52,7 @@ spec:
- apiGroups: [""] - apiGroups: [""]
resources: ["nodes"] resources: ["nodes"]
verbs: ["get", "list"] verbs: ["get", "list"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c

View File

@@ -52,7 +52,7 @@ spec:
- apiGroups: [""] - apiGroups: [""]
resources: ["nodes"] resources: ["nodes"]
verbs: ["get", "list"] verbs: ["get", "list"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c

View File

@@ -67,7 +67,7 @@ spec:
- apiGroups: ["litmuschaos.io"] - apiGroups: ["litmuschaos.io"]
resources: ["chaosengines", "chaosexperiments", "chaosresults"] resources: ["chaosengines", "chaosexperiments", "chaosresults"]
verbs: ["create", "list", "get", "patch", "update", "delete"] verbs: ["create", "list", "get", "patch", "update", "delete"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c
@@ -117,7 +117,7 @@ spec:
value: "false" value: "false"
- name: LIB_IMAGE - name: LIB_IMAGE
value: "litmuschaos/go-runner:latest" value: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
## it defines the sequence of chaos execution for multiple target pods ## it defines the sequence of chaos execution for multiple target pods
## supported values: serial, parallel ## supported values: serial, parallel

View File

@@ -68,7 +68,7 @@ spec:
- apiGroups: ["litmuschaos.io"] - apiGroups: ["litmuschaos.io"]
resources: ["chaosengines", "chaosexperiments", "chaosresults"] resources: ["chaosengines", "chaosexperiments", "chaosresults"]
verbs: ["create", "list", "get", "patch", "update", "delete"] verbs: ["create", "list", "get", "patch", "update", "delete"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c
@@ -112,7 +112,7 @@ spec:
value: "false" value: "false"
- name: LIB_IMAGE - name: LIB_IMAGE
value: "litmuschaos/go-runner:latest" value: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
# Provide the container runtime path # Provide the container runtime path
# Default set to docker container path # Default set to docker container path

View File

@@ -56,7 +56,7 @@ spec:
- apiGroups: [""] - apiGroups: [""]
resources: ["nodes"] resources: ["nodes"]
verbs: ["get", "list"] verbs: ["get", "list"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c

View File

@@ -68,7 +68,7 @@ spec:
- apiGroups: ["litmuschaos.io"] - apiGroups: ["litmuschaos.io"]
resources: ["chaosengines", "chaosexperiments", "chaosresults"] resources: ["chaosengines", "chaosexperiments", "chaosresults"]
verbs: ["create", "list", "get", "patch", "update", "delete"] verbs: ["create", "list", "get", "patch", "update", "delete"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c
@@ -106,7 +106,7 @@ spec:
value: "" value: ""
- name: LIB_IMAGE - name: LIB_IMAGE
value: "litmuschaos/go-runner:latest" value: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
# provide the name of container runtime # provide the name of container runtime
# for litmus LIB, it supports docker, containerd, crio # for litmus LIB, it supports docker, containerd, crio
@@ -214,7 +214,7 @@ spec:
- apiGroups: ["litmuschaos.io"] - apiGroups: ["litmuschaos.io"]
resources: ["chaosengines", "chaosexperiments", "chaosresults"] resources: ["chaosengines", "chaosexperiments", "chaosresults"]
verbs: ["create", "list", "get", "patch", "update", "delete"] verbs: ["create", "list", "get", "patch", "update", "delete"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c
@@ -258,7 +258,7 @@ spec:
value: "false" value: "false"
- name: LIB_IMAGE - name: LIB_IMAGE
value: "litmuschaos/go-runner:latest" value: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
# Provide the container runtime path # Provide the container runtime path
# Default set to docker container path # Default set to docker container path
@@ -348,7 +348,7 @@ spec:
- apiGroups: ["litmuschaos.io"] - apiGroups: ["litmuschaos.io"]
resources: ["chaosengines", "chaosexperiments", "chaosresults"] resources: ["chaosengines", "chaosexperiments", "chaosresults"]
verbs: ["create", "list", "get", "patch", "update", "delete"] verbs: ["create", "list", "get", "patch", "update", "delete"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c
@@ -465,7 +465,7 @@ spec:
- apiGroups: ["litmuschaos.io"] - apiGroups: ["litmuschaos.io"]
resources: ["chaosengines", "chaosexperiments", "chaosresults"] resources: ["chaosengines", "chaosexperiments", "chaosresults"]
verbs: ["create", "list", "get", "patch", "update", "delete"] verbs: ["create", "list", "get", "patch", "update", "delete"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c
@@ -515,7 +515,7 @@ spec:
value: "false" value: "false"
- name: LIB_IMAGE - name: LIB_IMAGE
value: "litmuschaos/go-runner:latest" value: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
## it defines the sequence of chaos execution for multiple target pods ## it defines the sequence of chaos execution for multiple target pods
## supported values: serial, parallel ## supported values: serial, parallel
@@ -600,7 +600,7 @@ spec:
- apiGroups: ["litmuschaos.io"] - apiGroups: ["litmuschaos.io"]
resources: ["chaosengines", "chaosexperiments", "chaosresults"] resources: ["chaosengines", "chaosexperiments", "chaosresults"]
verbs: ["create", "list", "get", "patch", "update", "delete"] verbs: ["create", "list", "get", "patch", "update", "delete"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c
@@ -613,7 +613,7 @@ spec:
# provide lib image # provide lib image
- name: LIB_IMAGE - name: LIB_IMAGE
value: "litmuschaos/go-runner:latest" value: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
# map of headers to modify/add; Eg: {"X-Litmus-Test-Header": "X-Litmus-Test-Value"} # map of headers to modify/add; Eg: {"X-Litmus-Test-Header": "X-Litmus-Test-Value"}
# to remove a header, just set the value to ""; Eg: {"X-Litmus-Test-Header": ""} # to remove a header, just set the value to ""; Eg: {"X-Litmus-Test-Header": ""}
@@ -756,7 +756,7 @@ spec:
- apiGroups: ["litmuschaos.io"] - apiGroups: ["litmuschaos.io"]
resources: ["chaosengines", "chaosexperiments", "chaosresults"] resources: ["chaosengines", "chaosexperiments", "chaosresults"]
verbs: ["create", "list", "get", "patch", "update", "delete"] verbs: ["create", "list", "get", "patch", "update", "delete"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c
@@ -785,7 +785,7 @@ spec:
## It is used in pumba lib only ## It is used in pumba lib only
- name: LIB_IMAGE - name: LIB_IMAGE
value: "litmuschaos/go-runner:latest" value: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
## It is used in pumba lib only ## It is used in pumba lib only
- name: STRESS_IMAGE - name: STRESS_IMAGE
@@ -887,7 +887,7 @@ spec:
- apiGroups: [""] - apiGroups: [""]
resources: ["nodes"] resources: ["nodes"]
verbs: ["get", "list", "patch"] verbs: ["get", "list", "patch"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c
@@ -988,7 +988,7 @@ spec:
- apiGroups: ["litmuschaos.io"] - apiGroups: ["litmuschaos.io"]
resources: ["chaosengines", "chaosexperiments", "chaosresults"] resources: ["chaosengines", "chaosexperiments", "chaosresults"]
verbs: ["create", "list", "get", "patch", "update", "delete"] verbs: ["create", "list", "get", "patch", "update", "delete"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c
@@ -1038,7 +1038,7 @@ spec:
# provide lib image # provide lib image
- name: LIB_IMAGE - name: LIB_IMAGE
value: "litmuschaos/go-runner:latest" value: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
- name: DEFAULT_HEALTH_CHECK - name: DEFAULT_HEALTH_CHECK
value: "false" value: "false"
@@ -1122,7 +1122,7 @@ spec:
- apiGroups: [""] - apiGroups: [""]
resources: ["nodes"] resources: ["nodes"]
verbs: ["get", "list"] verbs: ["get", "list"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c
@@ -1145,7 +1145,7 @@ spec:
# provide lib image # provide lib image
- name: LIB_IMAGE - name: LIB_IMAGE
value: "litmuschaos/go-runner:latest" value: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
# ENTER THE TARGET NODE NAME # ENTER THE TARGET NODE NAME
- name: TARGET_NODE - name: TARGET_NODE
@@ -1230,7 +1230,7 @@ spec:
- apiGroups: [""] - apiGroups: [""]
resources: ["nodes"] resources: ["nodes"]
verbs: ["get", "list", "patch", "update"] verbs: ["get", "list", "patch", "update"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c
@@ -1336,7 +1336,7 @@ spec:
- apiGroups: ["litmuschaos.io"] - apiGroups: ["litmuschaos.io"]
resources: ["chaosengines", "chaosexperiments", "chaosresults"] resources: ["chaosengines", "chaosexperiments", "chaosresults"]
verbs: ["create", "list", "get", "patch", "update", "delete"] verbs: ["create", "list", "get", "patch", "update", "delete"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c
@@ -1349,7 +1349,7 @@ spec:
# provide lib image # provide lib image
- name: LIB_IMAGE - name: LIB_IMAGE
value: "litmuschaos/go-runner:latest" value: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
# modified status code for the HTTP response # modified status code for the HTTP response
# if no value is provided, a random status code from the supported code list will selected # if no value is provided, a random status code from the supported code list will selected
@@ -1495,7 +1495,7 @@ spec:
- apiGroups: [""] - apiGroups: [""]
resources: ["nodes"] resources: ["nodes"]
verbs: ["get", "list"] verbs: ["get", "list"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c
@@ -1590,7 +1590,7 @@ spec:
- apiGroups: [""] - apiGroups: [""]
resources: ["nodes"] resources: ["nodes"]
verbs: ["get", "list"] verbs: ["get", "list"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c
@@ -1697,7 +1697,7 @@ spec:
- apiGroups: ["litmuschaos.io"] - apiGroups: ["litmuschaos.io"]
resources: ["chaosengines", "chaosexperiments", "chaosresults"] resources: ["chaosengines", "chaosexperiments", "chaosresults"]
verbs: ["create", "list", "get", "patch", "update", "delete"] verbs: ["create", "list", "get", "patch", "update", "delete"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c
@@ -1713,7 +1713,7 @@ spec:
# provide lib image # provide lib image
- name: LIB_IMAGE - name: LIB_IMAGE
value: "litmuschaos/go-runner:latest" value: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
- name: TC_IMAGE - name: TC_IMAGE
value: "gaiadocker/iproute2" value: "gaiadocker/iproute2"
@@ -1836,7 +1836,7 @@ spec:
- apiGroups: [""] - apiGroups: [""]
resources: ["nodes"] resources: ["nodes"]
verbs: ["get", "list"] verbs: ["get", "list"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c
@@ -1858,7 +1858,7 @@ spec:
# provide lib image # provide lib image
- name: LIB_IMAGE - name: LIB_IMAGE
value: "litmuschaos/go-runner:latest" value: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
# ENTER THE TARGET NODE NAME # ENTER THE TARGET NODE NAME
- name: TARGET_NODE - name: TARGET_NODE
@@ -1954,7 +1954,7 @@ spec:
- apiGroups: ["litmuschaos.io"] - apiGroups: ["litmuschaos.io"]
resources: ["chaosengines", "chaosexperiments", "chaosresults"] resources: ["chaosengines", "chaosexperiments", "chaosresults"]
verbs: ["create", "list", "get", "patch", "update", "delete"] verbs: ["create", "list", "get", "patch", "update", "delete"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c
@@ -1967,7 +1967,7 @@ spec:
# provide lib image # provide lib image
- name: LIB_IMAGE - name: LIB_IMAGE
value: "litmuschaos/go-runner:latest" value: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
- name: LATENCY - name: LATENCY
value: "2000" #in ms value: "2000" #in ms
@@ -2104,7 +2104,7 @@ spec:
- apiGroups: ["litmuschaos.io"] - apiGroups: ["litmuschaos.io"]
resources: ["chaosengines", "chaosexperiments", "chaosresults"] resources: ["chaosengines", "chaosexperiments", "chaosresults"]
verbs: ["create", "list", "get", "patch", "update", "delete"] verbs: ["create", "list", "get", "patch", "update", "delete"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c
@@ -2117,7 +2117,7 @@ spec:
# provide lib image # provide lib image
- name: LIB_IMAGE - name: LIB_IMAGE
value: "litmuschaos/go-runner:latest" value: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
- name: NETWORK_INTERFACE - name: NETWORK_INTERFACE
value: "eth0" value: "eth0"
@@ -2240,7 +2240,7 @@ spec:
- apiGroups: ["litmuschaos.io"] - apiGroups: ["litmuschaos.io"]
resources: ["chaosengines", "chaosexperiments", "chaosresults"] resources: ["chaosengines", "chaosexperiments", "chaosresults"]
verbs: ["create", "list", "get", "patch", "update", "delete"] verbs: ["create", "list", "get", "patch", "update", "delete"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c
@@ -2362,7 +2362,7 @@ spec:
- apiGroups: ["litmuschaos.io"] - apiGroups: ["litmuschaos.io"]
resources: ["chaosengines", "chaosexperiments", "chaosresults"] resources: ["chaosengines", "chaosexperiments", "chaosresults"]
verbs: ["create", "list", "get", "patch", "update", "delete"] verbs: ["create", "list", "get", "patch", "update", "delete"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c
@@ -2375,7 +2375,7 @@ spec:
# provide lib image # provide lib image
- name: LIB_IMAGE - name: LIB_IMAGE
value: "litmuschaos/go-runner:latest" value: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
# provide the body string to overwrite the response body # provide the body string to overwrite the response body
# if no value is provided, response will be an empty body. # if no value is provided, response will be an empty body.
@@ -2523,7 +2523,7 @@ spec:
- apiGroups: ["litmuschaos.io"] - apiGroups: ["litmuschaos.io"]
resources: ["chaosengines", "chaosexperiments", "chaosresults"] resources: ["chaosengines", "chaosexperiments", "chaosresults"]
verbs: ["create", "list", "get", "patch", "update", "delete"] verbs: ["create", "list", "get", "patch", "update", "delete"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c
@@ -2536,7 +2536,7 @@ spec:
# provide lib image # provide lib image
- name: LIB_IMAGE - name: LIB_IMAGE
value: "litmuschaos/go-runner:latest" value: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
- name: NETWORK_INTERFACE - name: NETWORK_INTERFACE
value: "eth0" value: "eth0"
@@ -2671,7 +2671,7 @@ spec:
- apiGroups: ["litmuschaos.io"] - apiGroups: ["litmuschaos.io"]
resources: ["chaosengines", "chaosexperiments", "chaosresults"] resources: ["chaosengines", "chaosexperiments", "chaosresults"]
verbs: ["create", "list", "get", "patch", "update", "delete"] verbs: ["create", "list", "get", "patch", "update", "delete"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
args: args:
- -c - -c
- ./experiments -name pod-dns-error - ./experiments -name pod-dns-error
@@ -2683,7 +2683,7 @@ spec:
# provide lib image # provide lib image
- name: LIB_IMAGE - name: LIB_IMAGE
value: "litmuschaos/go-runner:latest" value: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
- name: DEFAULT_HEALTH_CHECK - name: DEFAULT_HEALTH_CHECK
value: "false" value: "false"
@@ -2801,7 +2801,7 @@ spec:
- apiGroups: ["litmuschaos.io"] - apiGroups: ["litmuschaos.io"]
resources: ["chaosengines", "chaosexperiments", "chaosresults"] resources: ["chaosengines", "chaosexperiments", "chaosresults"]
verbs: ["create", "list", "get", "patch", "update", "delete"] verbs: ["create", "list", "get", "patch", "update", "delete"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
args: args:
- -c - -c
- ./experiments -name pod-dns-spoof - ./experiments -name pod-dns-spoof
@@ -2813,7 +2813,7 @@ spec:
# provide lib image # provide lib image
- name: LIB_IMAGE - name: LIB_IMAGE
value: "litmuschaos/go-runner:latest" value: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
- name: DEFAULT_HEALTH_CHECK - name: DEFAULT_HEALTH_CHECK
value: "false" value: "false"
@@ -2915,7 +2915,7 @@ spec:
- apiGroups: [""] - apiGroups: [""]
resources: ["nodes"] resources: ["nodes"]
verbs: ["get", "list"] verbs: ["get", "list"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c
@@ -2961,7 +2961,7 @@ spec:
# provide lib image # provide lib image
- name: LIB_IMAGE - name: LIB_IMAGE
value: "litmuschaos/go-runner:latest" value: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
## percentage of total nodes to target ## percentage of total nodes to target
- name: NODES_AFFECTED_PERC - name: NODES_AFFECTED_PERC
@@ -3052,7 +3052,7 @@ spec:
- apiGroups: ["litmuschaos.io"] - apiGroups: ["litmuschaos.io"]
resources: ["chaosengines", "chaosexperiments", "chaosresults"] resources: ["chaosengines", "chaosexperiments", "chaosresults"]
verbs: ["create", "list", "get", "patch", "update", "delete"] verbs: ["create", "list", "get", "patch", "update", "delete"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c
@@ -3172,7 +3172,7 @@ spec:
- apiGroups: ["litmuschaos.io"] - apiGroups: ["litmuschaos.io"]
resources: ["chaosengines", "chaosexperiments", "chaosresults"] resources: ["chaosengines", "chaosexperiments", "chaosresults"]
verbs: ["create", "list", "get", "patch", "update", "delete"] verbs: ["create", "list", "get", "patch", "update", "delete"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c
@@ -3185,7 +3185,7 @@ spec:
# provide lib image # provide lib image
- name: LIB_IMAGE - name: LIB_IMAGE
value: "litmuschaos/go-runner:latest" value: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
# reset timeout specifies after how much duration to reset the connection # reset timeout specifies after how much duration to reset the connection
- name: RESET_TIMEOUT - name: RESET_TIMEOUT
@@ -3322,7 +3322,7 @@ spec:
- apiGroups: ["litmuschaos.io"] - apiGroups: ["litmuschaos.io"]
resources: ["chaosengines", "chaosexperiments", "chaosresults"] resources: ["chaosengines", "chaosexperiments", "chaosresults"]
verbs: ["create", "list", "get", "patch", "update", "delete"] verbs: ["create", "list", "get", "patch", "update", "delete"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c
@@ -3352,7 +3352,7 @@ spec:
## It is used in pumba lib only ## It is used in pumba lib only
- name: LIB_IMAGE - name: LIB_IMAGE
value: "litmuschaos/go-runner:latest" value: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
## It is used in pumba lib only ## It is used in pumba lib only
- name: STRESS_IMAGE - name: STRESS_IMAGE
@@ -3462,7 +3462,7 @@ spec:
- apiGroups: ["litmuschaos.io"] - apiGroups: ["litmuschaos.io"]
resources: ["chaosengines", "chaosexperiments", "chaosresults"] resources: ["chaosengines", "chaosexperiments", "chaosresults"]
verbs: ["create", "list", "get", "patch", "update", "delete"] verbs: ["create", "list", "get", "patch", "update", "delete"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c
@@ -3568,7 +3568,7 @@ spec:
- apiGroups: [""] - apiGroups: [""]
resources: ["nodes"] resources: ["nodes"]
verbs: ["get", "list"] verbs: ["get", "list"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c
@@ -3602,7 +3602,7 @@ spec:
# provide lib image # provide lib image
- name: LIB_IMAGE - name: LIB_IMAGE
value: "litmuschaos/go-runner:latest" value: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
## percentage of total nodes to target ## percentage of total nodes to target
- name: NODES_AFFECTED_PERC - name: NODES_AFFECTED_PERC
@@ -3681,7 +3681,7 @@ spec:
- apiGroups: ["litmuschaos.io"] - apiGroups: ["litmuschaos.io"]
resources: ["chaosengines", "chaosexperiments", "chaosresults"] resources: ["chaosengines", "chaosexperiments", "chaosresults"]
verbs: ["create", "list", "get", "patch", "update", "delete"] verbs: ["create", "list", "get", "patch", "update", "delete"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c
@@ -3768,7 +3768,7 @@ spec:
- apiGroups: [""] - apiGroups: [""]
resources: ["nodes"] resources: ["nodes"]
verbs: ["get", "list"] verbs: ["get", "list"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c
@@ -3805,7 +3805,7 @@ spec:
# provide lib image # provide lib image
- name: LIB_IMAGE - name: LIB_IMAGE
value: "litmuschaos/go-runner:latest" value: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
- name: DEFAULT_HEALTH_CHECK - name: DEFAULT_HEALTH_CHECK
value: "false" value: "false"

View File

@@ -56,7 +56,7 @@ spec:
- apiGroups: [""] - apiGroups: [""]
resources: ["nodes"] resources: ["nodes"]
verbs: ["get", "list"] verbs: ["get", "list"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c

View File

@@ -56,7 +56,7 @@ spec:
- apiGroups: [""] - apiGroups: [""]
resources: ["nodes"] resources: ["nodes"]
verbs: ["get", "list"] verbs: ["get", "list"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c
@@ -90,7 +90,7 @@ spec:
# provide lib image # provide lib image
- name: LIB_IMAGE - name: LIB_IMAGE
value: "litmuschaos/go-runner:latest" value: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
## percentage of total nodes to target ## percentage of total nodes to target
- name: NODES_AFFECTED_PERC - name: NODES_AFFECTED_PERC

View File

@@ -60,7 +60,7 @@ spec:
- apiGroups: [""] - apiGroups: [""]
resources: ["nodes"] resources: ["nodes"]
verbs: ["get", "list", "patch"] verbs: ["get", "list", "patch"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c

View File

@@ -56,7 +56,7 @@ spec:
- apiGroups: [""] - apiGroups: [""]
resources: ["nodes"] resources: ["nodes"]
verbs: ["get", "list"] verbs: ["get", "list"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c
@@ -102,7 +102,7 @@ spec:
# provide lib image # provide lib image
- name: LIB_IMAGE - name: LIB_IMAGE
value: "litmuschaos/go-runner:latest" value: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
## percentage of total nodes to target ## percentage of total nodes to target
- name: NODES_AFFECTED_PERC - name: NODES_AFFECTED_PERC

View File

@@ -56,7 +56,7 @@ spec:
- apiGroups: [""] - apiGroups: [""]
resources: ["nodes"] resources: ["nodes"]
verbs: ["get", "list"] verbs: ["get", "list"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c
@@ -93,7 +93,7 @@ spec:
# provide lib image # provide lib image
- name: LIB_IMAGE - name: LIB_IMAGE
value: "litmuschaos/go-runner:latest" value: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
- name: DEFAULT_HEALTH_CHECK - name: DEFAULT_HEALTH_CHECK
value: "false" value: "false"

View File

@@ -56,7 +56,7 @@ spec:
- apiGroups: [""] - apiGroups: [""]
resources: ["nodes"] resources: ["nodes"]
verbs: ["get", "list"] verbs: ["get", "list"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c
@@ -79,7 +79,7 @@ spec:
# provide lib image # provide lib image
- name: LIB_IMAGE - name: LIB_IMAGE
value: "litmuschaos/go-runner:latest" value: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
# ENTER THE TARGET NODE NAME # ENTER THE TARGET NODE NAME
- name: TARGET_NODE - name: TARGET_NODE

View File

@@ -56,7 +56,7 @@ spec:
- apiGroups: [""] - apiGroups: [""]
resources: ["nodes"] resources: ["nodes"]
verbs: ["get", "list"] verbs: ["get", "list"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c
@@ -78,7 +78,7 @@ spec:
# provide lib image # provide lib image
- name: LIB_IMAGE - name: LIB_IMAGE
value: "litmuschaos/go-runner:latest" value: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
# ENTER THE TARGET NODE NAME # ENTER THE TARGET NODE NAME
- name: TARGET_NODE - name: TARGET_NODE

View File

@@ -60,7 +60,7 @@ spec:
- apiGroups: [""] - apiGroups: [""]
resources: ["nodes"] resources: ["nodes"]
verbs: ["get", "list", "patch", "update"] verbs: ["get", "list", "patch", "update"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c

View File

@@ -56,7 +56,7 @@ spec:
- apiGroups: ["litmuschaos.io"] - apiGroups: ["litmuschaos.io"]
resources: ["chaosengines", "chaosexperiments", "chaosresults"] resources: ["chaosengines", "chaosexperiments", "chaosresults"]
verbs: ["create", "list", "get", "patch", "update", "delete"] verbs: ["create", "list", "get", "patch", "update", "delete"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c

View File

@@ -68,7 +68,7 @@ spec:
- apiGroups: ["litmuschaos.io"] - apiGroups: ["litmuschaos.io"]
resources: ["chaosengines", "chaosexperiments", "chaosresults"] resources: ["chaosengines", "chaosexperiments", "chaosresults"]
verbs: ["create", "list", "get", "patch", "update", "delete"] verbs: ["create", "list", "get", "patch", "update", "delete"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c

View File

@@ -68,7 +68,7 @@ spec:
- apiGroups: ["litmuschaos.io"] - apiGroups: ["litmuschaos.io"]
resources: ["chaosengines", "chaosexperiments", "chaosresults"] resources: ["chaosengines", "chaosexperiments", "chaosresults"]
verbs: ["create", "list", "get", "patch", "update", "delete"] verbs: ["create", "list", "get", "patch", "update", "delete"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c
@@ -98,7 +98,7 @@ spec:
## It is used in pumba lib only ## It is used in pumba lib only
- name: LIB_IMAGE - name: LIB_IMAGE
value: "litmuschaos/go-runner:latest" value: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
## It is used in pumba lib only ## It is used in pumba lib only
- name: STRESS_IMAGE - name: STRESS_IMAGE

View File

@@ -68,7 +68,7 @@ spec:
- apiGroups: ["litmuschaos.io"] - apiGroups: ["litmuschaos.io"]
resources: ["chaosengines", "chaosexperiments", "chaosresults"] resources: ["chaosengines", "chaosexperiments", "chaosresults"]
verbs: ["create", "list", "get", "patch", "update", "delete"] verbs: ["create", "list", "get", "patch", "update", "delete"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c

View File

@@ -68,7 +68,7 @@ spec:
- apiGroups: ["litmuschaos.io"] - apiGroups: ["litmuschaos.io"]
resources: ["chaosengines", "chaosexperiments", "chaosresults"] resources: ["chaosengines", "chaosexperiments", "chaosresults"]
verbs: ["create", "list", "get", "patch", "update", "delete"] verbs: ["create", "list", "get", "patch", "update", "delete"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
args: args:
- -c - -c
- ./experiments -name pod-dns-error - ./experiments -name pod-dns-error
@@ -80,7 +80,7 @@ spec:
# provide lib image # provide lib image
- name: LIB_IMAGE - name: LIB_IMAGE
value: "litmuschaos/go-runner:latest" value: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
- name: DEFAULT_HEALTH_CHECK - name: DEFAULT_HEALTH_CHECK
value: "false" value: "false"

View File

@@ -68,7 +68,7 @@ spec:
- apiGroups: ["litmuschaos.io"] - apiGroups: ["litmuschaos.io"]
resources: ["chaosengines", "chaosexperiments", "chaosresults"] resources: ["chaosengines", "chaosexperiments", "chaosresults"]
verbs: ["create", "list", "get", "patch", "update", "delete"] verbs: ["create", "list", "get", "patch", "update", "delete"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
args: args:
- -c - -c
- ./experiments -name pod-dns-spoof - ./experiments -name pod-dns-spoof
@@ -80,7 +80,7 @@ spec:
# provide lib image # provide lib image
- name: LIB_IMAGE - name: LIB_IMAGE
value: "litmuschaos/go-runner:latest" value: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
- name: DEFAULT_HEALTH_CHECK - name: DEFAULT_HEALTH_CHECK
value: "false" value: "false"

View File

@@ -68,7 +68,7 @@ spec:
- apiGroups: ["litmuschaos.io"] - apiGroups: ["litmuschaos.io"]
resources: ["chaosengines", "chaosexperiments", "chaosresults"] resources: ["chaosengines", "chaosexperiments", "chaosresults"]
verbs: ["create", "list", "get", "patch", "update", "delete"] verbs: ["create", "list", "get", "patch", "update", "delete"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c
@@ -81,7 +81,7 @@ spec:
# provide lib image # provide lib image
- name: LIB_IMAGE - name: LIB_IMAGE
value: "litmuschaos/go-runner:latest" value: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
- name: LATENCY - name: LATENCY
value: "2000" #in ms value: "2000" #in ms

View File

@@ -68,7 +68,7 @@ spec:
- apiGroups: ["litmuschaos.io"] - apiGroups: ["litmuschaos.io"]
resources: ["chaosengines", "chaosexperiments", "chaosresults"] resources: ["chaosengines", "chaosexperiments", "chaosresults"]
verbs: ["create", "list", "get", "patch", "update", "delete"] verbs: ["create", "list", "get", "patch", "update", "delete"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c
@@ -81,7 +81,7 @@ spec:
# provide lib image # provide lib image
- name: LIB_IMAGE - name: LIB_IMAGE
value: "litmuschaos/go-runner:latest" value: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
# provide the body string to overwrite the response body # provide the body string to overwrite the response body
# if no value is provided, response will be an empty body. # if no value is provided, response will be an empty body.

View File

@@ -68,7 +68,7 @@ spec:
- apiGroups: ["litmuschaos.io"] - apiGroups: ["litmuschaos.io"]
resources: ["chaosengines", "chaosexperiments", "chaosresults"] resources: ["chaosengines", "chaosexperiments", "chaosresults"]
verbs: ["create", "list", "get", "patch", "update", "delete"] verbs: ["create", "list", "get", "patch", "update", "delete"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c
@@ -81,7 +81,7 @@ spec:
# provide lib image # provide lib image
- name: LIB_IMAGE - name: LIB_IMAGE
value: "litmuschaos/go-runner:latest" value: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
# map of headers to modify/add; Eg: {"X-Litmus-Test-Header": "X-Litmus-Test-Value"} # map of headers to modify/add; Eg: {"X-Litmus-Test-Header": "X-Litmus-Test-Value"}
# to remove a header, just set the value to ""; Eg: {"X-Litmus-Test-Header": ""} # to remove a header, just set the value to ""; Eg: {"X-Litmus-Test-Header": ""}

View File

@@ -68,7 +68,7 @@ spec:
- apiGroups: ["litmuschaos.io"] - apiGroups: ["litmuschaos.io"]
resources: ["chaosengines", "chaosexperiments", "chaosresults"] resources: ["chaosengines", "chaosexperiments", "chaosresults"]
verbs: ["create", "list", "get", "patch", "update", "delete"] verbs: ["create", "list", "get", "patch", "update", "delete"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c
@@ -81,7 +81,7 @@ spec:
# provide lib image # provide lib image
- name: LIB_IMAGE - name: LIB_IMAGE
value: "litmuschaos/go-runner:latest" value: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
# reset timeout specifies after how much duration to reset the connection # reset timeout specifies after how much duration to reset the connection
- name: RESET_TIMEOUT - name: RESET_TIMEOUT

View File

@@ -68,7 +68,7 @@ spec:
- apiGroups: ["litmuschaos.io"] - apiGroups: ["litmuschaos.io"]
resources: ["chaosengines", "chaosexperiments", "chaosresults"] resources: ["chaosengines", "chaosexperiments", "chaosresults"]
verbs: ["create", "list", "get", "patch", "update", "delete"] verbs: ["create", "list", "get", "patch", "update", "delete"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c
@@ -81,7 +81,7 @@ spec:
# provide lib image # provide lib image
- name: LIB_IMAGE - name: LIB_IMAGE
value: "litmuschaos/go-runner:latest" value: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
# modified status code for the HTTP response # modified status code for the HTTP response
# if no value is provided, a random status code from the supported code list will selected # if no value is provided, a random status code from the supported code list will selected

View File

@@ -68,7 +68,7 @@ spec:
- apiGroups: ["litmuschaos.io"] - apiGroups: ["litmuschaos.io"]
resources: ["chaosengines", "chaosexperiments", "chaosresults"] resources: ["chaosengines", "chaosexperiments", "chaosresults"]
verbs: ["create", "list", "get", "patch", "update", "delete"] verbs: ["create", "list", "get", "patch", "update", "delete"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c
@@ -118,7 +118,7 @@ spec:
# provide lib image # provide lib image
- name: LIB_IMAGE - name: LIB_IMAGE
value: "litmuschaos/go-runner:latest" value: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
- name: DEFAULT_HEALTH_CHECK - name: DEFAULT_HEALTH_CHECK
value: "false" value: "false"

View File

@@ -68,7 +68,7 @@ spec:
- apiGroups: ["litmuschaos.io"] - apiGroups: ["litmuschaos.io"]
resources: ["chaosengines", "chaosexperiments", "chaosresults"] resources: ["chaosengines", "chaosexperiments", "chaosresults"]
verbs: ["create", "list", "get", "patch", "update", "delete"] verbs: ["create", "list", "get", "patch", "update", "delete"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c

View File

@@ -68,7 +68,7 @@ spec:
- apiGroups: ["litmuschaos.io"] - apiGroups: ["litmuschaos.io"]
resources: ["chaosengines", "chaosexperiments", "chaosresults"] resources: ["chaosengines", "chaosexperiments", "chaosresults"]
verbs: ["create", "list", "get", "patch", "update", "delete"] verbs: ["create", "list", "get", "patch", "update", "delete"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c
@@ -97,7 +97,7 @@ spec:
## It is used in pumba lib only ## It is used in pumba lib only
- name: LIB_IMAGE - name: LIB_IMAGE
value: "litmuschaos/go-runner:latest" value: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
## It is used in pumba lib only ## It is used in pumba lib only
- name: STRESS_IMAGE - name: STRESS_IMAGE

View File

@@ -68,7 +68,7 @@ spec:
- apiGroups: ["litmuschaos.io"] - apiGroups: ["litmuschaos.io"]
resources: ["chaosengines", "chaosexperiments", "chaosresults"] resources: ["chaosengines", "chaosexperiments", "chaosresults"]
verbs: ["create", "list", "get", "patch", "update", "delete"] verbs: ["create", "list", "get", "patch", "update", "delete"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c
@@ -81,7 +81,7 @@ spec:
# provide lib image # provide lib image
- name: LIB_IMAGE - name: LIB_IMAGE
value: "litmuschaos/go-runner:latest" value: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
- name: NETWORK_INTERFACE - name: NETWORK_INTERFACE
value: "eth0" value: "eth0"

View File

@@ -68,7 +68,7 @@ spec:
- apiGroups: ["litmuschaos.io"] - apiGroups: ["litmuschaos.io"]
resources: ["chaosengines", "chaosexperiments", "chaosresults"] resources: ["chaosengines", "chaosexperiments", "chaosresults"]
verbs: ["create", "list", "get", "patch", "update", "delete"] verbs: ["create", "list", "get", "patch", "update", "delete"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c
@@ -106,7 +106,7 @@ spec:
value: "" value: ""
- name: LIB_IMAGE - name: LIB_IMAGE
value: "litmuschaos/go-runner:latest" value: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
# provide the name of container runtime # provide the name of container runtime
# for litmus LIB, it supports docker, containerd, crio # for litmus LIB, it supports docker, containerd, crio

View File

@@ -68,7 +68,7 @@ spec:
- apiGroups: ["litmuschaos.io"] - apiGroups: ["litmuschaos.io"]
resources: ["chaosengines", "chaosexperiments", "chaosresults"] resources: ["chaosengines", "chaosexperiments", "chaosresults"]
verbs: ["create", "list", "get", "patch", "update", "delete"] verbs: ["create", "list", "get", "patch", "update", "delete"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c
@@ -84,7 +84,7 @@ spec:
# provide lib image # provide lib image
- name: LIB_IMAGE - name: LIB_IMAGE
value: "litmuschaos/go-runner:latest" value: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
- name: TC_IMAGE - name: TC_IMAGE
value: "gaiadocker/iproute2" value: "gaiadocker/iproute2"

View File

@@ -68,7 +68,7 @@ spec:
- apiGroups: ["litmuschaos.io"] - apiGroups: ["litmuschaos.io"]
resources: ["chaosengines", "chaosexperiments", "chaosresults"] resources: ["chaosengines", "chaosexperiments", "chaosresults"]
verbs: ["create", "list", "get", "patch", "update", "delete"] verbs: ["create", "list", "get", "patch", "update", "delete"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c
@@ -81,7 +81,7 @@ spec:
# provide lib image # provide lib image
- name: LIB_IMAGE - name: LIB_IMAGE
value: "litmuschaos/go-runner:latest" value: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
- name: NETWORK_INTERFACE - name: NETWORK_INTERFACE
value: "eth0" value: "eth0"

View File

@@ -56,7 +56,7 @@ spec:
- apiGroups: ["litmuschaos.io"] - apiGroups: ["litmuschaos.io"]
resources: ["chaosengines", "chaosexperiments", "chaosresults"] resources: ["chaosengines", "chaosexperiments", "chaosresults"]
verbs: ["create", "list", "get", "patch", "update", "delete"] verbs: ["create", "list", "get", "patch", "update", "delete"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c

View File

@@ -48,7 +48,7 @@ spec:
- apiGroups: ["litmuschaos.io"] - apiGroups: ["litmuschaos.io"]
resources: ["chaosengines", "chaosexperiments", "chaosresults"] resources: ["chaosengines", "chaosexperiments", "chaosresults"]
verbs: ["create", "list", "get", "patch", "update", "delete"] verbs: ["create", "list", "get", "patch", "update", "delete"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c
@@ -152,7 +152,7 @@ spec:
- apiGroups: ["litmuschaos.io"] - apiGroups: ["litmuschaos.io"]
resources: ["chaosengines", "chaosexperiments", "chaosresults"] resources: ["chaosengines", "chaosexperiments", "chaosresults"]
verbs: ["create", "list", "get", "patch", "update", "delete"] verbs: ["create", "list", "get", "patch", "update", "delete"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c
@@ -259,7 +259,7 @@ spec:
- apiGroups: ["litmuschaos.io"] - apiGroups: ["litmuschaos.io"]
resources: ["chaosengines", "chaosexperiments", "chaosresults"] resources: ["chaosengines", "chaosexperiments", "chaosresults"]
verbs: ["create", "list", "get", "patch", "update", "delete"] verbs: ["create", "list", "get", "patch", "update", "delete"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c
@@ -405,7 +405,7 @@ spec:
- apiGroups: ["litmuschaos.io"] - apiGroups: ["litmuschaos.io"]
resources: ["chaosengines", "chaosexperiments", "chaosresults"] resources: ["chaosengines", "chaosexperiments", "chaosresults"]
verbs: ["create", "list", "get", "patch", "update", "delete"] verbs: ["create", "list", "get", "patch", "update", "delete"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c
@@ -509,7 +509,7 @@ spec:
- apiGroups: ["litmuschaos.io"] - apiGroups: ["litmuschaos.io"]
resources: ["chaosengines", "chaosexperiments", "chaosresults"] resources: ["chaosengines", "chaosexperiments", "chaosresults"]
verbs: ["create", "list", "get", "patch", "update", "delete"] verbs: ["create", "list", "get", "patch", "update", "delete"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c
@@ -605,7 +605,7 @@ spec:
- apiGroups: ["litmuschaos.io"] - apiGroups: ["litmuschaos.io"]
resources: ["chaosengines", "chaosexperiments", "chaosresults"] resources: ["chaosengines", "chaosexperiments", "chaosresults"]
verbs: ["create", "list", "get", "patch", "update", "delete"] verbs: ["create", "list", "get", "patch", "update", "delete"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c

View File

@@ -48,7 +48,7 @@ spec:
- apiGroups: ["litmuschaos.io"] - apiGroups: ["litmuschaos.io"]
resources: ["chaosengines", "chaosexperiments", "chaosresults"] resources: ["chaosengines", "chaosexperiments", "chaosresults"]
verbs: ["create", "list", "get", "patch", "update", "delete"] verbs: ["create", "list", "get", "patch", "update", "delete"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c

View File

@@ -48,7 +48,7 @@ spec:
- apiGroups: ["litmuschaos.io"] - apiGroups: ["litmuschaos.io"]
resources: ["chaosengines", "chaosexperiments", "chaosresults"] resources: ["chaosengines", "chaosexperiments", "chaosresults"]
verbs: ["create", "list", "get", "patch", "update", "delete"] verbs: ["create", "list", "get", "patch", "update", "delete"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c

View File

@@ -48,7 +48,7 @@ spec:
- apiGroups: ["litmuschaos.io"] - apiGroups: ["litmuschaos.io"]
resources: ["chaosengines", "chaosexperiments", "chaosresults"] resources: ["chaosengines", "chaosexperiments", "chaosresults"]
verbs: ["create", "list", "get", "patch", "update", "delete"] verbs: ["create", "list", "get", "patch", "update", "delete"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c

View File

@@ -48,7 +48,7 @@ spec:
- apiGroups: ["litmuschaos.io"] - apiGroups: ["litmuschaos.io"]
resources: ["chaosengines", "chaosexperiments", "chaosresults"] resources: ["chaosengines", "chaosexperiments", "chaosresults"]
verbs: ["create", "list", "get", "patch", "update", "delete"] verbs: ["create", "list", "get", "patch", "update", "delete"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c

View File

@@ -48,7 +48,7 @@ spec:
- apiGroups: ["litmuschaos.io"] - apiGroups: ["litmuschaos.io"]
resources: ["chaosengines", "chaosexperiments", "chaosresults"] resources: ["chaosengines", "chaosexperiments", "chaosresults"]
verbs: ["create", "list", "get", "patch", "update", "delete"] verbs: ["create", "list", "get", "patch", "update", "delete"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c

View File

@@ -48,7 +48,7 @@ spec:
- apiGroups: ["litmuschaos.io"] - apiGroups: ["litmuschaos.io"]
resources: ["chaosengines", "chaosexperiments", "chaosresults"] resources: ["chaosengines", "chaosexperiments", "chaosresults"]
verbs: ["create", "list", "get", "patch", "update", "delete"] verbs: ["create", "list", "get", "patch", "update", "delete"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c

View File

@@ -68,7 +68,7 @@ spec:
- apiGroups: ["litmuschaos.io"] - apiGroups: ["litmuschaos.io"]
resources: ["chaosengines", "chaosexperiments", "chaosresults"] resources: ["chaosengines", "chaosexperiments", "chaosresults"]
verbs: ["create", "list", "get", "patch", "update", "delete"] verbs: ["create", "list", "get", "patch", "update", "delete"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c

View File

@@ -68,7 +68,7 @@ spec:
- apiGroups: ["litmuschaos.io"] - apiGroups: ["litmuschaos.io"]
resources: ["chaosengines", "chaosexperiments", "chaosresults"] resources: ["chaosengines", "chaosexperiments", "chaosresults"]
verbs: ["create", "list", "get", "patch", "update", "delete"] verbs: ["create", "list", "get", "patch", "update", "delete"]
image: "litmuschaos/go-runner:latest" image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c