You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/08/24 07:48:26 UTC

[GitHub] [apisix-ingress-controller] sekfung commented on issue #608: no matches for kind "ApisixRoute" in version "apisix.apache.org/v2beta1"

sekfung commented on issue #608:
URL: https://github.com/apache/apisix-ingress-controller/issues/608#issuecomment-904406442


   @tao12345666333
   Following this article [Install Ingress APISIX on Tencent TKE
   ](https://apisix.incubator.apache.org/docs/ingress-controller/deployments/tke), and I tried to proxy my service. I got the same problem: `no matches for kind "ApisixRoute" in version "apisix.apache.org/v2beta1"`
   
   And I have set `config.kubernetes.ingressVersion=networking/v1beta1 ` because my  Kubernetes version is between `v1.14` and `v1.19`
   
   ### Environment
   your apisix version (2.7);
   your apisix-ingress-controller version (2.7);
   your Kubernetes cluster version (1.18.4);
   
   ```bash
   kubectl get pods -n kube-system
   
   NAME                                  READY   STATUS    RESTARTS   AGE
   coredns-65d9c796fc-cd5pd              1/1     Running   0          10d
   csi-cbs-controller-678fd94fd6-h6hwd   6/6     Running   0          83m
   csi-cbs-node-cmzqq                    2/2     Running   3          80m
   ip-masq-agent-j9xpm                   1/1     Running   0          80m
   kube-proxy-b4lxb                      1/1     Running   0          80m
   node-local-dns-kjtrz                  1/1     Running   0          80m
   node-problem-detector-jfk9m           1/1     Running   0          80m
   oom-guard-9swbk                       2/2     Running   0          80m
   serf-agent-5xrcg                      1/1     Running   0          80m
   serf-holder-7bf6bb75c6-wf7hg          1/1     Running   0          10d
   tke-bridge-agent-8crp5                1/1     Running   1          80m
   tke-cni-agent-x94rv                   1/1     Running   0          80m
   tke-eni-agent-h8gxr                   1/1     Running   1          80m
   tke-eni-ipamd-7879558d8f-gbwss        1/1     Running   0          83m
   ```
   
   ```bash
   kubectl get crds
   NAME                                              CREATED AT
   apisixclusterconfigs.apisix.apache.org            2021-08-20T09:31:21Z
   apisixconsumers.apisix.apache.org                 2021-08-20T09:31:21Z
   apisixroutes.apisix.apache.org                    2021-08-20T09:31:21Z
   apisixtlses.apisix.apache.org                     2021-08-20T09:31:21Z
   apisixupstreams.apisix.apache.org                 2021-08-20T09:31:21Z
   eipclaims.networking.tke.cloud.tencent.com        2021-08-13T09:47:50Z
   nginxingresses.cloud.tencent.com                  2021-08-20T04:55:29Z
   nodeeniconfigs.networking.tke.cloud.tencent.com   2021-08-13T09:47:47Z
   tkeserviceconfigs.cloud.tencent.com               2021-08-13T08:46:29Z
   volumesnapshotclasses.snapshot.storage.k8s.io     2021-08-20T10:03:34Z
   volumesnapshotcontents.snapshot.storage.k8s.io    2021-08-20T10:03:34Z
   volumesnapshots.snapshot.storage.k8s.io           2021-08-20T10:03:34Z
   vpcenis.networking.tke.cloud.tencent.com          2021-08-13T09:47:51Z
   vpcipclaims.networking.tke.cloud.tencent.com      2021-08-13T09:47:48Z
   vpcips.networking.tke.cloud.tencent.com           2021-08-13T09:47:49Z
   ```
   
   Could you give me some help? thx


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org