tokers opened a new issue #160:
URL: https://github.com/apache/apisix-ingress-controller/issues/160


   Nowdays, we support multi clusters by annotation 
`k8s.apisix.apache.org/ingress.class`, but it lacks some necessary 
configurations like authentication.
   
   It would be better if we add a new resource `ApisixCluster`, to define an 
APISIX cluster.
   
   ```yaml
   kind: ApisixCluster
   metadata:
     name: "qa"
   spec:
     serviceName: qa_apisix
     servicePort: 9080
     auth:
         admin_key: xxxxx
   ```


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to