--
You received this message because you are subscribed to the Google Groups "Kubernetes user discussion and Q&A" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kubernetes-users+unsubscribe@googlegroups.com.
To post to this group, send email to kubernetes-users@googlegroups.com.
Visit this group at https://groups.google.com/group/kubernetes-users.
For more options, visit https://groups.google.com/d/optout.
Let say I added the ENV as EMAIL-TO as x...@abc.com and this will update in the kapacitor config while start the pod and send alerts to this address. Later if we want to add some more address in it means, we update the configmap.
Without restarting the kapacitor container the changes won't affect on it.
For this change to take effect I need to restart all the 3 container in the influx-grafana pod.
Later if we want to add some more address in it means, we update the configmap.