mirror of
https://github.com/ubicloud/ubicloud.git
synced 2025-10-04 13:52:06 +08:00
In order to install the CSI on the clusters, we would upload the manifests to a control plane vm and apply the manifests from there.
11 lines
280 B
YAML
11 lines
280 B
YAML
---
|
|
apiVersion: storage.k8s.io/v1
|
|
kind: StorageClass
|
|
metadata:
|
|
name: ubicloud-standard
|
|
annotations:
|
|
storageclass.kubernetes.io/is-default-class: "true"
|
|
provisioner: csi.ubicloud.com
|
|
reclaimPolicy: Delete
|
|
allowVolumeExpansion: false
|
|
volumeBindingMode: WaitForFirstConsumer
|