Skip to content

Commit

Permalink
Merge pull request #2988 from sbueringer/pr-terminat
Browse files Browse the repository at this point in the history
🌱 Set terminationMessagePolicy to FallbackToLogsOnError for all managers
  • Loading branch information
k8s-ci-robot authored May 13, 2024
2 parents 640fe22 + a285bf8 commit 211331c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ spec:
- ALL
runAsUser: 65532
runAsGroup: 65532
terminationMessagePolicy: FallbackToLogsOnError
securityContext:
runAsNonRoot: true
seccompProfile:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ spec:
privileged: false
runAsUser: 65532
runAsGroup: 65532
terminationMessagePolicy: FallbackToLogsOnError
terminationGracePeriodSeconds: 10
serviceAccountName: manager
tolerations:
Expand Down
1 change: 1 addition & 0 deletions test/infrastructure/vcsim/config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ spec:
privileged: false
runAsUser: 65532
runAsGroup: 65532
terminationMessagePolicy: FallbackToLogsOnError
terminationGracePeriodSeconds: 10
serviceAccountName: manager
tolerations:
Expand Down

0 comments on commit 211331c

Please sign in to comment.