adripedriza
adripedriza
**Describe the bug** At this point it is no longer necessary to distinguish between opening the forward using ssh or not. We will always use ssh. https://github.com/okteto/okteto/blob/master/cmd/up/forwards.go#L34
**Is your feature request related to a problem? Please describe.** In order to be able to add new features such as e2e testing using kinD (#2465) , it is necessary...
Signed-off-by: adripedriza # Proposed changes Fixes #3056 - add e2e test where build cmd is tested using secrets in manifest build section
**Is your feature request related to a problem? Please describe.** we have detected that the main logic of the `okteto build` command is not quite clear following the main flow....
**Is your feature request related to a problem? Please describe.** we should add an e2e test to cover the case of checking that the secrets are correctly added when reading...
**Describe the bug** Currently, if the user is using a cluster that does not have okteto installed and does not specify the name of the images of his application, the...
**Describe the bug** After https://github.com/okteto/okteto/pull/3880 integration (before it we got a panic) when I want to use `--no-bash` flag to not use `bash` wrapping the desired command to exec, I...
more context -> https://docs.docker.com/engine/reference/builder/#run **Describe the bug** We are using the _shell form_ to execute the deploy/destroy command remotely (https://github.com/okteto/okteto/blob/master/cmd/deploy/remote.go#L84). This causes problems when executing commands containing spaces among other...
**Describe the bug** When an `okteto up` session with a global forward wants to open a port declared in the global forward section already in use, this session will keep...
**Describe the bug** Variables contained in a dev environment are always added as dependency variables in the congigmap (in the `depencyEnvs` field) relative to that dev environment. **To Reproduce** Steps...