Javier López Barba

Results 51 issues of Javier López Barba

**Describe the bug** When I run an executable, from an absolute path on windows it's not finding the correct executable because it's removing all backslash ``` yaml deploy: - C:\Users\myuser\Repos\okteto\bin\okteto.exe...

bug
windows
high
ready

**Describe the bug** We should retry server errors (5xx) on pipeline command because they can be transient. **Expected behavior** It should retry the error at least one time **Desktop (please...

epsilon

**Describe the bug** If you run okteto up and inside the container you run an okteto deploy command. The command will fail with the following error: But when adding the...

high
ready

**Describe the bug** If I run okteto up on a repo with a docker compose and the inferred okteto manifest (docker-compose is transformed into a okteto manifest) doesn't have any...

bug
usage
medium
ready

**Is your feature request related to a problem? Please describe.** I want to set the platform that my images should be built. It's common that the architecture from local is...

customer request
epsilon

**Describe the bug** When running an `okteto deploy` command from a helm chart or a manifest v2 without build section the following message appears: `Images were already built. To rebuild...

bug
medium
epsilon

**Describe the bug** If I have 10 dev environments and I'm currently with two of them in development mode (two services `okteto up`) I'd expect that `okteto down` selector only...

low
enhancement

**Describe the bug** `okteto init` creates the build section wrong. It creates: ``` yaml build: api: context: api dockerfile: api/Dockerfile image: jlopezbarb/movies-api:1.0.0 ``` instead of: ``` yaml build: api: context:...

bug
good first issue
low

**Describe the bug** We have several race conditions with the spinner trying to write to stdout while the logger is also writing to stdout. It results in this weird behavior:...

low
keep
technical debt

**Is your feature request related to a problem? Please describe.** You can destroy all resources from the UI but there is no way of doing it through the CLI. **Describe...

low
keep
enhancement