soulbird opened a new issue, #354: URL: https://github.com/apache/apisix-helm-chart/issues/354
I refer here https://github.com/apache/apisix-ingress-controller/blob/master/docs/en/latest/deployments/kind.md to install apisix-ingress-controller. `helm repo update` also seems to execute fine, but when I execute ```` $ helm install apisix apisix/apisix \ --set gateway.type=NodePort \ --set ingress-controller.enabled=true \ --namespace ingress-apisix \ --set ingress-controller.config.apisix.serviceNamespace=ingress-apisix ```` Got the following error: ```` Error: INSTALLATION FAILED: failed to install CRD crds/customresourcedefinitions.yaml: [resource mapping not found for name: "apisixclusterconfigs.apisix.apache.org" namespace: "" from "": no matches for kind "CustomResourceDefinition" in version " apiextensions.k8s.io/v1" ensure CRDs are installed first, resource mapping not found for name: "apisixconsumers.apisix.apache.org" namespace: "" from "": no matches for kind "CustomResourceDefinition" in version "apiextensions.k8s.io/v1" ensure CRDs are installed first, resource mapping not found for name: "apisixpluginconfigs.apisix.apache.org" namespace: "" from "": no matches for kind "CustomResourceDefinition" in version "apiextensions.k8s.io/v1" ensure CRDs are installed first, resource mapping not found for name: "apisixroutes.apisix.apache.org" namespace: "" from "": no matches for kind "CustomResourceDefinition" in version "apiextensions.k8s.io/v1" ensure CRDs are installed first, resource mapping not found for name: "apisixtlses.apisix.apache.org" namespace: "" from "": no matches for kind "CustomResourceDefinition" in version "apiextensions.k8s.io/v1" ensure CRDs are installed first, resource mapping not found for name: "apisixupstreams.apisix.apache.org" namespace: "" from "": no matches for kind "CustomResourceDefinition" in version "apiextensions.k8s.io/v1 ```` k8s version: ```` $ kubectl version -o json { "clientVersion": { "major": "1", "minor": "24", "gitVersion": "v1.24.2", "gitCommit": "f66044f4361b9f1f96f0053dd46cb7dce5e990a8", "gitTreeState": "clean", "buildDate": "2022-06-15T14:22:29Z", "goVersion": "go1.18.3", "compiler": "gc", "platform": "linux/amd64" }, "kustomizeVersion": "v4.5.4", "serverVersion": { "major": "1", "minor": "13", "gitVersion": "v1.13.4", "gitCommit": "c27b913fddd1a6c480c229191a087698aa92f0b1", "gitTreeState": "clean", "buildDate": "2019-03-20T16:54:39Z", "goVersion": "go1.11.5", "compiler": "gc", "platform": "linux/amd64" } } WARNING: version difference between client (1.24) and server (1.13) exceeds the supported minor version skew of +/-1 ```` helm version: ```` $ helm version version.BuildInfo{Version:"v3.9.0", GitCommit:"7ceeda6c585217a19a1131663d8cd1f7d641b2a7", GitTreeState:"clean", GoVersion:"go1.17.5"} ```` os info: ``` $ uname -a Linux k8s-VirtualBox 5.15.0-48-generic #54~20.04.1-Ubuntu SMP Thu Sep 1 16:17:26 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux ``` -- 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]
