mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 14:07:14 +00:00
Merge pull request #31619 from kargakis/ignore-selector-annotations
Automatic merge from submit-queue controller: skip copying selector annotations from deployments @kubernetes/deployment
This commit is contained in:
commit
f90fc5ffb1
@ -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