okteto / remote-kubernetes

Remote Kubernetes Development in VS Code with Okteto
Apache License 2.0
74 stars 15 forks source link

`okteto up` not working after cli `2.5.0` upgrade #205

Closed AgustinRamiroDiaz closed 1 year ago

AgustinRamiroDiaz commented 2 years ago

Describe the bug A user has reported that okteto up from vscode extension had stop working after the cli 2.5.0 upgrade, even though okteto up works from the terminal.

There were several issues along the way, but now the issue is that okteto up doesn't work with the extension

Additional context Full thread

OS VERSION mac 11.6 big sur

rberrelleza commented 2 years ago

Okteto CLI currently doesn't use 2.5.0, it uses 2.4.2 (this is a common misconception because the extension downloads it's own version of the CLI, instead of the installed version). This is defined here.

Based on our interactions, it seems that when running the okteto up command, the okteto process is failing to start. I haven't been able to replicate this in my local machine.