skaffold icon indicating copy to clipboard operation
skaffold copied to clipboard

Easy and Repeatable Kubernetes Development

Results 383 skaffold issues
Sort by recently updated
recently updated
newest added

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...

priority/p3
platform/minikube
kind/friction

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...

kind/bug
area/deploy
deploy/helm
priority/p3
area/secrets

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...

meta/release
kind/todo

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...

kind/feature-request
area/deploy
deploy/helm
priority/p1
kind/friction
planning/Q4-21

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:...

meta/test-flake
kind/todo

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...

kind/feature-request
deploy/helm
priority/p2
area/render
2.0.0

### 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...

kind/feature-request
area/build
priority/p2
build/kaniko

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...

kind/bug
area/build
priority/p2
build/kaniko
needs-reproduction

### 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...

kind/feature-request
priority/p2
area/render

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...

meta/testing
kind/todo