mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
add comment on rev history length limit
This commit is contained in:
parent
9546fd540e
commit
9418affa4d
@ -125,6 +125,7 @@ func (dc *DeploymentController) getAllReplicaSetsAndSyncRevision(d *apps.Deploym
|
||||
}
|
||||
|
||||
const (
|
||||
// limit revision history length to 100 element (~2000 chars)
|
||||
maxRevHistoryLengthInChars = 2000
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user