k8s設(shè)置nfs為default StorageClass

nfs服務(wù)器搭建

yum -y install nfs-utils rpcbind
驗證: 
rpm -qa nfs-utils

在服務(wù)端創(chuàng)建一個共享目錄 /nfs(目錄可自定義)

mkdir /nfs
chmod 666 /nfs

修改 NFS 配置文件 vim /etc/exports

vim /etc/exports
/nfs *(rw,sync,insecure,no_subtree_check,no_root_squash)
#重載數(shù)據(jù)
exportfs -rv

參數(shù)說明:

/nfs    欲共享出去的目錄谢澈,也就是想共享到網(wǎng)絡(luò)中的文件系統(tǒng)
*       可設(shè)置網(wǎng)段、IP、* 表示允許掛在的客戶端
(ro,sync,insecure,no_root_squash) 設(shè)置 /nfs目錄允許所有客戶端只讀掛載。

更多參數(shù)說明可參考:https://blog.csdn.net/sj349781478/article/details/79970739

# 啟動rpc
systemctl start rpcbind
systemctl start nfs
#設(shè)置開機啟動
systemctl enable rpcbind
systemctl enable nfs

狀態(tài)查看

systemctl status rpcbind
systemctl status nfs

部署StorageClass

下載部署文件

for file in class.yaml deployment.yaml rbac.yaml test-claim.yaml ; do wget https://raw.githubusercontent.com/kubernetes-incubator/external-storage/master/nfs-client/deploy/$file ; done

以下為原文件

apiVersion: storage.k8s.io/v1
kind: StorageClass
metadata:
  annotations:
    storageclass.kubernetes.io/is-default-class: "true"   # 設(shè)置為default StorageClass
  name: managed-nfs-storage
provisioner: fuseim.pri/ifs # or choose another name, must match deployment's env PROVISIONER_NAME'
parameters:
  archiveOnDelete: "false"
---
apiVersion: v1
kind: ServiceAccount
metadata:
  name: nfs-client-provisioner
  # replace with namespace where provisioner is deployed
  namespace: default
---
kind: ClusterRole
apiVersion: rbac.authorization.k8s.io/v1
metadata:
  name: nfs-client-provisioner-runner
rules:
  - apiGroups: [""]
    resources: ["persistentvolumes"]
    verbs: ["get", "list", "watch", "create", "delete"]
  - apiGroups: [""]
    resources: ["persistentvolumeclaims"]
    verbs: ["get", "list", "watch", "update"]
  - apiGroups: ["storage.k8s.io"]
    resources: ["storageclasses"]
    verbs: ["get", "list", "watch"]
  - apiGroups: [""]
    resources: ["events"]
    verbs: ["create", "update", "patch"]
---
kind: ClusterRoleBinding
apiVersion: rbac.authorization.k8s.io/v1
metadata:
  name: run-nfs-client-provisioner
subjects:
  - kind: ServiceAccount
    name: nfs-client-provisioner
    # replace with namespace where provisioner is deployed
    namespace: default
roleRef:
  kind: ClusterRole
  name: nfs-client-provisioner-runner
  apiGroup: rbac.authorization.k8s.io
---
kind: Role
apiVersion: rbac.authorization.k8s.io/v1
metadata:
  name: leader-locking-nfs-client-provisioner
  # replace with namespace where provisioner is deployed
  namespace: default
rules:
  - apiGroups: [""]
    resources: ["endpoints"]
    verbs: ["get", "list", "watch", "create", "update", "patch"]
---
kind: RoleBinding
apiVersion: rbac.authorization.k8s.io/v1
metadata:
  name: leader-locking-nfs-client-provisioner
  # replace with namespace where provisioner is deployed
  namespace: default
subjects:
  - kind: ServiceAccount
    name: nfs-client-provisioner
    # replace with namespace where provisioner is deployed
    namespace: default
roleRef:
  kind: Role
  name: leader-locking-nfs-client-provisioner
  apiGroup: rbac.authorization.k8s.io
---
apiVersion: apps/v1
kind: Deployment
metadata:
  name: nfs-client-provisioner
  labels:
    app: nfs-client-provisioner
  # replace with namespace where provisioner is deployed
  namespace: default
spec:
  replicas: 1
  strategy:
    type: Recreate
  selector:
    matchLabels:
      app: nfs-client-provisioner
  template:
    metadata:
      labels:
        app: nfs-client-provisioner
    spec:
      serviceAccountName: nfs-client-provisioner
      containers:
        - name: nfs-client-provisioner
          image: quay.io/external_storage/nfs-client-provisioner:latest
          volumeMounts:
            - name: nfs-client-root
              mountPath: /persistentvolumes
          env:
            - name: PROVISIONER_NAME
              value: fuseim.pri/ifs    # nfs服務(wù)地址
            - name: NFS_SERVER
              value: 192.168.194.129   # nfs服務(wù)地址
            - name: NFS_PATH
              value: /nfs  # nfs共享目路徑
      volumes:
        - name: nfs-client-root
          nfs:
            server: 192.168.194.129   # nfs服務(wù)地址
            path: /nfs   # nfs共享目路徑

結(jié)果查看

image.png

測試

