Skip to content

Commit

Permalink
Merge pull request kubernetes#126 from enxebre/fix-BasicIgnoredLabels
Browse files Browse the repository at this point in the history
BUG 1803639: UPSTREAM: <carry>: openshift: Add topology.kubernetes.io labels to be ignored when comparing similar node groups
  • Loading branch information
openshift-merge-robot committed Feb 19, 2020
2 parents 58cd3c9 + 51f92cc commit 237cf49
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ var BasicIgnoredLabels = map[string]bool{
apiv1.LabelHostname: true,
apiv1.LabelZoneFailureDomain: true,
apiv1.LabelZoneRegion: true,
apiv1.LabelZoneFailureDomainStable: true,
apiv1.LabelZoneRegionStable: true,
"beta.kubernetes.io/fluentd-ds-ready": true, // this is internal label used for determining if fluentd should be installed as deamon set. Used for migration 1.8 to 1.9.
"kops.k8s.io/instancegroup": true, // this is a label used by kops to identify "instance group" names. it's value is variable, defeating check of similar node groups
}
Expand Down

0 comments on commit 237cf49

Please sign in to comment.