chmod: changing permissions of '/shared/leapd': Operation not permitted
Closed this issue · 2 comments
Hellovolcanoofficial commented
When running setup_blockchainNetworks, It breaks down in Kubernetes on my Docker Desktop and comes out Error like this. It seems the permissions in container is not permitted. And can see logs in sh terminal like this:
Wating for container of copy artifact pod to run. Current status of copyartifacts-9fjh2 is Succeeded
Hellovolcanoofficial commented
Well I finally solve this problem by change CreateVolume.yaml hostPath location and give that directory permission for all users to rwx(read write and execute). THX.
tle-totalwine commented
Can you share how you solved it?