Skip to content

Instantly share code, notes, and snippets.

@gowatana
Created February 18, 2024 06:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gowatana/cc2d1ed6076a81d96debe7ddca830bce to your computer and use it in GitHub Desktop.
Save gowatana/cc2d1ed6076a81d96debe7ddca830bce to your computer and use it in GitHub Desktop.
---
kind: PersistentVolumeClaim
apiVersion: v1
metadata:
name: pvc-volumes-01
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 3Gi
storageClassName: sc-volumes
@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