Skip to content

Commit 97f446d

Browse files
committed
Had problems with pods not terminating
and though it looked like unhealthy nodes I see no reason for a longer grace period with neither tail nor kafkacat.
1 parent 68b829b commit 97f446d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

logs-streaming/logs-kube-kafka-raw.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ spec:
2020
version: v1
2121
kubernetes.io/cluster-service: "true"
2222
spec:
23+
# maybe the /bin/sh does not forward signals?
24+
terminationGracePeriodSeconds: 5
2325
containers:
2426
- name: kafkacat
2527
image: solsson/kafkacat@sha256:ebebf47061300b14a4b4c2e1e4303ab29f65e4b95d34af1b14bb8f7ec6da7cef

0 commit comments

Comments
 (0)