skaffold
skaffold copied to clipboard
Easy and Repeatable Kubernetes Development
Hey, I am trying to deploy [zitadel](https://github.com/zitadel/zitadel-charts) Helm chart using skaffold `v4beta11`. Unfortunately `skaffold run` just hangs while creating job resources. I tried to debug and narrow down the problem...
## Environment - Skaffold version: v2.16.0 - OS: Linux - Docker version: Docker version 28.2.2, build e6534b4 ## Description Skaffold generates identical image tags for different build profiles when the...
`skaffold dev` cannot build an image: ``` ... Digest: sha256:42e2ea1eec79c769a4c301cbb3536890d8d3860effde4034d8c6fc57f93f9587 Status: Downloaded newer image for buildpacksio/lifecycle:0.17.7 ===> ANALYZING [analyzer] Timer: Analyzer started at 2025-02-09T18:12:27Z [analyzer] Image with name "skaffold-buildpacks-node:latest" not...
skaffold v2.13.2 on Windows 10 destroys umlauts that appear in the build log output. This happens for jib, maven and even for simple things like custom buildCommand command like echo...
The kubectl deployer's defaultNamespace is determined by the current context's namespace. This behavior only allows applying raw YAML Kubernetes resources with multiple namespaces if the current context’s namespace is set...
``` apiVersion: skaffold/v2beta28 kind: Config metadata: name: vmstack deploy: helm: flags: upgrade: - --timeout - 600s - --debug install: - --debug releases: - name: vm-operator repo: https://victoriametrics.github.io/helm-charts/ remoteChart: victoria-metrics-operator version:...
When using `skaffold dev` with a profile that has `portForwarding`, the port-forward can encounter errors that don't show in the logs. This is problematic when the file watch functionality of...
Could you consider adding support for the `tolerateFailuresUntilDeadline` field for Helm deployments in Skaffold? **Context** In GKE Autopilot clusters, Helm deployments sometimes fail in Skaffold due to delays caused by...
Config: ```yaml # skaffold.yaml apiVersion: skaffold/v4beta12 kind: Config metadata: name: cfg requires: - configs: ["cfg2"] --- apiVersion: skaffold/v4beta12 kind: Config metadata: name: cfg2 manifests: rawYaml: - skaffold-namespace.yaml deploy: kubectl: ```...
When a run of `skaffold verify` is aborted by signal, it returns an exit code of `0`, indicating success. This is problematic when using `skaffold verify` for testing in CI,...