We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
main-container requests GPU, rocm-smi-exporter-sidecar is another container of the pod; we'd
main-container
rocm-smi-exporter-sidecar
apiVersion: v1 kind: Pod metadata: name: {{ pod-name }} labels: exporter: rocm-smi spec: containers: - name: main-container image: main-container-imamge:v1 resources: limits: amd.com/gpu: {{ count }} # Add the following sidecar container to your pod - name: rocm-smi-exporter-sidecar image: rocm-smi-exporter args: ["lrocm-smi-exporter", "--port=9001"] imagePullPolicy: Always ports: - containerPort: 9001 name: prometheus
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Suggestion Description
main-container
requests GPU,rocm-smi-exporter-sidecar
is another container of the pod; we'dOperating System
No response
GPU
No response
ROCm Component
No response
The text was updated successfully, but these errors were encountered: