开通使用宿主机网络及目录挂载权限
oc edit scc restricted

所有节点放开9100的访问权限
iptables -I OS_FIREWALL_ALLOW -p tcp -m tcp --dport 9100 -j ACCEPT