You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug a clear and concise description of what the bug is.
I'm assigning an agent to a non-existing queue, and turned on the createQueueIfNotExists variable. I get following error from the pod, while trying to create the queue on our behalf.
+ python3 k8s_glue_example.py --queue nvidia-scheduler --namespace clearml --template-yaml /root/template/template.yaml --create-queue
/usr/local/lib/python3.6/dist-packages/jwt/utils.py:7: CryptographyDeprecationWarning: Python 3.6 is no longer supported by the Python core team. Therefore, support for it is deprecated in cryptography and will be removed in a future release.
from cryptography.hazmat.primitives.asymmetric.ec import EllipticCurve
usage: k8s_glue_example.py [-h] [--queue QUEUE] [--ports-mode]
[--num-of-services NUM_OF_SERVICES]
[--base-port BASE_PORT]
[--base-pod-num BASE_POD_NUM]
[--gateway-address GATEWAY_ADDRESS]
[--pod-clearml-conf POD_CLEARML_CONF]
[--overrides-yaml OVERRIDES_YAML]
[--template-yaml TEMPLATE_YAML]
[--ssh-server-port SSH_SERVER_PORT]
[--namespace NAMESPACE] [--max-pods MAX_PODS]
[--use-owner-token] [--standalone-mode]
[--child-report-tags CHILD_REPORT_TAGS [CHILD_REPORT_TAGS ...]]__
After manually creating the queue through ui, and disabling the variable from the values.yaml it does work.
What's your helm version?
latest
What's your kubectl version?
1.30
What's the chart version?
latest
Enter the changed values of values.yaml?
No response
The text was updated successfully, but these errors were encountered:
Describe the bug a clear and concise description of what the bug is.
I'm assigning an agent to a non-existing queue, and turned on the createQueueIfNotExists variable. I get following error from the pod, while trying to create the queue on our behalf.
After manually creating the queue through ui, and disabling the variable from the values.yaml it does work.
What's your helm version?
latest
What's your kubectl version?
1.30
What's the chart version?
latest
Enter the changed values of values.yaml?
No response
The text was updated successfully, but these errors were encountered: