Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use apiextensions.k8s.io/v1 CustomResourceDefinition in the crd manifest. #215

Open
ryysud opened this issue Oct 29, 2020 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@ryysud
Copy link
Contributor

ryysud commented Oct 29, 2020

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.

$ 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

@ryysud ryysud added the bug Something isn't working label Oct 29, 2020
@Sodman Sodman added enhancement New feature or request and removed bug Something isn't working labels Nov 2, 2020
@Sodman
Copy link
Member

Sodman commented Nov 2, 2020

This is something we'll need to address. We need to think about the upgrade path, too. Similar changes will also be required in gloo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants