KubeSphere Storage
This section introduces how to use the 'KubeSphere Storage' extension.
This extension contains multiple storage-related utilities:
-
snapshot-controller: Used to create snapshots for PVCs.
-
snapshotclass-controller: Used to count snapshots.
-
pvc-auto-resizer: Used to automatically expand PVCs when capacity is insufficient.
-
storageclass-accessor: Provides an admission controller to validate whether PVC creation is allowed in a specific namespace or workspace.
-
volume-initializer: Provides an admission controller to inject init containers into pods for initializing PVC volumes.
-
nfs-pv-static-provisioner: Automatically creates NFS-type PVs and associates them with existing NFS volumes based on PVC annotations.
-
apiserver: Provides storage-related APIs.
After installing the 'KubeSphere Storage' extension,
-
Under the Storage menu in the cluster’s left navigation pane, the Volume Snapshots and Volume Snapshot Classes options will appear, and Storage Classes will support Set Authorization Rules and Set Auto Expansion.
-
Under the Storage menu in the workspace’s left navigation pane, the Volume Snapshots option will appear.
-
When creating a PersistentVolumeClaim, you can Bind to an existing NAS volume and Create from a volume snapshot.
| Note |
|---|
|