AMD Kubernetes Device Plugin
amd.com/gpu 자원
- Node의 capacity에 amd.com/gpu 자원이 표시되기 위해서는 amd-device-plugin을 설치해야합니다.
- Pod에 amd.com/gpu 자원을 설정하면 GPU 지원 컨테이너로 스케줄링됩니다.
amd-smi
명령어를 통해 GPU 정보를 확인할 수 있습니다.
설치
helm repo add amd-gpu https://rocm.github.io/k8s-device-plugin/
helm repo update amd-gpu \
&& helm search repo amd-gpu/amd-gpu -l | head -n 10
helm pull amd-gpu/amd-gpu --version 0.14.0