lucmichea commented on issue #2171:
URL: 
https://github.com/apache/apisix-ingress-controller/issues/2171#issuecomment-2093222271

   Hi @holdeneoneal 
   
   Yes, the `schema.json` file that you will obtain will be really large and so 
it is more difficult to apply it to the cluster. 
   From my experience, in general, the limiting factor to apply the configmap 
is the annotations containing the versioning of what you want to apply 
(`kubectl.kubernetes.io/last-applied-configuration`). This happens when you use 
`kubectl apply -f <myfile>.yaml`. That is why I decided in my previous answer 
to use `kubectl create configmap ...` as an alternative.
   
   I usually use Helm for versioning and creating a chart containing the 
`schema.json` in a ConfigMap is doable. 
   
   If you are experiencing other issues concerning the size of the file I would 
be happy to take a look as I would be learning another limitation. Although, it 
would be quite out of subject for this thread.
   
   On another note, I plan on trying to do a PR containing the full integration 
of custom-plugins in the standalone mode once I have a bit of time. As I didn't 
receive any feedback here.


-- 
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-unsubscr...@apisix.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to