skaffold icon indicating copy to clipboard operation
skaffold copied to clipboard

Easy and Repeatable Kubernetes Development

Results 450 skaffold issues
Sort by recently updated
recently updated
newest added
trafficstars

### Expected behavior - should deploy without accident with helm and local packaged chart according the [documentation](https://skaffold.dev/docs/references/yaml/) ### Actual behavior returns `Error: only unpacked charts can be updated` ### Information...

kind/bug
area/deploy
deploy/helm
priority/p2

v1.36.1 Macos Skaffold delete will fail if the config includes a helm chart that isn't found on the cluster. This can easily happen if a deployment is only partially successful,...

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

### Expected behavior `skaffold build` works without any issues ### Actual behavior ``` $ colima start $ docker ps -a aih1013@AIH1013-TAILIFY > ~/dev/fides > docker ps -a CONTAINER ID IMAGE...

priority/p3
kind/enhancement

### Expected behavior `skaffold build` should build java images with jib using mvnw when run inside the `gcr.io/k8s-skaffold/skaffold:v1.37.1-lts` image. ### Actual behavior `skaffold build` throws when run inside the `gcr.io/k9s-skaffold/skaffold:v1.37.1-lts`...

kind/bug
build/gcb
build/jib
priority/p1

### Expected behavior `skaffold run` & `skaffold dev` commands exit successfully ### Actual behavior ``` Starting deploy... Release "mshepelev-luigi" has been upgraded. Happy Helming! NAME: mshepelev-luigi LAST DEPLOYED: Mon May...

kind/bug
area/deploy
deploy/helm
priority/p2

I cannot get "skaffold debug" to work. I'm certain this is a configuration issue, but I don't know what's wrong. ### Expected behavior Being able to connect to the debugger...

kind/bug
deploy/helm
priority/p2
area/debug

@veermuchandi has been encountering a very odd issue where Skaffold on one of his Cloud Shell instances is unable to report logs from pods, or sync changed files into a...

kind/bug
priority/p2

### Expected behavior If you make changes to the code while in "Debug on Kubernetes" the code sync between the editor and the container should work exactly the same way...

kind/bug
priority/p2
area/debug

Current issues that come up pretty frequenty: - when using render or deploy independantly, often errors stating `could not find image:`. In these cases user likely wants to use `build`...

priority/p3
kind/todo
area/errors
needs-actionable-error
2.0.0

### Expected behavior Build succeeds ### Actual behavior ``` Generating tags... - registry.tailify.com/tailify/fides-base -> registry.tailify.com/tailify/fides-base:0861de9b9beae704f3e3b965f05cb330a0e819517a3656eb4b22ad30ed14e315 - registry.tailify.com/tailify/fides-code -> registry.tailify.com/tailify/fides-code:ab17de4ef721d27debf7d7899716a43ee44b59431f0618faa3b3d6d4ea0e33e7 - registry.tailify.com/tailify/fides-spark -> registry.tailify.com/tailify/fides-spark:d2ec5688f8edcba2bd795dd7a533763f2733ab40c5543e24c60cef44306c2419 - registry.tailify.com/tailify/fides-backend -> registry.tailify.com/tailify/fides-backend:35c051b2ede582eff6d342a8af8bc7aea250c4a73452fda7dc3159d411c78911 Checking cache... -...

priority/p2
area/cache
kind/friction