mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-21 09:57:52 +00:00
add comment on rev history length limit
This commit is contained in:
@@ -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
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user