码迷,mamicode.com
首页 > 其他好文 > 详细

k8s nfs

时间:2019-12-07 18:08:01      阅读:81      评论:0      收藏:0      [点我收藏+]

标签:res   utils   ble   system   util   nbsp   exports   async   systemctl   

1 yum install -y nfs-utils-*

2 mkdir /home/data

3 vim /etc/exports

 /home/data 10.0.0.0/24(rw,async,no_root_squash,no_all_squash)

2 [root@k8s-master ~]# systemctl restart rpcbind
  [root@k8s-master ~]# systemctl restart nfs
  [root@k8s-master ~]# systemctl enable rpcbind
  [root@k8s-master ~]# systemctl enable nfs

k8s nfs

标签:res   utils   ble   system   util   nbsp   exports   async   systemctl   

原文地址:https://www.cnblogs.com/agang-php/p/12002702.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!