mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 04:33:26 +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 (
|
const (
|
||||||
|
// limit revision history length to 100 element (~2000 chars)
|
||||||
maxRevHistoryLengthInChars = 2000
|
maxRevHistoryLengthInChars = 2000
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user