Skip to content

Instantly share code, notes, and snippets.

@gowatana
Last active February 18, 2024 08:12
Show Gist options
  • Save gowatana/74ca0e74634789dc9e7326fba28399b5 to your computer and use it in GitHub Desktop.
Save gowatana/74ca0e74634789dc9e7326fba28399b5 to your computer and use it in GitHub Desktop.
---
kind: StorageClass
apiVersion: storage.k8s.io/v1
metadata:
name: sc-volumes
annotations:
storageclass.kubernetes.io/is-default-class: "true"
provisioner: csi.nutanix.com
reclaimPolicy: Delete
allowVolumeExpansion: true
parameters:
csi.storage.k8s.io/provisioner-secret-name: ntnx-secret
csi.storage.k8s.io/provisioner-secret-namespace: ntnx-system
csi.storage.k8s.io/node-publish-secret-name: ntnx-secret
csi.storage.k8s.io/node-publish-secret-namespace: ntnx-system
csi.storage.k8s.io/controller-expand-secret-name: ntnx-secret
csi.storage.k8s.io/controller-expand-secret-namespace: ntnx-system
csi.storage.k8s.io/fstype: xfs
isSegmentedIscsiNetwork: "false"
flashMode: DISABLED
storageContainer: default-container-99354647953117
chapAuth: DISABLED
storageType: NutanixVolumes
isLVMVolume: "false"
numLVMDisks: "4"
lvmVolumeType: striped
stripeSize: "64"
extentSize: "4"
blockDeviceQueueParams: "max_sectors_kb=1024,nr_requests=128,scheduler=noop"
readAhead: none
@gowatana
Copy link
Author

下記の投稿むけ。

CAPX Kubernetes クラスタで Nutanix Volumes PV を作成してみる。
https://blog.ntnx.jp/entry/2024/02/18/163623

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment