-
**Describe the bug**
If I run `okteto deploy` [on this repo](https://github.com/okteto/python-flask-cockroachdb) it should say there isn't a deploy option defined. Instead, it's building and deployin…
-
**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`
…
-
**Is your feature request related to a problem? Please describe.**
I deploy using several helms into one namespace, and use okteto to spin up dev containers for specific services.
The issue is that …
-
**Describe the bug**
When you have a folder with dashes, the envvars suggested don't have their dashes replaced by underscores.
```
# You can use the following env vars to refer to this image i…
-
**Describe the bug**
There are several commands or manifest sections that require the path of an okteto manifest. For example, we are using `file` as a flag in Okteto CLI commands, but we are using `…
-
**Is your feature request related to a problem? Please describe.**
I have a docker-compose file, and I want to forward the okteto ssh server on `okteto up`.
Today I have to redefine a `dev` containe…
-
**Describe the bug**
If I have an image on the `build` section that sets the `context` field, the value for `dockerfile` should be relative to the `context` field. In particular, if not defined, it s…
-
**Describe the bug**
If you run `okteto down` the prompt lists all dev containers but it says to select the container you want to "activate".
**To Reproduce**
Steps to reproduce the behavior:
…
-
**Describe the bug**
When I execute `okteto deploy -f ` with a manifest in a different folder than the repo root, the CLI is not able to calculate properly the git repo and branch when the command is…
-
Right now, we have Dockerfile for deploying server to production.
We could also use Docker in development though -> both web app and server could be running in their own docker containers, therefor…