Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change podManagementPolicy to Parallel for statefulsets #388

Merged
merged 2 commits into from
Feb 3, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions deploy/helm/sumologic/templates/events-statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ spec:
app: {{ printf "%s-events" (include "sumologic.labels.app" .) }}
{{- include "sumologic.labels.common" . | nindent 8 }}
spec:
podManagementPolicy: "Parallel"
serviceAccountName: {{ template "sumologic.fullname" . }}
{{- if .Values.eventsStatefulset.nodeSelector }}
nodeSelector:
Expand Down
1 change: 1 addition & 0 deletions deploy/helm/sumologic/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ spec:
app: {{ template "sumologic.labels.app" . }}
{{- include "sumologic.labels.common" . | nindent 8 }}
spec:
podManagementPolicy: "Parallel"
serviceAccountName: {{ template "sumologic.fullname" . }}
{{- if .Values.statefulset.nodeSelector }}
nodeSelector:
Expand Down
2 changes: 2 additions & 0 deletions deploy/kubernetes/fluentd-sumologic.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,7 @@ spec:
app: collection-sumologic-events

spec:
podManagementPolicy: "Parallel"
serviceAccountName: collection-sumologic
volumes:
- name: pos-files
Expand Down Expand Up @@ -550,6 +551,7 @@ spec:
app: collection-sumologic

spec:
podManagementPolicy: "Parallel"
serviceAccountName: collection-sumologic
volumes:
- name: pos-files
Expand Down