You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It required the pod has root permission.
In case of pod does not has root permission, deployment will fail.
Error: release network failed: pods "network-ibm-blockchain-network-utils" is forbidden: AdmissionController validation failed: [spec.volumes[1].hostPath.pathPrefix: Invalid value: "/var/run/docker.sock": is not allowed to be used]
The text was updated successfully, but these errors were encountered:
hixichen
changed the title
Change the mount with root permission
Change the mount without root permission
Oct 8, 2018
In templates/blockchain-utils.yaml file:
hostPath:
path: /var/run/docker.sock
It required the pod has root permission.
In case of pod does not has root permission, deployment will fail.
Error: release network failed: pods "network-ibm-blockchain-network-utils" is forbidden: AdmissionController validation failed: [spec.volumes[1].hostPath.pathPrefix: Invalid value: "/var/run/docker.sock": is not allowed to be used]
The text was updated successfully, but these errors were encountered: