virtual-kubelet / node-cli

CLI library for rapid prototyping of virtual-kubelet nodes
Apache License 2.0
18 stars 30 forks source link

add stable os label kubernetes.io/os #43

Open mingqishao opened 2 years ago

mingqishao commented 2 years ago

Why this changes?

  1. We are going to support Windows container in ACI VK, and allow customer to use node label to select windows virtual node. Giving the Kubernetes document, the node label "kubernetes.io/os" should be used for selecting window node.
  2. Currently the os label in VK is beta.kubernetes.io/os. Kubernetes has started to use new label "kubernetes.io/os" and deprecated the beta one from v1.18

What is the changes

Add a new OS labels to VK.