tokers commented on issue #130:
URL:
https://github.com/apache/apisix-helm-chart/issues/130#issuecomment-900993874
> The following yaml was generated by rancher default ingress. You mean that
I can not use rancher default nginx-ingress?
> I tried just moment ago, I used default helm values to install apisix, and
then use rancher default ingress to setup, still can not use the host normally.
>
> Thanks.
>
> development environment: k3s+1.20.8, rancher 2.5.7
>
> apiVersion: extensions/v1beta1
> kind: Ingress
> metadata:
> annotations:
> field.cattle.io/creatorId: user-nmbdh
> field.cattle.io/ingressState:
'{"YWcvYXBpc2l4L2FnLmRldi15YW5ndGlhbi5zdXRwYy5jb20vLzkwODA=":""}'
> field.cattle.io/publicEndpoints:
'[{"addresses":["10.10.xxx.xxx"],"port":80,"protocol":"HTTP","serviceName":"apisix:apisix-gateway","ingressName":"apisix:ag","hostname":"apigateway.xxx.com","allNodes":false}]'
> creationTimestamp: "2021-08-18T02:06:05Z"
> generation: 1
> labels:
> cattle.io/creator: norman
> managedFields:
>
> * apiVersion: extensions/v1beta1
> fieldsType: FieldsV1
> fieldsV1:
> f:metadata:
> f:annotations:
> .: {}
> f:field.cattle.io/creatorId: {}
> f:field.cattle.io/ingressState: {}
> f:labels:
> .: {}
> f:cattle.io/creator: {}
> f:spec:
> f:rules: {}
> manager: Go-http-client
> operation: Update
> time: "2021-08-18T02:06:05Z"
> * apiVersion: extensions/v1beta1
> fieldsType: FieldsV1
> fieldsV1:
> f:metadata:
> f:annotations:
> f:field.cattle.io/publicEndpoints: {}
> manager: rancher
> operation: Update
> time: "2021-08-18T02:06:05Z"
> * apiVersion: extensions/v1beta1
> fieldsType: FieldsV1
> fieldsV1:
> f:status:
> f:loadBalancer:
> f:ingress: {}
> manager: traefik
> operation: Update
> time: "2021-08-18T02:06:05Z"
> name: ag
> namespace: apisix
> resourceVersion: "42452199"
> uid: f686ec7a-f55f-4021-bb0b-076264e135a4
> spec:
> rules:
> * host: apigateway.xxx.com
> http:
> paths:
>
> * backend:
> serviceName: apisix-gateway
> servicePort: 9080
> pathType: ImplementationSpecific
> status:
> loadBalancer:
> ingress:
> * ip: 10.10.xxx.xxx
The default ingress controller is ingress-nginx in rancher, and ingress
resources with `kubernetes.io/ingress.class: nginx
` won't be processed by apisix ingress controller.
--
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]