尝试使用OpenShift Online挂载主机路径卷

时间:2019-02-14 22:32:11

标签: openshift volumes openshift-online

平台: OpenShift Online

尝试在群集主机[/tmp/var/run/docker.sock]上安装卷。

尝试按照此处的说明进行操作[https://docs.openshift.com/container-platform/3.11/admin_guide/manage_scc.html#use-the-hostpath-volume-plugin],但被拒绝了。

oc patch scc hostpath -p '{"allowHostDirVolumePlugin": true}'
  
    

来自服务器的错误(禁止):securitycontextconstraints.security.openshift.io“主机路径”被禁止:用户“ xxxxxxx”在群集范围内无法获得securitycontextconstraints.security.openshift.io:未匹配RBAC策略

  

任何人都可以通过 OpenShift Online 确认是否可以安装主机路径。看来我的用户缺少修改SCC所需的群集权限,并且默认情况下拒绝了主机路径。

预先感谢

0 个答案:

没有答案