You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AKSLabelMode=AKSLabelDomain+"/mode"// "system" or "user"
113
+
AKSLabelMode=AKSLabelDomain+"/mode"// "system" or "user"
114
+
AKSLabelScaleSetPriority=AKSLabelDomain+"/scalesetpriority"// "spot" or "regular". Note that "regular" is never written by AKS as a label but we write it to make scheduling easier
// Deprecated Labels -- note that these are not expected in kubelet labels or on the node.
2337
2340
// They are written by CloudProvider so don't need to be sent to kubelet, and they aren't required on the node object because Karpenter does a mapping from
2338
2341
// the new labels to the old labels for compatibility.
0 commit comments