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
brian@brian-LNQ0KYW6HD:devpod-provider-nomad λ devpod ssh --debug ±[main]
? Please select a workspace from the list below devpod-provider-nomad
11:33:19 debug Adding ssh keys to agent, disable via 'devpod context set-options -o SSH_ADD_PRIVATE_KEYS=false'
11:33:19 debug Acquire workspace lock...
11:33:19 debug Acquired workspace lock...
11:33:19 debug Acquire machine lock...
11:33:19 debug Acquired machine lock...
11:33:19 debug Run status provider command: ${NOMAD_PROIDER} status
11:33:19 fatal get status: bash: status: command not found
I think this is because only machine based providers are supposed to have a status command. Since this is not a machine provider, maybe remove the status command from the provider config and it'll work?
What did you expect to happen instead?
Can properly ssh.
How can we reproduce the bug? (as minimally and precisely as possible)
n/a, any devcontainer should work.
Local Environment:
DevPod Version: [use devpod version]
Operating System: windows | linux | mac
ARCH of the OS: AMD64 | ARM64 | i386
Nomad version [use nomad version]
DevPod Provider:
Custom provider: provide imported provider.yaml config file
Anything else we need to know?
The text was updated successfully, but these errors were encountered:
What happened?
I think this is because only
machine
based providers are supposed to have astatus
command. Since this is not a machine provider, maybe remove the status command from the provider config and it'll work?What did you expect to happen instead?
Can properly ssh.
How can we reproduce the bug? (as minimally and precisely as possible)
n/a, any devcontainer should work.
Local Environment:
devpod version
]nomad version
]DevPod Provider:
provider.yaml
config fileAnything else we need to know?
The text was updated successfully, but these errors were encountered: