skaffold icon indicating copy to clipboard operation
skaffold copied to clipboard

Easy and Repeatable Kubernetes Development

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

From HaTS feedback: > skaffold doesn't seem to honour the SKAFFOLD_CONFIG environment variable, instead I have had to alias skaffold with `alias skaffold="skaffold --config $XDG_CONFIG_HOME/skaffold"`

kind/bug
area/cli

### Expected behavior Skaffold will tag the artifacts with the registry provided `registry.localhost:32000/api-gateway:2d7ca77d4@sha256:e11640290a608312c2cdd72c038bdfaef65cf2d7f2cca1fb62092ba28a265197` This is the behavior I see in skaffold version `v1 .35.0` ### Actual behavior Skaffold tags the...

kind/bug
priority/p2
area/tag
needs-reproduction

Fixes: #7555 **Description** This PR implements support for running cross-platform builds on GoogleCloudBuild. It does this by injecting a prebuild step `platformEmulatorInstallStep` that runs `docker/binfmt` image to install required tooling...

size/M

I was trying to run skaffold diagnose on a v1.37.2 on a skaffold.yaml and I ran into this error ``` panic: interface conversion: util.VersionedConfig is *v1.SkaffoldConfig, not *latest.SkaffoldConfig goroutine 1...

kind/bug
priority/p2
v2-beta1-bugbash

##Description integration some tests in integration/build_cluster_test.go were temporarily disabled due to v2 migration without completing v2 render Some disabled tests may fail when enabling it due to test skaffold.yaml don't...

priority/p2
kind/todo
2.0.0

- [x] #7808 - [x] #7809 - [ ] #7863 - [ ] #7868

kind/feature-request
priority/p1

Add specific Skaffold Error Codes for sessions that fail build or deploy due to platform mismatch errors so that they can be quantified from the telemetry.

priority/p1
kind/todo
area/multi-platform

There is no multi-arch support in docker engine image API. So there should be an actionable error message when trying to build multi-arch images without providing a container registry or...

priority/p1
kind/todo
area/multi-platform

For the set of builders that only support creating single-platform images, Skaffold will iteratively create single platform images for these builders and then generate a fat manifest programmatically that consists...

priority/p1
kind/todo
area/multi-platform

### Expected behavior * Skaffold should build images without hitting docker pull rate limits. ### Actual behavior - servicename: Error checking cache. getting hash for artifact "servicename": getting dependencies for...

kind/bug
priority/awaiting-more-evidence
kind/friction