You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Configure securityContext for AlertManager statefulset.
AlertManager became a non-root image some time ago. Since in StatefulSet
variant it writes some state to an external PV, which is usually
ext4-formatted and root-owned, this prevents AM from writing to the PV.
Prometheus had a similar issue which has been resolved by adding
`securityContext` to the StatefulSet in
#244; let's do the same for
AlertManager.
Signed-off-by: Milan Plzik <[email protected]>
0 commit comments