驅動程式規格
驅動程式規格
CSIDriver
鍵 | 值 |
---|---|
name |
directpv-min-io |
fsGroupPolicy |
ReadWriteOnceWithFSType |
requiresRepublish |
false |
podInfoOnMount |
true |
attachRequired |
false |
storageCapacity |
false |
modes |
Persistent 、Ephemeral |
StorageClass
鍵 | 值 |
---|---|
name |
directpv-min-io |
provisioner |
directpv-min-io |
reclaimPolicy |
Delete |
allowVolumeExpansion |
true |
volumeBindingMode |
WaitForFirstConsumer |
DirectPVDrives CRD
鍵 | 值 |
---|---|
name |
directpvdrives |
apigroup |
directpv.min.io |
DirectPVVolumes CRD
鍵 | 值 |
---|---|
name |
directpvvolumes |
apigroup |
directpv.min.io |
DirectPVNodes CRD
鍵 | 值 |
---|---|
name |
directpvnodes |
apigroup |
directpv.min.io |
DirectPVInitRequests CRD
鍵 | 值 |
---|---|
name |
directpvinitrequests |
apigroup |
directpv.min.io |
驅動程式基於角色的存取控制 (RBAC)
apiGroup | 資源 | 動詞 |
---|---|---|
(core) | endpoints |
get 、list 、watch 、create 、update 、delete |
(core) | events |
list 、watch 、create 、update 、patch |
(core) | nodes |
get 、list 、watch |
(core) | persistentvolumes |
get 、list 、watch 、create 、delete |
(core) | persistentvolumeclaims |
get 、list 、watch 、update |
(core) | pods,pod |
get 、list 、watch |
policy |
podsecuritypolicies |
use |
apiextensions.k8s.io |
customresourcedefinitions (自訂資源定義) |
get 、list 、watch 、create 、update 、delete |
coordination.k8s.io |
leases (租約) |
get (取得), list (列出), watch (監看), update (更新), delete (刪除), create (建立) |
directpv.min.io |
directpvdrives |
get 、list 、watch 、create 、update 、delete |
directpv.min.io |
directpvvolumes |
get 、list 、watch 、create 、update 、delete |
directpv.min.io |
directpvnodes |
get 、list 、watch 、create 、update 、delete |
directpv.min.io |
directpvinitrequests |
get 、list 、watch 、create 、update 、delete |
snapshot.storage.k8s.io |
volumesnapshotcontents (磁碟區快照內容) |
get (取得), list (列出) |
snapshot.storage.k8s.io |
volumesnapshots (磁碟區快照) |
get (取得), list (列出) |
storage.k8s.io |
csinodes (CSI節點) |
get 、list 、watch |
storage.k8s.io |
storageclasses (儲存類別) |
get 、list 、watch |
storage.k8s.io |
volumeattachments (磁碟區掛載) |
get 、list 、watch |
綁定至上述 clusterrole
的服務帳戶是 directpv
命名空間中的 directpv-min-io
,而對應的 clusterrolebinding
是 directpv-min-io
。