Ignacio Fuertes
Ignacio Fuertes
> > Would it make sense to allow a new property in the stack to specify how to replace the deployment and keep the current behavior by default? > >...
Ok, sounds good! 👍
@pchico83 Yes, we can store the folder. In fact, we were storing the folder but with the changes to use current working directory we don't store folders anymore. If the...
@pchico83 In that case, I think current working directory should be the same than the specified folder with `-f` (being relative to the git repo). I cannot think in a...
@pchico83 Also, one scenario to bear in mind, maybe a corner case but we have to think at least if we want to support it or not. A git repo...
To be considered defining this. Currently, if you execute `okteto deploy -f` with a non-existent file, we detect that the specified file doesn't exist and we keep executing it with...
It might happen that the logs are stored just when the deploy has finished and the UI didn't subscribed properly to SSE events for logs as it is in the...
This is due to the library we use for doing graphql requests. When there is an error in the request, they are just getting the `Message` and the `Localtions`. We...
This is related to this one https://github.com/okteto/okteto/issues/2583. It is due to the application name and how deploys within other deploys work. For example, if you modify this https://github.com/okteto/movies-rentals/blob/main/okteto.yml#L9 to deploy...
@jmacelroy No, something that just came up to my mind the other day when we were talking about other issue with the certificate authority and the proxy for the `okteto...