Skip to content

Instantly share code, notes, and snippets.

@gowatana
Last active February 18, 2024 08:12
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/2585a77d5e11196ca6b76d37066407c2 to your computer and use it in GitHub Desktop.
Save gowatana/2585a77d5e11196ca6b76d37066407c2 to your computer and use it in GitHub Desktop.
---
kind: Pod
apiVersion: v1
metadata:
name: pod-01
labels:
app: demo-01
spec:
volumes:
- name: vol-01
persistentVolumeClaim:
claimName: pvc-volumes-01
containers:
- name: pod-01
image: registry.access.redhat.com/ubi9/ubi-micro
resources: {}
command: ['sh', '-c', 'sleep 1000']
volumeMounts:
- name: vol-01
mountPath: /mnt/vol-01
@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