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:
|
spec:
|
||||||
displayName: network
|
displayName: network
|
||||||
description: >
|
description: >
|
||||||
Contains chaos to disrupt network connectivity of kubernetes pods
|
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
|
||||||
Examples include network-delay, network-loss
|
- pod-nw-delay-exp.yaml
|
||||||
keywords:
|
keywords:
|
||||||
- Kubernetes
|
- Kubernetes
|
||||||
- Network
|
- Network
|
||||||
@@ -32,3 +32,6 @@ spec:
|
|||||||
icon:
|
icon:
|
||||||
- base64data: ""
|
- base64data: ""
|
||||||
mediatype: ""
|
mediatype: ""
|
||||||
|
experiments:
|
||||||
|
- pod-nw-delay-exp.yaml
|
||||||
|
|
||||||
|
@@ -11,8 +11,8 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
displayName: network
|
displayName: network
|
||||||
description: >
|
description: >
|
||||||
Contains chaos to disrupt network connectivity of kubernetes pods
|
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
|
||||||
Examples include network-delay, network-loss
|
- pod-nw-delay-exp.yaml
|
||||||
keywords:
|
keywords:
|
||||||
- Kubernetes
|
- Kubernetes
|
||||||
- Network
|
- Network
|
||||||
@@ -32,3 +32,6 @@ spec:
|
|||||||
icon:
|
icon:
|
||||||
- base64data: ""
|
- base64data: ""
|
||||||
mediatype: ""
|
mediatype: ""
|
||||||
|
experiments:
|
||||||
|
- pod-nw-delay-exp.yaml
|
||||||
|
|
||||||
|
@@ -11,8 +11,9 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
displayName: state
|
displayName: state
|
||||||
description: >
|
description: >
|
||||||
Contains chaos to disrupt state of kubernetes resources.
|
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
|
||||||
Examples include pod-delete, container-kill
|
- container-kill-exp.yaml
|
||||||
|
- pod-delete-exp.yaml
|
||||||
keywords:
|
keywords:
|
||||||
- Kubernetes
|
- Kubernetes
|
||||||
- State
|
- State
|
||||||
@@ -30,5 +31,8 @@ spec:
|
|||||||
- name: Source Code
|
- name: Source Code
|
||||||
url: https://github.com/kubernetes/kubernetes
|
url: https://github.com/kubernetes/kubernetes
|
||||||
icon:
|
icon:
|
||||||
- base64data: ""
|
- url:
|
||||||
mediatype: ""
|
mediatype: ""
|
||||||
|
experiments:
|
||||||
|
- container-kill-exp.yaml
|
||||||
|
- pod-delete-exp.yaml
|
||||||
|
@@ -11,8 +11,9 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
displayName: state
|
displayName: state
|
||||||
description: >
|
description: >
|
||||||
Contains chaos to disrupt state of kubernetes resources.
|
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
|
||||||
Examples include pod-delete, container-kill
|
- container-kill-exp.yaml
|
||||||
|
- pod-delete-exp.yaml
|
||||||
keywords:
|
keywords:
|
||||||
- Kubernetes
|
- Kubernetes
|
||||||
- State
|
- State
|
||||||
@@ -30,5 +31,8 @@ spec:
|
|||||||
- name: Source Code
|
- name: Source Code
|
||||||
url: https://github.com/kubernetes/kubernetes
|
url: https://github.com/kubernetes/kubernetes
|
||||||
icon:
|
icon:
|
||||||
- base64data: ""
|
- url:
|
||||||
mediatype: ""
|
mediatype: ""
|
||||||
|
experiments:
|
||||||
|
- container-kill-exp.yaml
|
||||||
|
- pod-delete-exp.yaml
|
||||||
|
@@ -3,19 +3,19 @@ kind: ChartServiceVersion
|
|||||||
metadata:
|
metadata:
|
||||||
name: kubernetes-network-v0.1.0
|
name: kubernetes-network-v0.1.0
|
||||||
annotations:
|
annotations:
|
||||||
categories: "Kubernetes"
|
categories: "OpenEBS"
|
||||||
vendor: "CNCF"
|
vendor: "CNCF"
|
||||||
createdAt: 2019-08-12T10:28:08Z
|
createdAt: 2019-08-12T10:28:08Z
|
||||||
repository: https://github.com/litmuschaos/community-charts
|
repository: https://github.com/litmuschaos/community-charts
|
||||||
support: https://slack.kubernetes.io/
|
support: https://slack.openebs.io/
|
||||||
spec:
|
spec:
|
||||||
displayName: network
|
displayName: network
|
||||||
description: >
|
description: >
|
||||||
Contains chaos to disrupt network connectivity of kubernetes pods
|
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.
|
||||||
Examples include network-delay, network-loss
|
|
||||||
keywords:
|
keywords:
|
||||||
- Kubernetes
|
- Kubernetes
|
||||||
- Network
|
- Network
|
||||||
|
- OpenEBS
|
||||||
version: v0.1.0
|
version: v0.1.0
|
||||||
maturity: alpha
|
maturity: alpha
|
||||||
maintainers:
|
maintainers:
|
||||||
@@ -25,10 +25,10 @@ spec:
|
|||||||
provider:
|
provider:
|
||||||
name: Mayadata
|
name: Mayadata
|
||||||
links:
|
links:
|
||||||
- name: Kubernetes Website
|
- name: OpenEBS Website
|
||||||
url: https://kubernetes.io
|
url: https://openebs.io
|
||||||
- name: Source Code
|
- name: Source Code
|
||||||
url: https://github.com/kubernetes/kubernetes
|
url: https://github.com/openebs/openebs
|
||||||
icon:
|
icon:
|
||||||
- base64data: ""
|
- base64data: ""
|
||||||
mediatype: ""
|
mediatype: ""
|
||||||
|
@@ -1,21 +1,21 @@
|
|||||||
apiVersion: litmuchaos.io/v1alpha1
|
apiVersion: litmuchaos.io/v1alpha1
|
||||||
kind: ChartServiceVersion
|
kind: ChartServiceVersion
|
||||||
metadata:
|
metadata:
|
||||||
name: kubernetes-network
|
name: openebs-network
|
||||||
annotations:
|
annotations:
|
||||||
categories: "Kubernetes"
|
categories: "OpenEBS"
|
||||||
vendor: "CNCF"
|
vendor: "CNCF"
|
||||||
createdAt: 2019-08-12T10:28:08Z
|
createdAt: 2019-08-12T10:28:08Z
|
||||||
repository: https://github.com/litmuschaos/community-charts
|
repository: https://github.com/litmuschaos/community-charts
|
||||||
support: https://slack.kubernetes.io/
|
support: https://slack.openebs.io/
|
||||||
spec:
|
spec:
|
||||||
displayName: network
|
displayName: network
|
||||||
description: >
|
description: >
|
||||||
Contains chaos to disrupt network connectivity of kubernetes pods
|
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.
|
||||||
Examples include network-delay, network-loss
|
|
||||||
keywords:
|
keywords:
|
||||||
- Kubernetes
|
- Kubernetes
|
||||||
- Network
|
- Network
|
||||||
|
- OpenEBS
|
||||||
version: {{ VERSION }}
|
version: {{ VERSION }}
|
||||||
maturity: alpha
|
maturity: alpha
|
||||||
maintainers:
|
maintainers:
|
||||||
@@ -25,10 +25,10 @@ spec:
|
|||||||
provider:
|
provider:
|
||||||
name: Mayadata
|
name: Mayadata
|
||||||
links:
|
links:
|
||||||
- name: Kubernetes Website
|
- name: OpenEBS Website
|
||||||
url: https://kubernetes.io
|
url: https://openebs.io
|
||||||
- name: Source Code
|
- name: Source Code
|
||||||
url: https://github.com/kubernetes/kubernetes
|
url: https://github.com/openebs/openebs
|
||||||
icon:
|
icon:
|
||||||
- base64data: ""
|
- base64data: ""
|
||||||
mediatype: ""
|
mediatype: ""
|
||||||
|
@@ -12,18 +12,11 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
displayName: OpenEBS
|
displayName: OpenEBS
|
||||||
description: >
|
description: >
|
||||||
**Kubernetes** is an open-source system for automating deployment, scaling, and management of containerized
|
**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
|
||||||
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.
|
|
||||||
|
|
||||||
* **StateChaos** - Injects random pod-level and container level-failures against specified app replicas
|
**State**
|
||||||
|
subcharts:
|
||||||
* **NetworkChaos** - Injects random network jitters, delays and packet loss on the app replica pods
|
- State
|
||||||
|
|
||||||
## Getting Started
|
|
||||||
|
|
||||||
* Learn more about these experiments [here](https://github.com/litmuschaos/litmus)
|
|
||||||
|
|
||||||
keywords:
|
keywords:
|
||||||
- OpenEBS
|
- OpenEBS
|
||||||
@@ -38,10 +31,10 @@ spec:
|
|||||||
provider:
|
provider:
|
||||||
name: Mayadata
|
name: Mayadata
|
||||||
links:
|
links:
|
||||||
- name: Kubernetes Website
|
- name: OpenEBS Website
|
||||||
url: https://kubernetes.io
|
url: https://openebs.io
|
||||||
- name: Source Code
|
- name: Source Code
|
||||||
url: https://github.com/kubernetes/kubernetes
|
url: https://github.com/openebs/openebs
|
||||||
icon:
|
icon:
|
||||||
- base64data: ""
|
- url:
|
||||||
mediatype: image/png
|
mediatype: image/png
|
||||||
|
@@ -8,22 +8,15 @@ metadata:
|
|||||||
createdAt: 2019-08-12T10:28:08Z
|
createdAt: 2019-08-12T10:28:08Z
|
||||||
repository: https://github.com/litmuschaos/community-charts
|
repository: https://github.com/litmuschaos/community-charts
|
||||||
support: https://slack.openebs.io/
|
support: https://slack.openebs.io/
|
||||||
description: Injects generic kubernetes chaos
|
description: Injects generic openebs chaos
|
||||||
spec:
|
spec:
|
||||||
displayName: Kubernetes
|
displayName: OpenEBS
|
||||||
description: >
|
description: >
|
||||||
**Kubernetes** is an open-source system for automating deployment, scaling, and management of containerized
|
**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
|
||||||
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.
|
|
||||||
|
|
||||||
* **StateChaos** - Injects random pod-level and container level-failures against specified app replicas
|
**State**
|
||||||
|
subcharts:
|
||||||
* **NetworkChaos** - Injects random network jitters, delays and packet loss on the app replica pods
|
- State
|
||||||
|
|
||||||
## Getting Started
|
|
||||||
|
|
||||||
* Learn more about these experiments [here](https://github.com/litmuschaos/litmus)
|
|
||||||
|
|
||||||
keywords:
|
keywords:
|
||||||
- OpenEBS
|
- OpenEBS
|
||||||
@@ -38,10 +31,10 @@ spec:
|
|||||||
provider:
|
provider:
|
||||||
name: Mayadata
|
name: Mayadata
|
||||||
links:
|
links:
|
||||||
- name: Kubernetes Website
|
- name: OpenEBS Website
|
||||||
url: https://kubernetes.io
|
url: https://openebs.io
|
||||||
- name: Source Code
|
- name: Source Code
|
||||||
url: https://github.com/kubernetes/kubernetes
|
url: https://github.com/openebs/openebs
|
||||||
icon:
|
icon:
|
||||||
- base64data: ""
|
- url:
|
||||||
mediatype: image/png
|
mediatype: image/png
|
||||||
|
@@ -1,18 +1,19 @@
|
|||||||
apiVersion: litmuchaos.io/v1alpha1
|
apiVersion: litmuchaos.io/v1alpha1
|
||||||
kind: ChartServiceVersion
|
kind: ChartServiceVersion
|
||||||
metadata:
|
metadata:
|
||||||
name: kubernetes-state-v0.1.0
|
name: openebs-state-v0.1.0
|
||||||
annotations:
|
annotations:
|
||||||
categories: "Kubernetes"
|
categories: "OpenEBS"
|
||||||
vendor: "CNCF"
|
vendor: "CNCF"
|
||||||
createdAt: 2019-08-12T10:28:08Z
|
createdAt: 2019-08-12T10:28:08Z
|
||||||
repository: https://github.com/litmuschaos/community-charts
|
repository: https://github.com/litmuschaos/community-charts
|
||||||
support: https://slack.kubernetes.io/
|
support: https://slack.openebs.io/
|
||||||
spec:
|
spec:
|
||||||
displayName: state
|
displayName: state
|
||||||
description: >
|
description: >
|
||||||
Contains chaos to disrupt state of kubernetes resources.
|
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
|
||||||
Examples include pod-delete, container-kill
|
- target-pod-delete-exp.yaml
|
||||||
|
|
||||||
keywords:
|
keywords:
|
||||||
- Kubernetes
|
- Kubernetes
|
||||||
- State
|
- State
|
||||||
@@ -26,9 +27,12 @@ spec:
|
|||||||
name: Mayadata
|
name: Mayadata
|
||||||
links:
|
links:
|
||||||
- name: Kubernetes Website
|
- name: Kubernetes Website
|
||||||
url: https://kubernetes.io
|
url: https://openebs.io
|
||||||
- name: Source Code
|
- name: Source Code
|
||||||
url: https://github.com/kubernetes/kubernetes
|
url: https://github.com/openebs/openebs
|
||||||
icon:
|
icon:
|
||||||
- base64data: ""
|
- url: ""
|
||||||
mediatype: ""
|
mediatype: ""
|
||||||
|
experiments:
|
||||||
|
- target-pod-delete-exp.yaml
|
||||||
|
|
||||||
|
@@ -1,21 +1,23 @@
|
|||||||
apiVersion: litmuchaos.io/v1alpha1
|
apiVersion: litmuchaos.io/v1alpha1
|
||||||
kind: ChartServiceVersion
|
kind: ChartServiceVersion
|
||||||
metadata:
|
metadata:
|
||||||
name: kubernetes-state
|
name: openebss-state
|
||||||
annotations:
|
annotations:
|
||||||
categories: "Kubernetes"
|
categories: "OpenEBS"
|
||||||
vendor: "CNCF"
|
vendor: "CNCF"
|
||||||
createdAt: 2019-08-12T10:28:08Z
|
createdAt: 2019-08-12T10:28:08Z
|
||||||
repository: https://github.com/litmuschaos/community-charts
|
repository: https://github.com/litmuschaos/community-charts
|
||||||
support: https://slack.kubernetes.io/
|
support: https://slack.openebs.io/
|
||||||
spec:
|
spec:
|
||||||
displayName: state
|
displayName: state
|
||||||
description: >
|
description: >
|
||||||
Contains chaos to disrupt state of kubernetes resources.
|
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
|
||||||
Examples include pod-delete, container-kill
|
- target-pod-delete-exp.yaml
|
||||||
|
|
||||||
keywords:
|
keywords:
|
||||||
- Kubernetes
|
- Kubernetes
|
||||||
- State
|
- State
|
||||||
|
- OpenEBS
|
||||||
version: {{ VERSION }}
|
version: {{ VERSION }}
|
||||||
maturity: alpha
|
maturity: alpha
|
||||||
maintainers:
|
maintainers:
|
||||||
@@ -26,9 +28,12 @@ spec:
|
|||||||
name: Mayadata
|
name: Mayadata
|
||||||
links:
|
links:
|
||||||
- name: Kubernetes Website
|
- name: Kubernetes Website
|
||||||
url: https://kubernetes.io
|
url: https://openebs.io
|
||||||
- name: Source Code
|
- name: Source Code
|
||||||
url: https://github.com/kubernetes/kubernetes
|
url: https://github.com/openebs/openebs
|
||||||
icon:
|
icon:
|
||||||
- base64data: ""
|
- url: ""
|
||||||
mediatype: ""
|
mediatype: ""
|
||||||
|
experiments:
|
||||||
|
- target-pod-delete-exp.yaml
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user