aboutsummaryrefslogtreecommitdiff
path: root/zookeeper
diff options
context:
space:
mode:
authorStaffan Olsson <staffan@repos.se>2017-06-27 12:26:52 +0200
committerStaffan Olsson <staffan@repos.se>2017-06-27 12:26:54 +0200
commit411192d3d6bc06984d93556fa5867225203d8aed (patch)
treea6a989483ec43ae1dc759c599478cdfe05d9aa3e /zookeeper
parente5ba57eba0131adb3bc7a20f1323489e63aeb715 (diff)
downloadkubernetes-kafka-411192d3d6bc06984d93556fa5867225203d8aed.tar.gz
kubernetes-kafka-411192d3d6bc06984d93556fa5867225203d8aed.tar.bz2
kubernetes-kafka-411192d3d6bc06984d93556fa5867225203d8aed.zip
Reverts to default termination period, and uses bash for "shell form"...
as Alpine's /bin/busybox (ash) does not forward signals, according to https://pracucci.com/graceful-shutdown-of-kubernetes-pods.html The reason for the termination period change is that we haven't observed any termination behavior yet so we can't know how slow it might be.
Diffstat (limited to 'zookeeper')
-rw-r--r--zookeeper/50pzoo.yml4
-rw-r--r--zookeeper/51zoo.yml4
2 files changed, 4 insertions, 4 deletions
diff --git a/zookeeper/50pzoo.yml b/zookeeper/50pzoo.yml
index da1ba81..7b949ce 100644
--- a/zookeeper/50pzoo.yml
+++ b/zookeeper/50pzoo.yml
@@ -15,7 +15,7 @@ spec:
prometheus.io/scrape: "true"
prometheus.io/port: "5556"
spec:
- terminationGracePeriodSeconds: 10
+ terminationGracePeriodSeconds: 30
containers:
- name: metrics
image: solsson/kafka-prometheus-jmx-exporter@sha256:1f7c96c287a2dbec1d909cd8f96c0656310239b55a9a90d7fd12c81f384f1f7d
@@ -40,7 +40,7 @@ spec:
- name: JMX_PORT
value: "5555"
command:
- - sh
+ - /bin/bash
- -c
- >
set -e;
diff --git a/zookeeper/51zoo.yml b/zookeeper/51zoo.yml
index f4f6298..b73db29 100644
--- a/zookeeper/51zoo.yml
+++ b/zookeeper/51zoo.yml
@@ -15,7 +15,7 @@ spec:
prometheus.io/scrape: "true"
prometheus.io/port: "5556"
spec:
- terminationGracePeriodSeconds: 10
+ terminationGracePeriodSeconds: 30
containers:
- name: metrics
image: solsson/kafka-prometheus-jmx-exporter@sha256:1f7c96c287a2dbec1d909cd8f96c0656310239b55a9a90d7fd12c81f384f1f7d
@@ -40,7 +40,7 @@ spec:
- name: JMX_PORT
value: "5555"
command:
- - sh
+ - /bin/bash
- -c
- >
set -e;