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:
Kubernetes Submit Queue 2016-08-29 12:57:52 -07:00 committed by GitHub
commit f90fc5ffb1

View File

@ -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