skaffold
skaffold copied to clipboard
Easy and Repeatable Kubernetes Development
truncated postgres logs ``` > kubectl logs postgres # ~ The files belonging to this database system will be owned by user "postgres". This user must also own the server...
I'd like to be able to patch the manifests that skaffold generates after skaffold has applied all changes. Concrete use case: when I use skaffold to remotely debug a go...
### Expected behavior When using `skaffold dev --port-forward` the ports I have setup in my YAML would automatically port-forward. ### Actual behavior We are using Argo Rollout in our Helm...
### Expected behavior Unreferenced Dockerfile stages to be excluded from hash/dependency check. ### Actual behavior Skaffold appears to do some check against the whole `Dockerfile` despite a stage not being...
I'm trying to set `nodeSelector` and `tolerations` through the `setValues` and `setValueTemplates` configuration options, like this: ``` setValues: tolerations: - key: dedicated operator: Equal value: "true" effect: NoSchedule nodeSelector: dedicated:...
When calling `skaffold build` we get errors like: > time="2025-01-31T10:37:58Z" level=warning msg="multiple deploy.kubectl.defaultNamespace values set (foo, bar), only last pipeline's value will be used" subtask=-1 task=DevLoop while there will never...
In my project, I use skaffold to deploy off-the-shelf components (alongside my own components). For these components, skaffold doesn't build the images and hence doesn't load them into a local...
Fixes: #9626 **Description** See issue https://github.com/GoogleContainerTools/skaffold/issues/9626
### Bug Report #### Description The `skaffold.yaml` configuration below is intended to set up port forwarding for a specific Cloud Run service using dynamic `USER`-based naming. The configuration appears to...
**Description** Something in my setup broke and skaffold started panicking in the `envVarForImage` function: ``` WARN[0014] unable to extract values for IMAGE_REPO, IMAGE_TAG and IMAGE_DIGEST from image k3d-localhost:5111/***:v0.0.1-1004-g4cd4ad1a8@1ff316f0e620a4907dd028061654680b7c4b00f48d43dbdb906fec77bc3d96e5 due to...