Chart edits

This commit is contained in:
ajesh
2019-09-06 19:09:28 +05:30
parent 8eeeabc858
commit dd01960e80
12 changed files with 98 additions and 97 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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: ""

View File

@@ -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: ""

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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