Unanswered
Hey, How Can We Control The Pod Of Pipelinecontroller Not Use The Gpu? According To The Documentation, The
Hey @<1523701070390366208:profile|CostlyOstrich36>
Can you explain this point a bit more?
In the helmchart of the agent I configure like so:
...
agentk8sglue:
extraEnvs:
- name: AWS_ACCESS_KEY_ID
valueFrom:
secretKeyRef:
name: aws-access-key-id
key: AWS_ACCESS_KEY_ID
- name: AWS_SECRET_ACCESS_KEY
valueFrom:
secretKeyRef:
name: aws-secret-access-key
key: AWS_SECRET_ACCESS_KEY
- name: K8S_GLUE_MAX_PODS
value: '1'
- name: CLEARML_AGENT_GIT_USER
value: clearml-agent
- name: CLEARML_AGENT_GIT_PASS
valueFrom:
secretKeyRef:
name: clearml-repo-read
key: token
nodeSelector: {}
defaultContainerImage: <some_image>
queue: services
apiServerUrlReference: "
"
fileServerUrlReference: "
"
webServerUrlReference: "
"
basePodTemplate:
resources:
requests:
nvidia.com/gpu: "4"
limits:
nvidia.com/gpu: "4"
So on every step the agent lift a pod, and every pod have access to 4 replica of the gpu, which is ok.. but how to prevent the controller from getting the access ?
44 Views
0
Answers
3 months ago
3 months ago