mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 23:47:50 +00:00
Update user guide and scheduler documentation to describe node affinity.
Register image priority locality function, which the original PR that introduced it forgot to do. Change zone and region labels to beta.
This commit is contained in:
@@ -16,6 +16,7 @@ limitations under the License.
|
||||
|
||||
package unversioned
|
||||
|
||||
const LabelZoneFailureDomain = "failure-domain.alpha.kubernetes.io/zone"
|
||||
const LabelZoneRegion = "failure-domain.alpha.kubernetes.io/region"
|
||||
const LabelHostname = "kubernetes.io/hostname"
|
||||
const LabelZoneFailureDomain = "failure-domain.beta.kubernetes.io/zone"
|
||||
const LabelZoneRegion = "failure-domain.beta.kubernetes.io/region"
|
||||
const LabelInstanceType = "beta.kubernetes.io/instance-type"
|
||||
|
||||
Reference in New Issue
Block a user