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
Problem: OLM does not set the revision history limit for deployments it
creates for an operator. This value defaults to 10. If OLM has to update
a deployment multiple times when reconciling a CSV, up to 11 replicaSets
may exist.
Solution: Have OLM set the revision history limit on deployments to 1,
keeping only the current and previous replicaSets for a deployment.
0 commit comments