Javier López Barba
Javier López Barba
**Describe the bug** I have a database defined in the stack and I don't know why I don't get an endpoint. **To Reproduce** Run this stack ``` services: db: image:...
**Describe the bug** If I try to build/check an image from a non existent namespace, okteto CLI returns me an UNAUTHORIZED ERROR **To Reproduce** Steps to reproduce the behavior: 1....
**Describe the bug** When I install any package and I get asked to accept. I usually just press enter and it works. It seems that okteto you always need to...
**Describe the bug** Secrets with mode are not creating the permissions for the file correctly **To Reproduce** Steps to reproduce the behavior: 1. Run okteto up on this okteto.yml: ```...
Hi, I need to know if there is a variable in my text that is empty after expanding it. I need those variables not to expand and use the original...
# Proposed changes Fixes DEV-156 - Add debug logs - Fix encoding from hex to string - Fix untracked content was not using the timeout - Fix increase timeout from...
## Parent epic/feature * Feature: [Okteto CLI 3.0](https://www.notion.so/okteto/Okteto-CLI-3-0-Epic-2-Default-to-remote-and-remove-deprecated-features-64f818252e6944d88186f7572e4e1294?pvs=4) ## Description There are several graphql calls that have been deprecated more than 1 year. We need to remove these dead code...
## Parent epic/feature * Feature: [Okteto CLI 3.0](https://www.notion.so/okteto/Okteto-CLI-3-0-Epic-2-Default-to-remote-and-remove-deprecated-features-64f818252e6944d88186f7572e4e1294?pvs=4) ## Description Remove the fields `dev.annotations` and `dev.labels` These commands have been replaced `dev.metadata.labels`, `dev.metadata.annotations` and `dev.selector` to achieve the previous behaviour...
# Proposed changes Fixes DEV-232 - Fix multi tags with okteto registries. - When we run a command like `okteto build -t okteto.dev/myapp:1.0.0,okteto.dev/myapp:latest` - It was preventing us to create...
DEV-327 # Proposed changes In this PR we've addressed that `okteto exec` was behaving different to `kubectl exec`. Also we didn't have any test for that command, which now we...