IBM/blockchain-network-on-kubernetes

chmod: changing permissions of '/shared/leapd': Operation not permitted

Closed this issue · 2 comments

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:
image
Wating for container of copy artifact pod to run. Current status of copyartifacts-9fjh2 is Succeeded
image
image

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.

Can you share how you solved it?