Pablo Caderno
Pablo Caderno
@alexellis I'm trying to figure out if the user is running Git Bash. So far I can think of: - Checking if the OS is Windows - The "EXEPATH" env...
Hi @tejal29, I've been playing around with this and got skaffold to run as described here. Personally, I don't think this is an issue but the intended behavior. Dependencies are...
Seems to be working fine for me (Linux): ``` export SKAFFOLD_CONFIG='/tmp/skaffoldconfig $ skaffold dev -v=DEBUG ... INFO[0000] Loaded Skaffold defaults from "/tmp/skaffoldconfig" subtask=-1 task=DevLoop ... ```
Japanese translations would probably have to be updated too.
Hi @kenfdev and @toshi0607, I've removed all the Docker Swarm references from the labs, could you do the same for the Japanese translation?
Cannot reproduce it either.
I've observed a funny behavior that "could explain" this issue. After testing the ssh driver a few times, I've noticed that if I reuse a profile that hadn't worked on...
Hola @lord-destruction, sabes si tienes correctamente configurados los cgroups con docker? Para verificarlo puedes simplemente lanzar un container con nginx: ``` docker run --name nginx -d -m 8m --rm nginx...
I've been looking into this one. Most of the tests pass, the "scaling" ones fail (I guess these should be skipped), but the `test-logger` function fails with: ``` === RUN...
I guess this answer was for me instead of Lucas (: As I mentioned in my comment, the scaling tests fail so I'm ignoring them for now. I am running...