feat(charts): Adding EKS platform for generic experiments (#174)

Signed-off-by: shubhamchaudhary <shubham.chaudhary@mayadata.io>
This commit is contained in:
Shubham Chaudhary
2020-03-14 17:15:24 +05:30
committed by GitHub
parent e6c9489a37
commit 160ed23ae5
11 changed files with 12 additions and 3 deletions

View File

@@ -21,6 +21,7 @@ spec:
- GKE
- Minikube
- Packet(Kubeadm)
- EKS
maturity: alpha
maintainers:
- name: ksatchit

View File

@@ -15,13 +15,13 @@ spec:
- Causes (forced/graceful) Disk Stress by filling up the Ephemeral Storage of the Pod using one of it containers.
- Causes Pod to get Evicted if the Pod exceeds it Ephemeral Storage Limit.
- Tests the Ephemeral Storage Limits, to ensure those parameters are sufficient.
keywords:
- Kubernetes
- Disk
- State
platforms:
- GKE
- EKS
maturity: alpha
chaosType: infra
maintainers:

View File

@@ -22,6 +22,7 @@ spec:
- Node
platforms:
- GKE
- EKS
maturity: alpha
chaosType: infra
maintainers:

View File

@@ -22,6 +22,7 @@ spec:
- AWS(KOPS)
- Packet(Kubeadm)
- Konvoy
- EKS
maturity: alpha
chaosType: infra
maintainers:

View File

@@ -49,7 +49,7 @@ spec:
value: 'default'
- name: TOTAL_CHAOS_DURATION
value: '60'
value: '120'
## specify the size as percent of total available memory (in percentage %)
## Default value "90%"
@@ -60,6 +60,7 @@ spec:
- name: RAMP_TIME
value: ''
# It supports GKE and EKS platform
- name: PLATFORM
value: 'GKE'

View File

@@ -14,7 +14,6 @@ spec:
Kubernetes Node memory hog contains chaos to disrupt the state of Kubernetes resources. Experiments can inject a memory spike on a node where the application pod is scheduled.
- Memory hog on a particular node where the application deployment is available.
- After the test, the recovery should be manual for the application pod and node in case they are not in an appropriate state.
keywords:
- Kubernetes
- Memory
@@ -22,6 +21,7 @@ spec:
- Node
platforms:
- GKE
- EKS
maturity: alpha
chaosType: infra
maintainers:

View File

@@ -21,6 +21,7 @@ spec:
- GKE
- Packet(Kubeadm)
- Minikube
- EKS
maturity: alpha
maintainers:
- name: ksatchit

View File

@@ -23,6 +23,7 @@ spec:
- Konvoy
- Packet(Kubeadm)
- Minikube
- EKS
maturity: alpha
maintainers:
- name: ksatchit

View File

@@ -22,6 +22,7 @@ spec:
- GKE
- Packet(Kubeadm)
- Minikube
- EKS
maturity: alpha
maintainers:
- name: LaumiH

View File

@@ -21,6 +21,7 @@ spec:
- GKE
- Minikube
- Packet(Kubeadm)
- EKS
maturity: alpha
maintainers:
- name: ksatchit

View File

@@ -21,6 +21,7 @@ spec:
- GKE
- Minikube
- Packet(Kubeadm)
- EKS
maturity: alpha
maintainers:
- name: ksatchit