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 2022/06/03 14:18:20 UTC

[GitHub] [apisix-ingress-controller] vcqr opened a new issue, #1065: bug: Document errors

vcqr opened a new issue, #1065:
URL: https://github.com/apache/apisix-ingress-controller/issues/1065

   ### Issue description
   
   <img width="818" alt="image" src="https://user-images.githubusercontent.com/3401237/171871543-ad9ae496-f08a-4ea4-bd83-6d8a95ea76f9.png">
   
   Reference documentation:
   https://apisix.apache.org/docs/ingress-controller/design
   
   error: resource mapping not found for name: "demo" namespace: "demo-route" from "apisix-demo.yml": no matches for kind "ApisixRoute" in version "apisix.apache.org/v1"
   ensure CRDs are installed first
   
   
   
   
   ### Environment
   
   - your apisix-ingress-controller version (output of apisix-ingress-controller version --long):none
   - your Kubernetes cluster version (output of kubectl version): none
   - if you run apisix-ingress-controller in Bare-metal environment, also show your OS version (uname -a):none
   
   
   ### Minimal test code / Steps to reproduce
   
   kubectl apply -f apisix-demo.yml
   
   ``` yml
   apiVersion: apisix.apache.org/v1
   kind: ApisixRoute
   metadata:
     name: demo
     namespace: demo-route
   spec:
     rules: 
     - host: demo.com
       http: 
         paths: 
         - backend:
             serviceName: nginx-deployment
             ervicePort: 8888
           path: /demo*
   ```
   
   ### Actual result
   
   none
   
   ### Error log
   
   error: resource mapping not found for name: "demo" namespace: "demo-route" from "apisix-demo.yml": no matches for kind "ApisixRoute" in version "apisix.apache.org/v1"
   
   ### Expected result
   
   _No response_


-- 
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.apache.org

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


[GitHub] [apisix-ingress-controller] tao12345666333 commented on issue #1065: docs: how to get started

Posted by GitBox <gi...@apache.org>.
tao12345666333 commented on issue #1065:
URL: https://github.com/apache/apisix-ingress-controller/issues/1065#issuecomment-1146504385

   In fact, you should install APISIX Ingress controller correctly.
   
   You can try to use Helm to install it, or see some contents under 'practices' folder


-- 
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


[GitHub] [apisix-ingress-controller] tao12345666333 commented on issue #1065: docs: how to get started

Posted by GitBox <gi...@apache.org>.
tao12345666333 commented on issue #1065:
URL: https://github.com/apache/apisix-ingress-controller/issues/1065#issuecomment-1146749087

   In my opinion, I don't think this image needs to be updated, it describes the design of the Ingress controller, so as long as it correctly describes the design structure. It is not a practical reference.
   
   If you are interested in updating, please submit PR, the latest version is v2.


-- 
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


[GitHub] [apisix-ingress-controller] github-actions[bot] commented on issue #1065: docs: how to get started

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #1065:
URL: https://github.com/apache/apisix-ingress-controller/issues/1065#issuecomment-1236229170

   This issue has been marked as stale due to 90 days of inactivity. It will be closed in 30 days if no further activity occurs. If this issue is still relevant, please simply write any comment. Even if closed, you can still revive the issue at any time or discuss it on the dev@apisix.apache.org list. Thank you for your contributions.


-- 
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


[GitHub] [apisix-ingress-controller] vcqr commented on issue #1065: docs: how to get started

Posted by GitBox <gi...@apache.org>.
vcqr commented on issue #1065:
URL: https://github.com/apache/apisix-ingress-controller/issues/1065#issuecomment-1146607984

   Please  modify the sample code in the picture correctly, otherwise it will be misleading


-- 
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