Ramiro Berrelleza
Ramiro Berrelleza
when okteto up finishes because my environment was destroyed, I'd like to get a clear error message
**Is your feature request related to a problem? Please describe.** Today, if my dev env is destroyed from a different machine (or via the UI) while okteto up is active,...
## Expected behavior I'm trying to set up an instance of forest. I created a mongodb using a docker-compose, using the `bitnami/mongodb:4.4` image. ## Actual behavior The `lumber generate "customers"`...
I'd like to be able to set a property to a jira issue from a PR (https://developer.atlassian.com/cloud/jira/platform/jira-entity-properties/). Our use case: we generate preview environments on every PR. We would like...
**Describe the bug** The remote-ssh extension is now using SCP to copy the vscode server to the remote dev container. If scp is not available, the command hangs and eventually...
**Describe the bug** On Windows, the HOME path can have spaces (e.g. C:\my first name\.okteto). In order to support this we need to be able to escape the spaces. The...
**Describe the bug** Running the `Create Manifest` command fails on 0.4.1 **To Reproduce** This is happening because 'okteto init' now always asks questions to the user. we need to find...
**Is your feature request related to a problem? Please describe.** I'd like okteto to automatically install extensions on vscode remote **Additional context** VSCode supports this, so it might be a...
**Is your feature request related to a problem? Please describe.** If the `workdir` is not specified in the manifest, we should try to detect it instead of always going to...
**Describe the bug** `okteto destroy` won't stop if I press CTRL+C **To Reproduce** Steps to reproduce the behavior: 1. Deploy a docker-compose 2. run `okteto destroy` 3. press `ctrl+c` **Expected...
**Is your feature request related to a problem? Please describe.** It's confusing that `okteto deploy` accepts a `--wait` command but okteto destroy doesn't. Does this mean that `okteto deploy` can...