skaffold
skaffold copied to clipboard
Easy and Repeatable Kubernetes Development
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"`
### 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...
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...
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...
##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...
- [x] #7808 - [x] #7809 - [ ] #7863 - [ ] #7868
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.
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...
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...
### 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...