1
0
Fork 0

v-m/vmagent: Start in parallel

As with AlertManager, the point of having multiple replicas of `vmagent`
is so that one is always running, even if the other fails.  Thus, we
want to start the pods in parallel so that if the first one does not
come up, the second one at least has a chance.
pull/83/head
Dustin 2025-09-07 10:49:22 -05:00
parent 25d34efb4c
commit 4c1992b3c9
1 changed files with 1 additions and 0 deletions

View File

@ -138,3 +138,4 @@ spec:
name: vmagent
- name: tmpdata
emptyDir: {}
podManagementPolicy: Parallel