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/08/31 12:05:47 UTC

[GitHub] [apisix-ingress-controller] tao12345666333 opened a new issue, #1309: discuss: New feature in Apache APISIX Ingress controller v1.6

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

   Hi, folks
   
   The Apache APISIX Ingress controller v1.5 version has been entered release window, and it is time to discuss the plans in the v1.6 version together.
   
   I think the following features need to be included:
   
   * GatewayAPI
   
   TBD


-- 
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] machinly commented on issue #1309: discuss: New feature in Apache APISIX Ingress controller v1.6

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

   Support  multi cluster management should be helpful.
   `ApisixClusterConfig` was designed for this, but not completed.


-- 
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 closed issue #1309: discuss: New feature in Apache APISIX Ingress controller v1.6

Posted by GitBox <gi...@apache.org>.
tao12345666333 closed issue #1309: discuss: New feature in Apache APISIX Ingress controller v1.6
URL: https://github.com/apache/apisix-ingress-controller/issues/1309


-- 
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] MBoui commented on issue #1309: discuss: New feature in Apache APISIX Ingress controller v1.6

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

   - Knative support ? :)
   


-- 
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 #1309: discuss: New feature in Apache APISIX Ingress controller v1.6

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

   In fact, we will achieve the goal of managing multiple APISIX instances through one Ingress controller.
   This is necessary for a complete implementation of the Gateway API.
   
   We can dynamically state the APISIX instance simply by creating a `Gateway` resource.


-- 
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 #1309: discuss: New feature in Apache APISIX Ingress controller v1.6

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

   v1.6.0-rc1 has been released. #1536  I will close this one. Thanks all!!!


-- 
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 #1309: discuss: New feature in Apache APISIX Ingress controller v1.6

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

   > Support multi cluster management should be helpful. `ApisixClusterConfig` was designed for this, but not completed.
   
   @machinly Are you referring to managing multiple APISIX clusters through one 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: 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 #1309: discuss: New feature in Apache APISIX Ingress controller v1.6

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

   > * Knative support ? :)
   
   thanks!  SGTM
   
   This will help us expand the ecosystem


-- 
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] machinly commented on issue #1309: discuss: New feature in Apache APISIX Ingress controller v1.6

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

   > > Support multi cluster management should be helpful. `ApisixClusterConfig` was designed for this, but not completed.
   > 
   > @machinly Are you referring to managing multiple APISIX clusters through one APISIX Ingress controller?
   
   The field `parentRefs` in `HTTPRoute` is exactly what I needed. Gateway API is awesome. 
   


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