currycan opened a new issue #133:
URL: https://github.com/apache/apisix-helm-chart/issues/133
Hi,
I tried to setup apisix with helm,but it failed as follow:
```bash
$ helm install apisix/apisix --generate-name
Error: failed to install CRD crds/customresourcedefinitions.yaml: unable to
recognize "": no matches for kind "CustomResourceDefinition" in version
"apiextensions.k8s.io/v1beta1"
```
the k8s version and helm version is:
```bash
$ kubectl version
Client Version: version.Info{Major:"1", Minor:"22", GitVersion:"v1.22.0",
GitCommit:"c2b5237ccd9c0f1d600d3072634ca66cefdf272f", GitTreeState:"clean",
BuildDate:"2021-08-04T18:03:20Z", GoVersion:"go1.16.6", Compiler:"gc",
Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"22", GitVersion:"v1.22.0",
GitCommit:"c2b5237ccd9c0f1d600d3072634ca66cefdf272f", GitTreeState:"clean",
BuildDate:"2021-08-04T17:57:25Z", GoVersion:"go1.16.6", Compiler:"gc",
Platform:"linux/amd64"}
$ helm version
version.BuildInfo{Version:"v3.6.3",
GitCommit:"d506314abfb5d21419df8c7e7e68012379db2354", GitTreeState:"clean",
GoVersion:"go1.16.5"}
```
--
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]