mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 11:21:47 +00:00
controller: skip copying selector annotations from deployments
This commit is contained in:
parent
8675adf138
commit
baa0c6d9de
@ -125,6 +125,8 @@ var annotationsToSkip = map[string]bool{
|
||||
RevisionAnnotation: true,
|
||||
DesiredReplicasAnnotation: true,
|
||||
MaxReplicasAnnotation: true,
|
||||
OverlapAnnotation: true,
|
||||
SelectorUpdateAnnotation: true,
|
||||
}
|
||||
|
||||
// skipCopyAnnotation returns true if we should skip copying the annotation with the given annotation key
|
||||
|
Loading…
Reference in New Issue
Block a user