File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ import (
1515var knownLabelsAnnotations = map [string ]string {
1616 // core
1717 api .LabelHostname : "" ,
18+ api .LabelTopologyZone : "" ,
19+ api .LabelTopologyRegion : "" ,
1820 api .LabelZoneFailureDomain : "" ,
1921 api .LabelZoneRegion : "" ,
20- api .LabelZoneFailureDomainStable : "" ,
21- api .LabelZoneRegionStable : "" ,
2222 api .LabelInstanceType : "" ,
2323 api .LabelInstanceTypeStable : "" ,
2424 api .LabelOSStable : "" ,
@@ -54,6 +54,8 @@ var knownLabelsAnnotations = map[string]string{
5454 api .TaintNodeDiskPressure : "" ,
5555 api .TaintNodeNetworkUnavailable : "" ,
5656 api .TaintNodePIDPressure : "" ,
57+ api .LabelMetadataName : "" ,
58+ api .LabelNodeExcludeBalancers : "" ,
5759
5860 // networking
5961 networking .AnnotationIsDefaultIngressClass : "" ,
You can’t perform that action at this time.
0 commit comments