Skip to content

Instantly share code, notes, and snippets.

@Piotr1215
Created January 9, 2026 09:56
Show Gist options
  • Select an option

  • Save Piotr1215/94e57ecc5a438c005d0713c9f12f1b61 to your computer and use it in GitHub Desktop.

Select an option

Save Piotr1215/94e57ecc5a438c005d0713c9f12f1b61 to your computer and use it in GitHub Desktop.
GPU test pod for vCluster auto-nodes
apiVersion: v1
kind: Pod
metadata:
name: gpu-test
spec:
runtimeClassName: nvidia
containers:
- name: cuda
image: nvidia/cuda:12.0.0-base-ubuntu22.04
command: ["sleep", "infinity"]
resources:
limits:
nvidia.com/gpu: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment