mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +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,
|
RevisionAnnotation: true,
|
||||||
DesiredReplicasAnnotation: true,
|
DesiredReplicasAnnotation: true,
|
||||||
MaxReplicasAnnotation: true,
|
MaxReplicasAnnotation: true,
|
||||||
|
OverlapAnnotation: true,
|
||||||
|
SelectorUpdateAnnotation: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
// skipCopyAnnotation returns true if we should skip copying the annotation with the given annotation key
|
// skipCopyAnnotation returns true if we should skip copying the annotation with the given annotation key
|
||||||
|
Loading…
Reference in New Issue
Block a user