Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
stop using beta.kubernetes.io/os and beta.kubernetes.io/arch
Browse files Browse the repository at this point in the history
Signed-off-by: Paco Xu <[email protected]>
  • Loading branch information
pacoxu committed Dec 5, 2022
1 parent 1395a3f commit dd4804c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kube/resources/placement.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ import (
var constraintEquals = regexp.MustCompile(`([\w\.]*)\W*(==|!=)\W*([\w\.]*)`)

const (
kubernetesOs = "beta.kubernetes.io/os"
kubernetesArch = "beta.kubernetes.io/arch"
kubernetesOs = "kubernetes.io/os"
kubernetesArch = "kubernetes.io/arch"
kubernetesHostname = "kubernetes.io/hostname"
)

Expand Down

0 comments on commit dd4804c

Please sign in to comment.