You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by "Fabriceli (via GitHub)" <gi...@apache.org> on 2023/04/25 10:17:35 UTC

[GitHub] [apisix-ingress-controller] Fabriceli commented on issue #1805: request help: How to set up global plugin config?

Fabriceli commented on issue #1805:
URL: https://github.com/apache/apisix-ingress-controller/issues/1805#issuecomment-1521537337

   > ```
   > apiVersion: apisix.apache.org/v2
   > kind: ApisixPluginConfig
   > metadata:
   >   name: global-plugin-config
   >   namespace: apisix
   > spec:
   >   plugins:
   >     - name: skywalking-logger
   >       enable: true
   >       config:
   >         endpoint_addr: "http://skywalking-skywalking-helm-oap.skywalking.svc.cluster.local:12800"
   >         service_name: "APISIX::APISIX-sit"
   >         service_instance_name: "APISIX Instance sit"
   > ```
   > 
   > `kubectl apply -f this_file_name.yaml`
   
   Do not work


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