創(chuàng)建pvc

kind: PersistentVolumeClaim
apiVersion: v1
metadata:
  name: myclaim
  labels:
    app: wordpress
spec:
  accessModes:
    - ReadWriteMany
  resources:
    requests:
      storage: 200Mi
  storageClassName: # 不指定會調(diào)用默認StorageClass
image.png
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
  • 序言:七十年代末,一起剝皮案震驚了整個濱河市辽慕,隨后出現(xiàn)的幾起案子,更是在濱河造成了極大的恐慌,老刑警劉巖仑性,帶你破解...
    沈念sama閱讀 206,968評論 6 482
  • 序言:濱河連續(xù)發(fā)生了三起死亡事件,死亡現(xiàn)場離奇詭異右蹦,居然都是意外死亡诊杆,警方通過查閱死者的電腦和手機,發(fā)現(xiàn)死者居然都...
    沈念sama閱讀 88,601評論 2 382
  • 文/潘曉璐 我一進店門何陆,熙熙樓的掌柜王于貴愁眉苦臉地迎上來晨汹,“玉大人,你說我怎么就攤上這事贷盲√哉猓” “怎么了?”我有些...
    開封第一講書人閱讀 153,220評論 0 344
  • 文/不壞的土叔 我叫張陵巩剖,是天一觀的道長铝穷。 經(jīng)常有香客問我,道長佳魔,這世上最難降的妖魔是什么氧骤? 我笑而不...
    開封第一講書人閱讀 55,416評論 1 279
  • 正文 為了忘掉前任,我火速辦了婚禮吃引,結(jié)果婚禮上筹陵,老公的妹妹穿的比我還像新娘。我一直安慰自己镊尺,他們只是感情好朦佩,可當(dāng)我...
    茶點故事閱讀 64,425評論 5 374
  • 文/花漫 我一把揭開白布。 她就那樣靜靜地躺著庐氮,像睡著了一般语稠。 火紅的嫁衣襯著肌膚如雪。 梳的紋絲不亂的頭發(fā)上,一...
    開封第一講書人閱讀 49,144評論 1 285
  • 那天仙畦,我揣著相機與錄音输涕,去河邊找鬼。 笑死慨畸,一個胖子當(dāng)著我的面吹牛莱坎,可吹牛的內(nèi)容都是我干的。 我是一名探鬼主播寸士,決...
    沈念sama閱讀 38,432評論 3 401
  • 文/蒼蘭香墨 我猛地睜開眼檐什,長吁一口氣:“原來是場噩夢啊……” “哼!你這毒婦竟也來了弱卡?” 一聲冷哼從身側(cè)響起乃正,我...
    開封第一講書人閱讀 37,088評論 0 261
  • 序言:老撾萬榮一對情侶失蹤,失蹤者是張志新(化名)和其女友劉穎婶博,沒想到半個月后瓮具,有當(dāng)?shù)厝嗽跇淞掷锇l(fā)現(xiàn)了一具尸體,經(jīng)...
    沈念sama閱讀 43,586評論 1 300
  • 正文 獨居荒郊野嶺守林人離奇死亡凡人,尸身上長有42處帶血的膿包…… 初始之章·張勛 以下內(nèi)容為張勛視角 年9月15日...
    茶點故事閱讀 36,028評論 2 325
  • 正文 我和宋清朗相戀三年名党,在試婚紗的時候發(fā)現(xiàn)自己被綠了。 大學(xué)時的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片划栓。...
    茶點故事閱讀 38,137評論 1 334
  • 序言:一個原本活蹦亂跳的男人離奇死亡,死狀恐怖条获,靈堂內(nèi)的尸體忽然破棺而出忠荞,到底是詐尸還是另有隱情,我是刑警寧澤帅掘,帶...
    沈念sama閱讀 33,783評論 4 324
  • 正文 年R本政府宣布委煤,位于F島的核電站,受9級特大地震影響修档,放射性物質(zhì)發(fā)生泄漏碧绞。R本人自食惡果不足惜,卻給世界環(huán)境...
    茶點故事閱讀 39,343評論 3 307
  • 文/蒙蒙 一吱窝、第九天 我趴在偏房一處隱蔽的房頂上張望讥邻。 院中可真熱鬧,春花似錦院峡、人聲如沸兴使。這莊子的主人今日做“春日...
    開封第一講書人閱讀 30,333評論 0 19
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽发魄。三九已至,卻和暖如春,著一層夾襖步出監(jiān)牢的瞬間励幼,已是汗流浹背汰寓。 一陣腳步聲響...
    開封第一講書人閱讀 31,559評論 1 262
  • 我被黑心中介騙來泰國打工, 沒想到剛下飛機就差點兒被人妖公主榨干…… 1. 我叫王不留苹粟,地道東北人有滑。 一個月前我還...
    沈念sama閱讀 45,595評論 2 355
  • 正文 我出身青樓,卻偏偏與公主長得像六水,于是被迫代替她去往敵國和親俺孙。 傳聞我的和親對象是個殘疾皇子,可洞房花燭夜當(dāng)晚...
    茶點故事閱讀 42,901評論 2 345

推薦閱讀更多精彩內(nèi)容