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

### Actual behavior It looks like running `skaffold run` fails when the docker socket isn't in the default location of `/var/run/docker.sock`. Even when setting the options in the `skaffold.yaml` to...

help wanted
good first issue
kind/feature-request
priority/p2
build/docker
kind/friction

### Expected behavior Jib should respect task dependencies specified in `build.gradle`. ### Actual behavior Jib appears to be using a "raw" `jibDockerBuild` task, without relying on its possible task dependencies...

kind/bug
area/build
priority/p3
build/jib
area/artifact-dependencies

But if you use a local dependency (via `path`) it works fine More context can be found in the discussion in kubernetes slack https://kubernetes.slack.com/archives/CABQMSZA6/p1645463031027819 ### Expected behavior I expect when...

kind/bug
priority/p3
area/modules

My requirement is to generate the helm configuration based on certain Environment variables right before the helm deplyoment task starts. ### Expected behavior Skaffold should deploy only once and skipped...

kind/bug
priority/p3
area/hooks

### Expected behavior When declaring a list of custom test commands in skaffold yml its expected that commands only run if the changes are in files defined in their respective...

kind/bug
help wanted
area/testing
priority/p3
kind/friction

For doing cross-platform docker builds we need QEMU emulation support to be configured in the kernel using the `binfmt_misc` extensions. These extensions are installed by default with `Docker Desktop` while...

priority/p1
kind/friction
source/partnerships
area/cross-platform

### Expected behavior Create resource(s) with autogenerated names as seen [here](https://kubernetes.io/docs/reference/using-api/api-concepts/#generated-values). ### Actual behavior Using `generateName` for names under `metadata` doesn't work since Skaffold seems to run `kubectl apply` underneath...

priority/p2
kind/friction
kind/enhancement

### Expected behavior I like to test skaffold locally before upgrading the version I use in CI I use a rolling distribution to get recent versions of my tools I...

kind/question
priority/p1
area/ci-cd
platform/linux

### Information I had this Kubernetes manifest - mistakenly, I have put **2 same sections (_ports_ section)** in the manifest. I prepared an example configuration to reproduce this issue. This...

kind/bug
priority/p2
needs-reproduction

Currently the skaffold docker deployer creates a skaffold- network each run but does not clean it up during Cleanup/deletion. This means over time these skaffold networks increase monotonically until a...

kind/todo
area/verify