1138: version upgraded for chaos-charts

This commit is contained in:
Travis CI
2020-07-20 15:03:43 +00:00
parent b5dbc57d02
commit eb5a49065a
10 changed files with 47 additions and 16 deletions

View File

@@ -7,7 +7,7 @@ description:
kind: ChaosExperiment
metadata:
name: pod-network-duplication
version: 0.1.1
version: 0.1.2
spec:
definition:
scope: Namespaced
@@ -40,18 +40,28 @@ spec:
env:
- name: TOTAL_CHAOS_DURATION
value: '60'
- name: RAMP_TIME
value: ''
- name: TARGET_CONTAINER
value: ''
- name: TC_IMAGE
value: 'gaiadocker/iproute2'
- name: NETWORK_INTERFACE
value: 'eth0'
- name: NETWORK_PACKET_DUPLICATION_PERCENTAGE
value: '100' # in percentage
- name: LIB
value: 'pumba'
- name: LIB_IMAGE
value: 'gaiaadm/pumba:0.6.5'
labels:
name: pod-network-duplication
@@ -420,7 +430,7 @@ description:
kind: ChaosExperiment
metadata:
name: pod-network-corruption
version: 0.1.11
version: 0.1.12
spec:
definition:
scope: Namespaced
@@ -463,6 +473,9 @@ spec:
- name: NETWORK_INTERFACE
value: 'eth0'
- name: TC_IMAGE
value: 'gaiadocker/iproute2'
- name: NETWORK_PACKET_CORRUPTION_PERCENTAGE
value: '100' #in PERCENTAGE
@@ -564,7 +577,7 @@ description:
kind: ChaosExperiment
metadata:
name: pod-network-loss
version: 0.1.16
version: 0.1.17
spec:
definition:
scope: Namespaced
@@ -607,6 +620,9 @@ spec:
- name: NETWORK_INTERFACE
value: 'eth0'
- name: TC_IMAGE
value: 'gaiadocker/iproute2'
- name: NETWORK_PACKET_LOSS_PERCENTAGE
value: '100' #in PERCENTAGE
@@ -716,7 +732,7 @@ description:
kind: ChaosExperiment
metadata:
name: pod-network-latency
version: 0.1.16
version: 0.1.17
spec:
definition:
scope: Namespaced
@@ -759,6 +775,9 @@ spec:
- name: LIB_IMAGE
value: 'gaiaadm/pumba:0.6.5'
- name: TC_IMAGE
value: 'gaiadocker/iproute2'
- name: NETWORK_LATENCY
value: '60000' #in ms

View File

@@ -5,7 +5,7 @@ description:
kind: ChaosExperiment
metadata:
name: pod-network-corruption
version: 0.1.11
version: 0.1.12
spec:
definition:
scope: Namespaced

View File

@@ -5,7 +5,7 @@ description:
kind: ChaosExperiment
metadata:
name: pod-network-duplication
version: 0.1.1
version: 0.1.2
spec:
definition:
scope: Namespaced

View File

@@ -5,7 +5,7 @@ description:
kind: ChaosExperiment
metadata:
name: pod-network-latency
version: 0.1.16
version: 0.1.17
spec:
definition:
scope: Namespaced

View File

@@ -5,7 +5,7 @@ description:
kind: ChaosExperiment
metadata:
name: pod-network-loss
version: 0.1.16
version: 0.1.17
spec:
definition:
scope: Namespaced