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
  • Loading branch information
pacoxu committed Oct 27, 2022
1 parent 1395a3f commit 58f64e9
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 58f64e9

Please sign in to comment.