1.15.2. 問題の解決: パラメーターを true に設定する
-
cinder CSI ドライバーの新しい
volumesnapshotclassを作成します。 force-createパラメーターをtrueに変更します。以下のサンプル YAML を参照してください。apiVersion: snapshot.storage.k8s.io/v1 deletionPolicy: Delete driver: cinder.csi.openstack.org kind: VolumeSnapshotClass metadata: annotations: snapshot.storage.kubernetes.io/is-default-class: 'true' name: standard-csi parameters: force-create: 'true'