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/10/11 15:19:20 UTC

[GitHub] [apisix] wolgod commented on issue #8048: feat: As a user, I want to using apisix's standalone mode in k8s, but currently apisix.yaml does not support hot updates in k8s.

wolgod commented on issue #8048:
URL: https://github.com/apache/apisix/issues/8048#issuecomment-1274867237

   Now I soft-link the config.yaml in a directory to the default path, so that the hot update can be achieved by mounting the config.yaml in the directory through the configmap
   
   ```
   RUN mkdir -p /usr/local/apisix/conf/config \
   && mv /usr/local/apisix/conf/config.yaml  /usr/local/apisix/conf/config/config.yaml \
   && ln -s /usr/local/apisix/conf/config/config.yaml   /usr/local/apisix/conf/config.yaml \
   ```
   
   


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