Aaron Prindle
Aaron Prindle
The skaffold image has been updated to use JDK 17. Currently this is only available in our `edge` CI/CD builds available at - `gcr.io/k8s-skaffold/skaffold:edge` as we have not done a...
@halvards do you have an opinion on bumping the ko version that skaffold uses? It might make sense to create an issue to track bumping this to `v0.12.0` (not sure...
Recently a new feature enabled via `--tolerate-failures-until-deadline` and deploy.tolerateFailuresUntilDeadline=true (in skaffold.yaml) config allows for `dev` (as well as `run`, `apply`, and `deploy`) to not fail when a deployment encounters an...
@emanuele-leopardi thanks for flagging this, unfortunately the team hasn't had time to investigate this. If you could make a sample repository that reproduces this that the team could pull down...
Someone in the issue thread there mentioned a workaround: https://github.com/kubernetes/kubernetes/issues/28369#issuecomment-1317380621 Haven't looked at it closely but perhaps we could do something similar (re-opening for now given this)
Recently this PR was merged: https://github.com/GoogleContainerTools/skaffold/pull/8047 Which adds the `--tolerate-failures-until-deadline=[true|false]` flag to Skaffold as well as the below skaffold config option ``` deploy: tolerateFailuresUntilDeadline: true #false is default ``` to...
I am attempting to go through the repro steps above, got: ``` aprindle@aprindle-ssd ~/skaffold-verdaccio [master]$ docker-compose up ERROR: The Compose file './docker-compose.yml' is invalid because: networks.my-net value Additional properties are...
@Xysto can you try using the `--skip-push-permission-check` flag (docs here - https://github.com/GoogleContainerTools/kaniko?tab=readme-ov-file#flag---skip-push-permission-check) and see if that is able to resolve this issue using a proxy? Currently it's not clear to...
Kicked the CLA job, all good now! Thanks for the PR @MarkMoretto!
Related #1881