skaffold
skaffold copied to clipboard
Easy and Repeatable Kubernetes Development
Skaffold is confused when running under local "none" minikube. ~$ minikube docker-env ❌ Exiting due to ENV_DRIVER_CONFLICT: 'none' driver does not support 'minikube docker-env' command ### Expected behavior Skaffold ignores...
Skaffold doesn't seem to have any options for providing Authentication credentials to a private GitHub hosted Helm repository. I currently access my Helm repo via a GitHub access token. For...
Currently the skaffold image pulls binaries directly from the internet during the build process. When selecting the version of each binary to use, we should instead pull them down and...
Helm 3.1 supports specifying a `post-renderer`, a simple filter that is afforded an opportunity to alter the rendered manifests prior to being applied to the cluster. We use the post-renderer...
Saw a test flake for `TestGracefulBuildCancel` during a test run, full logs here: https://github.com/GoogleContainerTools/skaffold/runs/7616833762?check_suite_focus=true Error snippet: ``` === Failed Tests === /pkg/skaffold/build/misc/TestGracefulBuildCancel --- FAIL: TestGracefulBuildCancel (1.06s) /pkg/skaffold/build/misc/TestGracefulBuildCancel/terminate_before_timeout graceful_test.go:64: unexpected error:...
Related to https://github.com/GoogleContainerTools/skaffold/issues/6952 This issue tracks adding additional logic to `upgrade.go` for v2beta29 to aid users in catching any errors related to them using image defaults that don't correspond to...
### Expected behavior Setting ephmeralStorage when using the kaniko builder should set ephmeral-storage for the kaniko container. ### Actual behavior I observe ephmeral-storage being changed for the init container but...
I have a self-sign cert, configed in `registryCertificate` but it's look like kaniko haven't read it _ ### Expected behavior at least kaniko try to read my cert ### Actual...
### Expected behavior `skaffold render` should take into account not just the `setValues` entries but the `overrides` as well, just as `skaffold run` does. ### Actual behavior The `overrides` section...
In Skaffold V2 there was a regression where pod status checks were hanging indefinitely but none of our integration tests seem to catch this. This issue tracks adding additional integration...