Mellanox / k8s-rdma-sriov-dev-plugin

Kubernetes Rdma SRIOV device plugin
Apache License 2.0
109 stars 27 forks source link

Deprecated k8s apiversion in example #25

Open abuccts opened 4 years ago

abuccts commented 4 years ago

extensions/v1beta1 is deprecated for DaemonSet in Kuberentes v1.16 https://github.com/Mellanox/k8s-rdma-sriov-dev-plugin/blob/7cf8cbc8a9522b250545ffa7eac0e3e4db80cd77/example/device-plugin.yaml#L1

better change to apps/v1, which is available since v1.9

reference: https://kubernetes.io/blog/2019/07/18/api-deprecations-in-1-16/