feat(kafka): Adding EKS platform to kafka-broker-pod-failure (#182)
Signed-off-by: shubhamchaudhary <shubham.chaudhary@mayadata.io>
This commit is contained in:
committed by
GitHub
parent
7e33cebd2b
commit
c92f4db433
@@ -29,7 +29,7 @@ spec:
|
|||||||
|
|
||||||
# set cloud platform name
|
# set cloud platform name
|
||||||
- name: CLOUD_PLATFORM
|
- name: CLOUD_PLATFORM
|
||||||
value: 'GCP'
|
value: 'GKE'
|
||||||
|
|
||||||
# set app_check to check application state
|
# set app_check to check application state
|
||||||
- name: APP_CHECK
|
- name: APP_CHECK
|
||||||
|
@@ -53,9 +53,9 @@ spec:
|
|||||||
- name: CHAOS_NAMESPACE
|
- name: CHAOS_NAMESPACE
|
||||||
value: ''
|
value: ''
|
||||||
|
|
||||||
# It supports GCP and AWS
|
# GKE and AWS supported
|
||||||
- name: CLOUD_PLATFORM
|
- name: CLOUD_PLATFORM
|
||||||
value: 'GCP'
|
value: 'GKE'
|
||||||
|
|
||||||
- name: PROJECT_ID
|
- name: PROJECT_ID
|
||||||
value: ''
|
value: ''
|
||||||
|
@@ -66,8 +66,9 @@ spec:
|
|||||||
- name: ZONE_NAME
|
- name: ZONE_NAME
|
||||||
value: ''
|
value: ''
|
||||||
|
|
||||||
|
# GKE and AWS supported
|
||||||
- name: CLOUD_PLATFORM
|
- name: CLOUD_PLATFORM
|
||||||
value: 'GCP'
|
value: 'GKE'
|
||||||
|
|
||||||
- name: KAFKA_NAMESPACE
|
- name: KAFKA_NAMESPACE
|
||||||
value: ''
|
value: ''
|
||||||
|
@@ -42,9 +42,9 @@ spec:
|
|||||||
- name: KAFKA_PORT
|
- name: KAFKA_PORT
|
||||||
value: '9092'
|
value: '9092'
|
||||||
|
|
||||||
# in milliseconds
|
# Recommended timeout for EKS platform: 60000 ms
|
||||||
- name: KAFKA_CONSUMER_TIMEOUT
|
- name: KAFKA_CONSUMER_TIMEOUT
|
||||||
value: '70000'
|
value: '30000' # in milliseconds
|
||||||
|
|
||||||
# ensure to set the instance name if using KUDO operator
|
# ensure to set the instance name if using KUDO operator
|
||||||
- name: KAFKA_INSTANCE_NAME
|
- name: KAFKA_INSTANCE_NAME
|
||||||
|
@@ -60,8 +60,13 @@ spec:
|
|||||||
- name: KAFKA_LIVENESS_IMAGE
|
- name: KAFKA_LIVENESS_IMAGE
|
||||||
value: 'litmuschaos/kafka-client:ci'
|
value: 'litmuschaos/kafka-client:ci'
|
||||||
|
|
||||||
|
# set to 'enabled' if you have auth set up
|
||||||
|
- name: KAFKA_SASL_AUTH
|
||||||
|
value: 'disabled'
|
||||||
|
|
||||||
|
# Recommended timeout for EKS platform: 60000 ms
|
||||||
- name: KAFKA_CONSUMER_TIMEOUT
|
- name: KAFKA_CONSUMER_TIMEOUT
|
||||||
value: '30000'
|
value: '30000' #in ms
|
||||||
|
|
||||||
- name: TOTAL_CHAOS_DURATION
|
- name: TOTAL_CHAOS_DURATION
|
||||||
value: '15'
|
value: '15'
|
||||||
|
@@ -20,6 +20,7 @@ spec:
|
|||||||
- Kafka
|
- Kafka
|
||||||
platforms:
|
platforms:
|
||||||
- GKE
|
- GKE
|
||||||
|
- EKS
|
||||||
- konvoy
|
- konvoy
|
||||||
maturity: alpha
|
maturity: alpha
|
||||||
maintainers:
|
maintainers:
|
||||||
|
@@ -30,9 +30,9 @@ spec:
|
|||||||
- name: CHAOS_NAMESPACE
|
- name: CHAOS_NAMESPACE
|
||||||
value: ''
|
value: ''
|
||||||
|
|
||||||
# Only GCP and AWS is supported
|
# GKE and AWS supported
|
||||||
- name: CLOUD_PLATFORM
|
- name: CLOUD_PLATFORM
|
||||||
value: 'GCP'
|
value: 'GKE'
|
||||||
|
|
||||||
# Enter the time duration in sec after the disk is dettached
|
# Enter the time duration in sec after the disk is dettached
|
||||||
- name: TOTAL_CHAOS_DURATION
|
- name: TOTAL_CHAOS_DURATION
|
||||||
|
@@ -64,9 +64,9 @@ spec:
|
|||||||
- name: CHAOS_NAMESPACE
|
- name: CHAOS_NAMESPACE
|
||||||
value: ''
|
value: ''
|
||||||
|
|
||||||
# It supports GCP and AWS
|
# GKE and AWS supported
|
||||||
- name: CLOUD_PLATFORM
|
- name: CLOUD_PLATFORM
|
||||||
value: 'GCP'
|
value: 'GKE'
|
||||||
|
|
||||||
- name: PROJECT_ID
|
- name: PROJECT_ID
|
||||||
value: ''
|
value: ''
|
||||||
|
Reference in New Issue
Block a user