Chart edits
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -11,8 +11,8 @@ metadata:
|
||||
spec:
|
||||
displayName: network
|
||||
description: >
|
||||
Contains chaos to disrupt network connectivity of kubernetes pods
|
||||
Examples include network-delay, network-loss
|
||||
Kubernetes subchart networkChaos which contains chaos to disrupt network connectivity of kubernetes pods. Experiments can inject random network jitters, delays and packet loss on the app replica pods. Install will add the following experiments
|
||||
- pod-nw-delay-exp.yaml
|
||||
keywords:
|
||||
- Kubernetes
|
||||
- Network
|
||||
@@ -32,3 +32,6 @@ spec:
|
||||
icon:
|
||||
- base64data: ""
|
||||
mediatype: ""
|
||||
experiments:
|
||||
- pod-nw-delay-exp.yaml
|
||||
|
||||
|
@@ -11,8 +11,8 @@ metadata:
|
||||
spec:
|
||||
displayName: network
|
||||
description: >
|
||||
Contains chaos to disrupt network connectivity of kubernetes pods
|
||||
Examples include network-delay, network-loss
|
||||
Kubernetes subchart networkChaos which contains chaos to disrupt network connectivity of kubernetes pods. Experiments can inject random network jitters, delays and packet loss on the app replica pods. Install will add the following experiments
|
||||
- pod-nw-delay-exp.yaml
|
||||
keywords:
|
||||
- Kubernetes
|
||||
- Network
|
||||
@@ -32,3 +32,6 @@ spec:
|
||||
icon:
|
||||
- base64data: ""
|
||||
mediatype: ""
|
||||
experiments:
|
||||
- pod-nw-delay-exp.yaml
|
||||
|
||||
|
@@ -11,8 +11,9 @@ metadata:
|
||||
spec:
|
||||
displayName: state
|
||||
description: >
|
||||
Contains chaos to disrupt state of kubernetes resources.
|
||||
Examples include pod-delete, container-kill
|
||||
Kubernetes subchart sateChaos which contains chaos to disrupt state of kubernetes resources. Experiments can inject random pod-level and container level-failures against specified app replicas. Install will add the following experiments
|
||||
- container-kill-exp.yaml
|
||||
- pod-delete-exp.yaml
|
||||
keywords:
|
||||
- Kubernetes
|
||||
- State
|
||||
@@ -30,5 +31,8 @@ spec:
|
||||
- name: Source Code
|
||||
url: https://github.com/kubernetes/kubernetes
|
||||
icon:
|
||||
- base64data: ""
|
||||
- url:
|
||||
mediatype: ""
|
||||
experiments:
|
||||
- container-kill-exp.yaml
|
||||
- pod-delete-exp.yaml
|
||||
|
@@ -11,8 +11,9 @@ metadata:
|
||||
spec:
|
||||
displayName: state
|
||||
description: >
|
||||
Contains chaos to disrupt state of kubernetes resources.
|
||||
Examples include pod-delete, container-kill
|
||||
Kubernetes subchart sateChaos which contains chaos to disrupt state of kubernetes resources. Experiments can inject random pod-level and container level-failures against specified app replicas. Install will add the following experiments
|
||||
- container-kill-exp.yaml
|
||||
- pod-delete-exp.yaml
|
||||
keywords:
|
||||
- Kubernetes
|
||||
- State
|
||||
@@ -30,5 +31,8 @@ spec:
|
||||
- name: Source Code
|
||||
url: https://github.com/kubernetes/kubernetes
|
||||
icon:
|
||||
- base64data: ""
|
||||
- url:
|
||||
mediatype: ""
|
||||
experiments:
|
||||
- container-kill-exp.yaml
|
||||
- pod-delete-exp.yaml
|
||||
|
Reference in New Issue
Block a user