This PR aims to reduce the boot time of our nodes (both Request Node and IPFS node). It takes a long time for a node to restart as Kubernetes has to chmod every single file contained in the volumes. After this change, this process will only happen if the root-containing directory has the wrong permissions.
Description
This PR aims to reduce the boot time of our nodes (both Request Node and IPFS node). It takes a long time for a node to restart as Kubernetes has to
chmod
every single file contained in the volumes. After this change, this process will only happen if the root-containing directory has the wrong permissions.References
Checklist
.circleci/config.yml