feat(charts): Adding EKS platform for generic experiments (#174)
Signed-off-by: shubhamchaudhary <shubham.chaudhary@mayadata.io>
This commit is contained in:
committed by
GitHub
parent
e6c9489a37
commit
160ed23ae5
@@ -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'
|
||||
|
||||
|
@@ -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:
|
||||
|
Reference in New Issue
Block a user