You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by "ferrisz (via GitHub)" <gi...@apache.org> on 2023/03/29 07:09:29 UTC

[GitHub] [apisix-ingress-controller] ferrisz opened a new issue, #1753: feat: As a user, I want to completely customize and control the endpoints of this upstream and its corresponding weight through the crd of ApisixUpstream

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

   ### Description
   
   As a user, I want to completely customize and control the endpoints of this upstream and its corresponding weight through the crd of ApisixUpstream, so that I can implement your own controller to implement service discovery and adjust load balance rate


-- 
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] ferrisz commented on issue #1753: feat: As a user, I want to completely customize and control the endpoints of this upstream and its corresponding weight through the crd of ApisixUpstream

Posted by "ferrisz (via GitHub)" <gi...@apache.org>.
ferrisz commented on issue #1753:
URL: https://github.com/apache/apisix-ingress-controller/issues/1753#issuecomment-1504408849

   I'm reaching out to inquire if there are any plans to add support for IP or ExternalIP resource types in Apisix-Ingress-Controller in the future, or if it is possible to use them currently. If there are no immediate plans to add support, are there any alternative solutions that can be recommended? Thank you in advance for your response.
   
   ![Uploading image.png…]()
   


-- 
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 #1753: feat: As a user, I want to completely customize and control the endpoints of this upstream and its corresponding weight through the crd of ApisixUpstream

Posted by "tao12345666333 (via GitHub)" <gi...@apache.org>.
tao12345666333 commented on issue #1753:
URL: https://github.com/apache/apisix-ingress-controller/issues/1753#issuecomment-1491612431

   ```yaml
   # httpbin-upstream.yaml
   apiVersion: apisix.apache.org/v2
   kind: ApisixUpstream
   metadata:
     name: httpbin-upstream
   spec:
     externalNodes:
     - type: Domain
       name: httpbin.org
   ```
   
   ApisixUpstream has a `externalNodes` field,  we can add  `externalNodes[].type=IP` or `externalNodes[].type=EndpointIP` 
   
   ref: https://apisix.apache.org/docs/ingress-controller/tutorials/external-service/


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