skaffold icon indicating copy to clipboard operation
skaffold copied to clipboard

Easy and Repeatable Kubernetes Development

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

### Expected behavior Using Skaffold with CloudRun should allow users to specify whether their provisioned service is reachable from the internet. Technically, this means that users should be able to...

**Description** Added graceful shutdown for helm command the CommandContext kills the process when we cancel the context ![image](https://github.com/user-attachments/assets/47d4679d-f40e-4a39-9039-e72a27bc6052) it leads to an inconsistent state in helm charts, the helm left...

type:enhancement
area:backend

> [!WARNING] > Dependabot will stop supporting `bundler v1`! > > Please upgrade to version `v2`. > Bumps [puma](https://github.com/puma/puma) from 5.6.8 to 5.6.9. Changelog Sourced from puma's changelog. 5.6.9 /...

size/XS
dependencies
ruby

apiVersion: skaffold/v4beta11 kind: Config metadata: name: skaffold-python-app build: artifacts: - image: skaffold-python-app docker: dockerfile: Dockerfile tagPolicy: customTemplate: template: 'skaffold-python-app:latest' # 固定的 latest 标签 manifests: rawYaml: - k8s/deployment.yaml - k8s/service.yaml 执行后依然提示...

### Expected behavior I would expect that blocks of code could propagate or be reused within "required" config modules. ### Actual behavior When trying to break up a large skaffold...

kind/feature-request
area/config
priority/p2
kind/design discussion

### Expected behavior I can specify an `output_groups=tarball` in my skaffold template to use the tarball from an `oci_load` bazel target. ### Actual behavior The `oci_load` run script is assumed...

Summary: Fixes #9484 Fixes: #9484 **Description** This was tested with and without #9512 in place. Test Plan: Tested skaffold over a ssh connection to minikube.

size/XS

**Description** As discussed in office hours, draft PR showing go dependency upgrades. * Many dependencies have published breaking changes so tests and fixes are needed in Skaffold. These are at...

size/XXL

### Expected behavior According to this in docs: https://skaffold.dev/docs/status-check/#configuring-timeout-for-status-check in case that both `statusCheckDeadlineSeconds` and `Deployment.spec.progressDeadlineSeconds` are set in `skaffold.yaml`, precedence is given to `Deployment.spec.progressDeadline` only if it is less...

### Expected behavior The command `skaffold deploy --skip-render` upgrades a release to a new version of a chart if `deploy.helm.releases.[].version` has changed. ### Actual behavior The command `skaffold deploy --skip-render`...

kind/bug
area/deploy
deploy/helm
priority/p3
planning/Q4-21
area/onboarding