What happened?
I launched a dynamo graph deployment. The frontend node got stuck in the pending state, with no apparent error message. The k8s yaml included lines like:
env:
- name: MY_ENV_VAR=1
value: "1"
Which is not well formed.
What did you expect to happen?
A clear error should show up in the pod's status.
Environment
- Nvidia Nebius H200 cluster.
- Dynamo operator from release version 0.5.1
What happened?
I launched a dynamo graph deployment. The frontend node got stuck in the pending state, with no apparent error message. The k8s yaml included lines like:
env:
- name: MY_ENV_VAR=1
value: "1"
Which is not well formed.
What did you expect to happen?
A clear error should show up in the pod's status.
Environment