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

2021-11-18 Thread GitBox


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


   This issue has not been updated for too long. You can try to update to the 
latest version to verify if there are any problems.
   
   I will close this issue. Feel free to reopen it, if you have any question.


-- 
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-unsubscr...@apisix.apache.org

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




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

2021-08-25 Thread GitBox


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


   I know the problem. The helm chart dependency doesn't update.


-- 
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-unsubscr...@apisix.apache.org

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




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

2021-08-25 Thread GitBox


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


   @sekfung please run this command:
   
   ```
   kubectl get crd apisixroutes.apisix.apache.org -o jsonpath='{ 
.spec.versions[*].name }' -A
   ```
   
   you will get the following output:
   
   ```
   ✗ kubectl get crd apisixroutes.apisix.apache.org -o jsonpath='{ 
.spec.versions[*].name }' -A
   v1 v2alpha1 v2beta1
   ```


-- 
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-unsubscr...@apisix.apache.org

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




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

2021-08-24 Thread GitBox


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


   Can you show me your `helm list` results? 
   


-- 
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-unsubscr...@apisix.apache.org

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




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

2021-08-18 Thread GitBox


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


   @tutuV  any update?


-- 
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-unsubscr...@apisix.apache.org

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




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

2021-08-18 Thread GitBox


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


   @tutuV  any update?


-- 
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-unsubscr...@apisix.apache.org

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




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

2021-08-04 Thread GitBox


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


   @tutuV can you provide more informations about kubernetes system componetes?
   
   ```
   kubectl get pods -n kube-system
   ```


-- 
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-unsubscr...@apisix.apache.org

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




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

2021-08-04 Thread GitBox


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


   > if i use apisix.apache.org/v2beta1, that wont be ok. why 

   
   because of the default `apisixRouteVersion` is 
`"apisix.apache.org/v2alpha1"`  
https://github.com/apache/apisix-helm-chart/blob/f2602a84f93dc0362b0f4c14987e620993ac9bfa/charts/apisix-ingress-controller/values.yaml#L96


-- 
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-unsubscr...@apisix.apache.org

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




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

2021-07-30 Thread GitBox


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


   Please provide more information
   
   **What happened**:
   
   
   
   **What you expected to happen**:


-- 
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-unsubscr...@apisix.apache.org

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