v-m/alertmanager: Bring up replicas in parallel
If something prevents the first AlertManager instance from starting, we don't want to wait forever for it before starting the second. That pretty much defeats the purpose of having two instances. Fortunately, we can configure Kubernetes to bring up both instances simultaneously by setting the pod management policyo to `Parallel`.pull/83/head
parent
e605e3d1ea
commit
25d34efb4c
|
@ -70,6 +70,7 @@ spec:
|
|||
- name: config
|
||||
configMap:
|
||||
name: alertmanager
|
||||
podManagementPolicy: Parallel
|
||||
volumeClaimTemplates:
|
||||
- apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
|
|
Loading…
Reference in New Issue