tao12345666333 commented on issue #565: URL: https://github.com/apache/apisix-ingress-controller/issues/565#issuecomment-924645607
[In the information you provided above](https://github.com/apache/apisix-ingress-controller/issues/565#issuecomment-871971164), I noticed that you created it through Rancher UI, and the `path` is not configured in the Ingress resource. ``` - apiVersion: networking.k8s.io/v1 kind: Ingress metadata: annotations: field.cattle.io/creatorId: user-mzfcd field.cattle.io/ingressState: '{"YXBpc2l4LWRhc2hib2FyZC10ZXN0L2FwaXNpeC9hcGlzaXgtZGFzaGJvYXJkLnN5cG0uc2h1bnpob25na2VqaS5uZXQvLzkwMDA=":"deployment:apisix:apisix-dashboard"}' kubernetes.io/ingress.class: apisix creationTimestamp: "2021-07-01T06:42:14Z" generation: 1 labels: cattle.io/creator: norman name: apisix-dashboard-test namespace: apisix resourceVersion: "40923164" uid: 48cc1527-8e0e-4149-8ef7-286a7d59a015 spec: rules: - host: apisix-dashboard.xxx.net http: paths: - backend: service: name: ingress-d5cd807224d030ff630f4f78b12b3861 port: number: 9000 pathType: ImplementationSpecific status: loadBalancer: {} ``` **Can you try the Ingress configuration file I provided above? At the same time, upgrade the Apache APISIX Ingress controller to the latest version**. Thanks! -- 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]
