diff --git a/charts/coredns/coredns.chartserviceversion.yaml b/charts/coredns/coredns.chartserviceversion.yaml index cba8f6e..dc778cc 100644 --- a/charts/coredns/coredns.chartserviceversion.yaml +++ b/charts/coredns/coredns.chartserviceversion.yaml @@ -3,7 +3,7 @@ kind: ChartServiceVersion metadata: createdAt: 2019-12-30T10:28:08Z name: coredns - version: 0.1.2 + version: 0.1.3 annotations: categories: Kubernetes chartDescription: Injects coredns chaos diff --git a/charts/generic/experiments.yaml b/charts/generic/experiments.yaml index 2672b30..0f72e46 100644 --- a/charts/generic/experiments.yaml +++ b/charts/generic/experiments.yaml @@ -466,9 +466,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: '' diff --git a/charts/generic/generic.chartserviceversion.yaml b/charts/generic/generic.chartserviceversion.yaml index a4bbc87..5e25874 100644 --- a/charts/generic/generic.chartserviceversion.yaml +++ b/charts/generic/generic.chartserviceversion.yaml @@ -3,7 +3,7 @@ kind: ChartServiceVersion metadata: createdAt: 2019-09-26T10:28:08Z name: generic - version: 0.1.10 + version: 0.1.11 annotations: categories: Kubernetes chartDescription: Injects generic kubernetes chaos diff --git a/charts/kafka/experiments.yaml b/charts/kafka/experiments.yaml index 3ff1375..94e3944 100644 --- a/charts/kafka/experiments.yaml +++ b/charts/kafka/experiments.yaml @@ -62,8 +62,13 @@ spec: - name: KAFKA_LIVENESS_IMAGE 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 - value: '30000' + value: '30000' #in ms - name: TOTAL_CHAOS_DURATION value: '15' @@ -185,8 +190,9 @@ spec: - name: ZONE_NAME value: '' + # GKE and AWS supported - name: CLOUD_PLATFORM - value: 'GCP' + value: 'GKE' - name: KAFKA_NAMESPACE value: '' diff --git a/charts/openebs/experiments.yaml b/charts/openebs/experiments.yaml index 14109b6..10788cf 100644 --- a/charts/openebs/experiments.yaml +++ b/charts/openebs/experiments.yaml @@ -168,9 +168,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: ''