fix root issue (#422)

Signed-off-by: oumkale <oum.kale@mayadata.io>
This commit is contained in:
OUM NIVRATHI KALE
2021-03-05 08:35:05 +05:30
committed by GitHub
parent d1cd94da87
commit 7d4f722e19
24 changed files with 65 additions and 65 deletions

View File

@@ -134,7 +134,7 @@ spec:
labels:
name: pod-delete
container:
image: lachlanevenson/k8s-kubectl
image: alpine/k8s:1.18.2
command: [sh, -c]
args:
[
@@ -226,7 +226,7 @@ spec:
labels:
name: pod-cpu-hog
container:
image: lachlanevenson/k8s-kubectl
image: alpine/k8s:1.18.2
command: [sh, -c]
args:
[
@@ -320,7 +320,7 @@ spec:
labels:
name: pod-memory-hog
container:
image: lachlanevenson/k8s-kubectl
image: alpine/k8s:1.18.2
command: [sh, -c]
args:
[
@@ -418,7 +418,7 @@ spec:
labels:
name: pod-network-loss
container:
image: lachlanevenson/k8s-kubectl
image: alpine/k8s:1.18.2
command: [sh, -c]
args: [ "kubectl apply -f /tmp/pod-network-loss.yaml -n {{workflow.parameters.adminModeNamespace}}",]
@@ -733,7 +733,7 @@ spec:
- name: revert-chaos
container:
image: lachlanevenson/k8s-kubectl
image: alpine/k8s:1.18.2
command: [sh, -c]
args:
[

View File

@@ -138,7 +138,7 @@ spec:
labels:
name: pod-delete
container:
image: lachlanevenson/k8s-kubectl
image: alpine/k8s:1.18.2
command: [sh, -c]
args:
[
@@ -230,7 +230,7 @@ spec:
labels:
name: pod-cpu-hog
container:
image: lachlanevenson/k8s-kubectl
image: alpine/k8s:1.18.2
command: [sh, -c]
args:
[
@@ -324,7 +324,7 @@ spec:
labels:
name: pod-memory-hog
container:
image: lachlanevenson/k8s-kubectl
image: alpine/k8s:1.18.2
command: [sh, -c]
args:
[
@@ -422,7 +422,7 @@ spec:
labels:
name: pod-network-loss
container:
image: lachlanevenson/k8s-kubectl
image: alpine/k8s:1.18.2
command: [sh, -c]
args: [ "kubectl apply -f /tmp/pod-network-loss.yaml -n {{workflow.parameters.adminModeNamespace}}",]
@@ -737,7 +737,7 @@ spec:
- name: revert-chaos
container:
image: lachlanevenson/k8s-kubectl
image: alpine/k8s:1.18.2
command: [sh, -c]
args:
[

View File

@@ -134,7 +134,7 @@ spec:
labels:
name: pod-delete
container:
image: lachlanevenson/k8s-kubectl
image: alpine/k8s:1.18.2
command: [sh, -c]
args:
[
@@ -226,7 +226,7 @@ spec:
labels:
name: pod-cpu-hog
container:
image: lachlanevenson/k8s-kubectl
image: alpine/k8s:1.18.2
command: [sh, -c]
args:
[
@@ -320,7 +320,7 @@ spec:
labels:
name: pod-memory-hog
container:
image: lachlanevenson/k8s-kubectl
image: alpine/k8s:1.18.2
command: [sh, -c]
args:
[
@@ -418,7 +418,7 @@ spec:
labels:
name: pod-network-loss
container:
image: lachlanevenson/k8s-kubectl
image: alpine/k8s:1.18.2
command: [sh, -c]
args: [ "kubectl apply -f /tmp/pod-network-loss.yaml -n {{workflow.parameters.adminModeNamespace}}",]
@@ -727,7 +727,7 @@ spec:
- name: revert-chaos
container:
image: lachlanevenson/k8s-kubectl
image: alpine/k8s:1.18.2
command: [sh, -c]
args:
[

View File

@@ -140,7 +140,7 @@ spec:
labels:
name: pod-delete
container:
image: lachlanevenson/k8s-kubectl
image: alpine/k8s:1.18.2
command: [sh, -c]
args:
[
@@ -232,7 +232,7 @@ spec:
labels:
name: pod-cpu-hog
container:
image: lachlanevenson/k8s-kubectl
image: alpine/k8s:1.18.2
command: [sh, -c]
args:
[
@@ -326,7 +326,7 @@ spec:
labels:
name: pod-memory-hog
container:
image: lachlanevenson/k8s-kubectl
image: alpine/k8s:1.18.2
command: [sh, -c]
args:
[
@@ -424,7 +424,7 @@ spec:
labels:
name: pod-network-loss
container:
image: lachlanevenson/k8s-kubectl
image: alpine/k8s:1.18.2
command: [sh, -c]
args: [ "kubectl apply -f /tmp/pod-network-loss.yaml -n {{workflow.parameters.adminModeNamespace}}",]
@@ -732,7 +732,7 @@ spec:
- name: revert-chaos
container:
image: lachlanevenson/k8s-kubectl
image: alpine/k8s:1.18.2
command: [sh, -c]
args:
[