Skip to content

Commit

Permalink
Cherry Pick for 1.13.2 (#427)
Browse files Browse the repository at this point in the history
* charts

Signed-off-by: oumkale <oum.kale@mayadata.io>

* sock-shop workflow

Signed-off-by: oumkale <oum.kale@mayadata.io>

* sock-shop workflow

Signed-off-by: oumkale <oum.kale@mayadata.io>

* sock-shop workflow

Signed-off-by: oumkale <oum.kale@mayadata.io>

* workflow

Signed-off-by: oumkale <oum.kale@mayadata.io>

* predefined workflow

Signed-off-by: oumkale <oum.kale@mayadata.io>

* predefined workflow

Signed-off-by: oumkale <oum.kale@mayadata.io>

* fix root issue (#422)

Signed-off-by: oumkale <oum.kale@mayadata.io>

* update installation of experiment (#419)

Signed-off-by: oumkale <oum.kale@mayadata.io>

* chore(permissions): Adding minimal permissions in all experiments (#423)

* chore(permissions): Adding minimal permissions in all experimenys

Signed-off-by: shubhamchaudhary <shubham@chaosnative.com>

* fix(script): convert combine experiments code to binary

Signed-off-by: shubhamchaudhary <shubham@chaosnative.com>

* disk-fill experiment has beem added for sock-shp workflow (#420)

Signed-off-by: oumkale <oum.kale@mayadata.io>

* chore(env): adding EPHEMERAL_STORAGE_MEBIBYTES env in disk-fill (#424)

Signed-off-by: shubhamchaudhary <shubham@chaosnative.com>

* Chore(ec2): Update rbac permission and add managed nodegroup (#425)

Signed-off-by: udit <udit@chaosnative.com>

Co-authored-by: udit <udit@chaosnative.com>

* Cherry Pick for !.13.2

Signed-off-by: udit <udit@chaosnative.com>

* update workflow image to 1.13.2

Signed-off-by: udit <udit@chaosnative.com>

* update workflow hub link to 1.13.2

Signed-off-by: udit <udit@chaosnative.com>

* Chore(cleanup): Remove unwanted files (#426)

Signed-off-by: udit <udit@chaosnative.com>

Co-authored-by: udit <udit@chaosnative.com>

* update workflow hub link to 1.13.2

Signed-off-by: udit <udit@chaosnative.com>

* update(workflows): Updating k8Probe schema inside workflows (#428)

Signed-off-by: shubhamchaudhary <shubham@chaosnative.com>
Signed-off-by: udit <udit@chaosnative.com>

Co-authored-by: oumkale <oum.kale@mayadata.io>
Co-authored-by: Shubham Chaudhary <shubham.chaudhary@mayadata.io>
Co-authored-by: udit <udit@chaosnative.com>
Co-authored-by: litmusbot <litmuschaos@gmail.com>
  • Loading branch information
5 people authored Mar 15, 2021
1 parent f60c99b commit 77b3576
Show file tree
Hide file tree
Showing 101 changed files with 3,580 additions and 1,658 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ versionmaker:
.PHONY: combineExpCR
combineExpCR:
@echo "--------Combining Experiments CR-------"
go run ./scripts/combine-all-crs.go
./scripts/combine-experiments

.PHONY: push
push:
Expand Down
2 changes: 1 addition & 1 deletion charts/cassandra/cassandra-pod-delete/experiment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
- "update"
- "delete"
- "deletecollection"
image: "litmuschaos/go-runner:1.13.0"
image: "litmuschaos/go-runner:1.13.2"
imagePullPolicy: Always
args:
- -c
Expand Down
5 changes: 4 additions & 1 deletion charts/cassandra/cassandra-pod-delete/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,11 @@ metadata:
app.kubernetes.io/part-of: litmus
rules:
- apiGroups: [""]
resources: ["pods","pods/exec","pods/log","events","services"]
resources: ["pods","events","services"]
verbs: ["create","list","get","patch","update","delete","deletecollection"]
- apiGroups: [""]
resources: ["pods/exec","pods/log"]
verbs: ["create","list","get"]
- apiGroups: ["batch"]
resources: ["jobs"]
verbs: ["create","list","get","delete","deletecollection"]
Expand Down
2 changes: 1 addition & 1 deletion charts/cassandra/experiments.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
- "update"
- "delete"
- "deletecollection"
image: "litmuschaos/go-runner:1.13.0"
image: "litmuschaos/go-runner:1.13.2"
imagePullPolicy: Always
args:
- -c
Expand Down
2 changes: 1 addition & 1 deletion charts/generic/container-kill/engine_nginx_getstarted.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
value: '20'

- name: LIB_IMAGE
value: 'litmuschaos/go-runner:1.13.0'
value: 'litmuschaos/go-runner:1.13.2'

# provide the name of container runtime
# it supports docker, containerd, crio
Expand Down
8 changes: 4 additions & 4 deletions charts/generic/container-kill/experiment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
name: container-kill
app.kubernetes.io/part-of: litmus
app.kubernetes.io/component: chaosexperiment
app.kubernetes.io/version: 1.13.0
app.kubernetes.io/version: 1.13.2
spec:
definition:
scope: Namespaced
Expand Down Expand Up @@ -44,7 +44,7 @@ spec:
- "patch"
- "delete"
- "deletecollection"
image: "litmuschaos/go-runner:1.13.0"
image: "litmuschaos/go-runner:1.13.2"
imagePullPolicy: Always
args:
- -c
Expand Down Expand Up @@ -93,7 +93,7 @@ spec:
value: ''

- name: LIB_IMAGE
value: 'litmuschaos/go-runner:1.13.0'
value: 'litmuschaos/go-runner:1.13.2'

## it defines the sequence of chaos execution for multiple target pods
## supported values: serial, parallel
Expand All @@ -104,4 +104,4 @@ spec:
name: container-kill
app.kubernetes.io/part-of: litmus
app.kubernetes.io/component: experiment-job
app.kubernetes.io/version: 1.13.0
app.kubernetes.io/version: 1.13.2
5 changes: 4 additions & 1 deletion charts/generic/container-kill/rbac-psp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,11 @@ metadata:
app.kubernetes.io/part-of: litmus
rules:
- apiGroups: [""]
resources: ["pods","pods/exec","pods/log","events","replicationcontrollers"]
resources: ["pods","events"]
verbs: ["create","list","get","patch","update","delete","deletecollection"]
- apiGroups: [""]
resources: ["pods/exec","pods/log","replicationcontrollers"]
verbs: ["list","get","create"]
- apiGroups: ["batch"]
resources: ["jobs"]
verbs: ["create","list","get","delete","deletecollection"]
Expand Down
5 changes: 4 additions & 1 deletion charts/generic/container-kill/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,11 @@ metadata:
app.kubernetes.io/part-of: litmus
rules:
- apiGroups: [""]
resources: ["pods","pods/exec","pods/log","events","replicationcontrollers"]
resources: ["pods","events"]
verbs: ["create","list","get","patch","update","delete","deletecollection"]
- apiGroups: [""]
resources: ["pods/exec","pods/log","replicationcontrollers"]
verbs: ["list","get","create"]
- apiGroups: ["batch"]
resources: ["jobs"]
verbs: ["create","list","get","delete","deletecollection"]
Expand Down
5 changes: 4 additions & 1 deletion charts/generic/container-kill/rbac_nginx_getstarted.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,11 @@ metadata:
name: container-kill-sa
rules:
- apiGroups: [""]
resources: ["pods","pods/exec","pods/log","events","replicationcontrollers"]
resources: ["pods","events"]
verbs: ["create","list","get","patch","update","delete","deletecollection"]
- apiGroups: [""]
resources: ["pods/exec","pods/log","replicationcontrollers"]
verbs: ["list","get","create"]
- apiGroups: ["batch"]
resources: ["jobs"]
verbs: ["create","list","get","delete","deletecollection"]
Expand Down
11 changes: 7 additions & 4 deletions charts/generic/disk-fill/experiment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
name: disk-fill
app.kubernetes.io/part-of: litmus
app.kubernetes.io/component: chaosexperiment
app.kubernetes.io/version: 1.13.0
app.kubernetes.io/version: 1.13.2
spec:
definition:
scope: Cluster
Expand Down Expand Up @@ -45,7 +45,7 @@ spec:
- "update"
- "delete"
- "deletecollection"
image: "litmuschaos/go-runner:1.13.0"
image: "litmuschaos/go-runner:1.13.2"
imagePullPolicy: Always
args:
- -c
Expand Down Expand Up @@ -75,12 +75,15 @@ spec:
- name: TARGET_PODS
value: ''

- name: EPHEMERAL_STORAGE_MEBIBYTES
value: ''

## percentage of total pods to target
- name: PODS_AFFECTED_PERC
value: ''

- name: LIB_IMAGE
value: 'litmuschaos/go-runner:1.13.0'
value: 'litmuschaos/go-runner:1.13.2'

# Provide the container runtime path
# Default set to docker container path
Expand All @@ -96,4 +99,4 @@ spec:
name: disk-fill
app.kubernetes.io/part-of: litmus
app.kubernetes.io/component: experiment-job
app.kubernetes.io/version: 1.13.0
app.kubernetes.io/version: 1.13.2
5 changes: 4 additions & 1 deletion charts/generic/disk-fill/rbac-psp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,11 @@ metadata:
app.kubernetes.io/part-of: litmus
rules:
- apiGroups: [""]
resources: ["pods","pods/exec","pods/log","events","replicationcontrollers"]
resources: ["pods","events"]
verbs: ["create","list","get","patch","update","delete","deletecollection"]
- apiGroups: [""]
resources: ["pods/exec","pods/log","replicationcontrollers"]
verbs: ["list","get","create"]
- apiGroups: ["batch"]
resources: ["jobs"]
verbs: ["create","list","get","delete","deletecollection"]
Expand Down
5 changes: 4 additions & 1 deletion charts/generic/disk-fill/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,11 @@ metadata:
app.kubernetes.io/part-of: litmus
rules:
- apiGroups: [""]
resources: ["pods","pods/exec","pods/log","events","replicationcontrollers"]
resources: ["pods","events"]
verbs: ["create","list","get","patch","update","delete","deletecollection"]
- apiGroups: [""]
resources: ["pods/exec","pods/log","replicationcontrollers"]
verbs: ["list","get","create"]
- apiGroups: ["batch"]
resources: ["jobs"]
verbs: ["create","list","get","delete","deletecollection"]
Expand Down
Loading

0 comments on commit 77b3576

Please sign in to comment.