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
|
||||
|
@@ -3,19 +3,19 @@ kind: ChartServiceVersion
|
||||
metadata:
|
||||
name: kubernetes-network-v0.1.0
|
||||
annotations:
|
||||
categories: "Kubernetes"
|
||||
categories: "OpenEBS"
|
||||
vendor: "CNCF"
|
||||
createdAt: 2019-08-12T10:28:08Z
|
||||
repository: https://github.com/litmuschaos/community-charts
|
||||
support: https://slack.kubernetes.io/
|
||||
support: https://slack.openebs.io/
|
||||
spec:
|
||||
displayName: network
|
||||
description: >
|
||||
Contains chaos to disrupt network connectivity of kubernetes pods
|
||||
Examples include network-delay, network-loss
|
||||
OpenEBS 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.
|
||||
keywords:
|
||||
- Kubernetes
|
||||
- Network
|
||||
- OpenEBS
|
||||
version: v0.1.0
|
||||
maturity: alpha
|
||||
maintainers:
|
||||
@@ -25,10 +25,10 @@ spec:
|
||||
provider:
|
||||
name: Mayadata
|
||||
links:
|
||||
- name: Kubernetes Website
|
||||
url: https://kubernetes.io
|
||||
- name: OpenEBS Website
|
||||
url: https://openebs.io
|
||||
- name: Source Code
|
||||
url: https://github.com/kubernetes/kubernetes
|
||||
url: https://github.com/openebs/openebs
|
||||
icon:
|
||||
- base64data: ""
|
||||
mediatype: ""
|
||||
|
@@ -1,21 +1,21 @@
|
||||
apiVersion: litmuchaos.io/v1alpha1
|
||||
kind: ChartServiceVersion
|
||||
metadata:
|
||||
name: kubernetes-network
|
||||
name: openebs-network
|
||||
annotations:
|
||||
categories: "Kubernetes"
|
||||
categories: "OpenEBS"
|
||||
vendor: "CNCF"
|
||||
createdAt: 2019-08-12T10:28:08Z
|
||||
repository: https://github.com/litmuschaos/community-charts
|
||||
support: https://slack.kubernetes.io/
|
||||
support: https://slack.openebs.io/
|
||||
spec:
|
||||
displayName: network
|
||||
description: >
|
||||
Contains chaos to disrupt network connectivity of kubernetes pods
|
||||
Examples include network-delay, network-loss
|
||||
OpenEBS 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.
|
||||
keywords:
|
||||
- Kubernetes
|
||||
- Network
|
||||
- OpenEBS
|
||||
version: {{ VERSION }}
|
||||
maturity: alpha
|
||||
maintainers:
|
||||
@@ -25,10 +25,10 @@ spec:
|
||||
provider:
|
||||
name: Mayadata
|
||||
links:
|
||||
- name: Kubernetes Website
|
||||
url: https://kubernetes.io
|
||||
- name: OpenEBS Website
|
||||
url: https://openebs.io
|
||||
- name: Source Code
|
||||
url: https://github.com/kubernetes/kubernetes
|
||||
url: https://github.com/openebs/openebs
|
||||
icon:
|
||||
- base64data: ""
|
||||
mediatype: ""
|
||||
|
@@ -12,18 +12,11 @@ metadata:
|
||||
spec:
|
||||
displayName: OpenEBS
|
||||
description: >
|
||||
**Kubernetes** is an open-source system for automating deployment, scaling, and management of containerized
|
||||
applications. It groups containers that make up an application into logical units for easy management and discovery.
|
||||
Kubernetes builds upon 15 years of experience of running production workloads at Google, combined with best-of-breed
|
||||
ideas and practices from the community.
|
||||
**OpenEBS** is the most active Container Attached Storage project. OpenEBS enables your DevOps teams to have their own storage policies for every workload and it is truly Kubernetes native and 100% in userspace. Install all will install the following subcharts
|
||||
|
||||
* **StateChaos** - Injects random pod-level and container level-failures against specified app replicas
|
||||
|
||||
* **NetworkChaos** - Injects random network jitters, delays and packet loss on the app replica pods
|
||||
|
||||
## Getting Started
|
||||
|
||||
* Learn more about these experiments [here](https://github.com/litmuschaos/litmus)
|
||||
**State**
|
||||
subcharts:
|
||||
- State
|
||||
|
||||
keywords:
|
||||
- OpenEBS
|
||||
@@ -38,10 +31,10 @@ spec:
|
||||
provider:
|
||||
name: Mayadata
|
||||
links:
|
||||
- name: Kubernetes Website
|
||||
url: https://kubernetes.io
|
||||
- name: OpenEBS Website
|
||||
url: https://openebs.io
|
||||
- name: Source Code
|
||||
url: https://github.com/kubernetes/kubernetes
|
||||
url: https://github.com/openebs/openebs
|
||||
icon:
|
||||
- base64data: ""
|
||||
- url:
|
||||
mediatype: image/png
|
||||
|
@@ -8,22 +8,15 @@ metadata:
|
||||
createdAt: 2019-08-12T10:28:08Z
|
||||
repository: https://github.com/litmuschaos/community-charts
|
||||
support: https://slack.openebs.io/
|
||||
description: Injects generic kubernetes chaos
|
||||
description: Injects generic openebs chaos
|
||||
spec:
|
||||
displayName: Kubernetes
|
||||
displayName: OpenEBS
|
||||
description: >
|
||||
**Kubernetes** is an open-source system for automating deployment, scaling, and management of containerized
|
||||
applications. It groups containers that make up an application into logical units for easy management and discovery.
|
||||
Kubernetes builds upon 15 years of experience of running production workloads at Google, combined with best-of-breed
|
||||
ideas and practices from the community.
|
||||
**OpenEBS** is the most active Container Attached Storage project. OpenEBS enables your DevOps teams to have their own storage policies for every workload and it is truly Kubernetes native and 100% in userspace. Install all will install the following subcharts
|
||||
|
||||
* **StateChaos** - Injects random pod-level and container level-failures against specified app replicas
|
||||
|
||||
* **NetworkChaos** - Injects random network jitters, delays and packet loss on the app replica pods
|
||||
|
||||
## Getting Started
|
||||
|
||||
* Learn more about these experiments [here](https://github.com/litmuschaos/litmus)
|
||||
**State**
|
||||
subcharts:
|
||||
- State
|
||||
|
||||
keywords:
|
||||
- OpenEBS
|
||||
@@ -38,10 +31,10 @@ spec:
|
||||
provider:
|
||||
name: Mayadata
|
||||
links:
|
||||
- name: Kubernetes Website
|
||||
url: https://kubernetes.io
|
||||
- name: OpenEBS Website
|
||||
url: https://openebs.io
|
||||
- name: Source Code
|
||||
url: https://github.com/kubernetes/kubernetes
|
||||
url: https://github.com/openebs/openebs
|
||||
icon:
|
||||
- base64data: ""
|
||||
- url:
|
||||
mediatype: image/png
|
||||
|
@@ -1,18 +1,19 @@
|
||||
apiVersion: litmuchaos.io/v1alpha1
|
||||
kind: ChartServiceVersion
|
||||
metadata:
|
||||
name: kubernetes-state-v0.1.0
|
||||
name: openebs-state-v0.1.0
|
||||
annotations:
|
||||
categories: "Kubernetes"
|
||||
categories: "OpenEBS"
|
||||
vendor: "CNCF"
|
||||
createdAt: 2019-08-12T10:28:08Z
|
||||
repository: https://github.com/litmuschaos/community-charts
|
||||
support: https://slack.kubernetes.io/
|
||||
support: https://slack.openebs.io/
|
||||
spec:
|
||||
displayName: state
|
||||
description: >
|
||||
Contains chaos to disrupt state of kubernetes resources.
|
||||
Examples include pod-delete, container-kill
|
||||
OpenEBS subchart sateChaos which contains chaos to disrupt state of openebs control-plane and data-plane resources. Experiments can inject random pod-level and container level-failures against specified openebs replicas. Install will add the following experiments
|
||||
- target-pod-delete-exp.yaml
|
||||
|
||||
keywords:
|
||||
- Kubernetes
|
||||
- State
|
||||
@@ -26,9 +27,12 @@ spec:
|
||||
name: Mayadata
|
||||
links:
|
||||
- name: Kubernetes Website
|
||||
url: https://kubernetes.io
|
||||
url: https://openebs.io
|
||||
- name: Source Code
|
||||
url: https://github.com/kubernetes/kubernetes
|
||||
url: https://github.com/openebs/openebs
|
||||
icon:
|
||||
- base64data: ""
|
||||
- url: ""
|
||||
mediatype: ""
|
||||
experiments:
|
||||
- target-pod-delete-exp.yaml
|
||||
|
||||
|
@@ -1,21 +1,23 @@
|
||||
apiVersion: litmuchaos.io/v1alpha1
|
||||
kind: ChartServiceVersion
|
||||
metadata:
|
||||
name: kubernetes-state
|
||||
name: openebss-state
|
||||
annotations:
|
||||
categories: "Kubernetes"
|
||||
categories: "OpenEBS"
|
||||
vendor: "CNCF"
|
||||
createdAt: 2019-08-12T10:28:08Z
|
||||
repository: https://github.com/litmuschaos/community-charts
|
||||
support: https://slack.kubernetes.io/
|
||||
support: https://slack.openebs.io/
|
||||
spec:
|
||||
displayName: state
|
||||
description: >
|
||||
Contains chaos to disrupt state of kubernetes resources.
|
||||
Examples include pod-delete, container-kill
|
||||
OpenEBS subchart sateChaos which contains chaos to disrupt state of openebs control-plane and data-plane resources. Experiments can inject random pod-level and container level-failures against specified openebs replicas. Install will add the following experiments
|
||||
- target-pod-delete-exp.yaml
|
||||
|
||||
keywords:
|
||||
- Kubernetes
|
||||
- State
|
||||
- OpenEBS
|
||||
version: {{ VERSION }}
|
||||
maturity: alpha
|
||||
maintainers:
|
||||
@@ -26,9 +28,12 @@ spec:
|
||||
name: Mayadata
|
||||
links:
|
||||
- name: Kubernetes Website
|
||||
url: https://kubernetes.io
|
||||
url: https://openebs.io
|
||||
- name: Source Code
|
||||
url: https://github.com/kubernetes/kubernetes
|
||||
url: https://github.com/openebs/openebs
|
||||
icon:
|
||||
- base64data: ""
|
||||
- url: ""
|
||||
mediatype: ""
|
||||
experiments:
|
||||
- target-pod-delete-exp.yaml
|
||||
|
||||
|
Reference in New Issue
Block a user