Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change to multi-node k8s #34

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

yuwang881
Copy link

Changing local volumes from "hostPath" to "PersistentVolumeClaim" will make this solution work well on multi-node K8S clusters. Single-Node K8S cluster could also run as well, for examples: Microk8s could set "hostPath" as the "Default Storage Class".

#type: "nvidia.com/mig-2g.20gb"
type: "nvidia.com/gpu"
count: 1
etcd:

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add details to setup default StorageClass and a local provisioner for the PVC creation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants