tao12345666333 commented on issue #423: URL: https://github.com/apache/apisix-ingress-controller/issues/423#issuecomment-870553936
@Marco-Zheng Please try to execute the following command `kubectl apply -k samples/deploy/crd/v1beta1/` ``` ➜ apisix-ingress-controller git:(master) ✗ kubectl apply -k samples/deploy/crd/v1beta1/ 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/apisixclusterconfigs.apisix.apache.org created customresourcedefinition.apiextensions.k8s.io/apisixconsumers.apisix.apache.org created customresourcedefinition.apiextensions.k8s.io/apisixroutes.apisix.apache.org created customresourcedefinition.apiextensions.k8s.io/apisixtlses.apisix.apache.org created customresourcedefinition.apiextensions.k8s.io/apisixupstreams.apisix.apache.org created ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
