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/03/25 09:04:40 UTC

[GitHub] [apisix-ingress-controller] xianshun163 opened a new issue #936: what is the best practices for plugin configuration shared by multiple services in apisixingress

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


   ### Issue description
   
   what is the best practices for plugin configuration shared by multiple services in apisixingress? 
   
   when I use dashboard  or  admin api  I  found it can do like this:
   1、use the  public service  when  config a route:
   ![image](https://user-images.githubusercontent.com/32457473/160088583-afe62250-4793-403f-af39-30635b246354.png)
   
   2、use the  plugin template when config a route:
   ![image](https://user-images.githubusercontent.com/32457473/160088768-312b4947-4e14-4a52-8329-14d8c8c3220e.png)
   
   in the ingress mode,   I  use the  pluginconfig  crd,  but  it make a problem as I  describe in #854 
   I create the pluginconfig crd, but the  route can not use it .
   this is my  yaml file:
   
   [xsapp-route-pluginconfig.zip](https://github.com/apache/apisix-ingress-controller/files/8349000/xsapp-route-pluginconfig.zip)
   
   Is that  any way tu do it? 
   
   
   
   
   ### Environment
   
   - your apisix-ingress-controller version (output of apisix-ingress-controller version --long): 1.4.0
   - your Kubernetes cluster version (output of kubectl version): 1.19.3
   - if you run apisix-ingress-controller in Bare-metal environment, also show your OS version (uname -a):
   


-- 
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 #936: what is the best practices for plugin configuration shared by multiple services in apisixingress

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


   Thanks for your feedback, I'll try to reproduce your problem first


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