feat(kafka): Adding EKS platform to kafka-broker-pod-failure (#182)

Signed-off-by: shubhamchaudhary <shubham.chaudhary@mayadata.io>
This commit is contained in:
Shubham Chaudhary
2020-03-16 21:54:44 +05:30
committed by GitHub
parent 7e33cebd2b
commit c92f4db433
8 changed files with 18 additions and 11 deletions

View File

@@ -30,9 +30,9 @@ spec:
- name: CHAOS_NAMESPACE
value: ''
# Only GCP and AWS is supported
# GKE and AWS supported
- name: CLOUD_PLATFORM
value: 'GCP'
value: 'GKE'
# Enter the time duration in sec after the disk is dettached
- name: TOTAL_CHAOS_DURATION

View File

@@ -64,9 +64,9 @@ spec:
- name: CHAOS_NAMESPACE
value: ''
# It supports GCP and AWS
# GKE and AWS supported
- name: CLOUD_PLATFORM
value: 'GCP'
value: 'GKE'
- name: PROJECT_ID
value: ''