IBM / blockchain-network-on-kubernetes

Demonstrates the steps involved in setting up your business network on Hyperledger Fabric using Kubernetes APIs on IBM Cloud Kubernetes Service.
https://developer.ibm.com/patterns/deploy-hyperledger-fabric-network-on-ibm-cloud/
Apache License 2.0
316 stars 183 forks source link

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

Closed Hellovolcanoofficial closed 5 years ago

Hellovolcanoofficial commented 5 years ago

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

Hellovolcanoofficial commented 5 years ago

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 5 years ago

Can you share how you solved it?