pliwang commented on issue #10062:
URL: https://github.com/apache/apisix/issues/10062#issuecomment-1686171133

   > @pliwang Can you provide the `ApisixUpstream` config or `Ingress` config, 
whatever you used with ingress controller to configure the upstream?
   
   apiVersion: extensions/v1beta1
   kind: Ingress
   metadata:
     annotations:
       kubernetes.io/ingress.class: apisix
     creationTimestamp: "2023-08-17T02:04:02Z"
     generation: 1
     labels:
       cube.gateway.apisix.projectId: "2"
     managedFields:
     - apiVersion: networking.k8s.io/v1
       fieldsType: FieldsV1
       fieldsV1:
         f:spec:
           f:rules: {}
       manager: OpenAPI-Generator
       operation: Update
       time: "2023-08-17T02:04:02Z"
     name: demo10
     namespace: cloudspace
     resourceVersion: "55774113"
     selfLink: /apis/extensions/v1beta1/namespaces/cloudspace/ingresses/demo10
     uid: e2f79de3-8282-4ac9-b55a-c5aafc01e979
   spec:
     rules:
     - http:
         paths:
         - backend:
             serviceName: demo1
             servicePort: 8001
           path: /podip/h10
           pathType: Prefix
   status:
     loadBalancer: {}
   


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

Reply via email to