Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
A Kubernetes cluster was created with Kind customized for GPUs.
reference: - jacobtomlinson/kind#1 - https://jacobtomlinson.dev/posts/2022/quick-hack-adding-gpu-support-to-kind/ Creating log: $ ../kind/bin/kind create cluster --config kind-gpu.yml Creating cluster "gpu-test" ... ✓ Ensuring node image (kindest/node:v1.23.1) 🖼 ✓ Preparing nodes 📦 ✓ Writing configuration 📜 ✓ Starting control-plane 🕹️ ✓ Installing CNI 🔌 ✓ Installing StorageClass 💾 Set kubectl context to "kind-gpu-test" You can now use your cluster with: kubectl cluster-info --context kind-gpu-test Have a nice day! 👋
- Loading branch information