skaffold icon indicating copy to clipboard operation
skaffold copied to clipboard

Easy and Repeatable Kubernetes Development

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

I want to develop a workflow when developer makes changes to the code and this code continuously deployed to the test Kubernetes AWS EKS cluster. Images are building in the...

area/build
priority/p3
kind/documentation
needs-reproduction
platform/aws
area/docs
kind/friction

Most of our time is spent **waiting** for helm chart render and deployment to run one by one (this is exceptionally problematic when deploying/rendering tasks is taking a few minutes)....

kind/feature-request
priority/p3

I am trying to deploy my NodeJS application on a local Kubernetes cluster, using `skaffold` but I get the following result: ``` INFO[0001] Render completed in 15.042699ms subtask=-1 task=DevLoop Tags...

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

### Expected behavior `skaffold dev` replaces image tags+digest on any image in the k8s manifests that it builds as part of the pipeline. ### Actual behavior Images with an existing...

Fixes: #nnn **Related**: _Relevant tracking issues, for context_ **Merge before/after**: _Dependent or prerequisite PRs_ **Description** **User facing changes (remove if N/A)** **Follow-up Work (remove if N/A)**

size/M

Fixes: #9051 **Description** Tested and enabled "--namespace" option for **verify** and **exec** commands **User facing changes** *Before*: no "--namespace" available for verify and exec commands *After*: "--namespace" is available for...

size/XS

Fixes: #9308 **Description** Found and fixed data race condition in tar.go

size/M

### Expected behavior No data race ### Actual behavior ``` WARNING: DATA RACE Read at 0x00c0000b0040 by goroutine 469: archive/tar.(*regFileWriter).logicalRemaining() :1 +0x38 archive/tar.(*Writer).Flush() /usr/local/go/src/archive/tar/writer.go:53 +0x5c archive/tar.(*Writer).Close() /usr/local/go/src/archive/tar/writer.go:478 +0xa4 github.com/GoogleContainerTools/skaffold/v2/pkg/skaffold/util.CreateTar.func1() /Users/main/Development/idsulik/skaffold/pkg/skaffold/util/tar.go:53...

### Expected behavior `skaffold dev` running properly ### Actual behavior exit with "missing Resource metadata", no resource except images were created ### Information - Skaffold version: v2.7.1 - Operating system:...

needs-reproduction

Current go version skaffold uses (1.21.0) is affected by various vulnerabilties CVE-2023-44487 CVE-2023-39323 CVE-2023-45285 CVE-2023-39322 CVE-2023-39321 CVE-2023-39326 CVE-2023-39318 CVE-2023-39319 Fixes for these are all in go version 1.21.3 and up...