You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I apply the latest crd manifest to k8s v1.19.0, A warning is printed.
$ kubectl apply -f https://github.com/solo-io/wasm/releases/download/v0.0.28/wasme.io_v1_crds.yaml
Warning: apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
customresourcedefinition.apiextensions.k8s.io/filterdeployments.wasme.io created
Expected behavior
Use apiextensions.k8s.io/v1 CustomResourceDefinition in the crd manifest.
Additional context
N/A
The text was updated successfully, but these errors were encountered:
Describe the bug
This issue is the improvement, not the bug.
To Reproduce
When I apply the latest crd manifest to k8s v1.19.0, A warning is printed.
Expected behavior
Use
apiextensions.k8s.io/v1 CustomResourceDefinition
in the crd manifest.Additional context
N/A
The text was updated successfully, but these errors were encountered: