k8snetworkplumbingwg / whereabouts

A CNI IPAM plugin that assigns IP addresses cluster-wide

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

update the CRD API from `apiextensions.k8s.io/v1beta1` to `apiextensions.k8s.io/v1`

maiqueb opened this issue · comments

The following warning is logged when deploying the whereabouts CRs:

Warning: apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, 
unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition

The clock is ticking, we must make sure these are updated before 1.22 is in use.