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
trafficstars

As noted by @gsquared94 in https://github.com/GoogleContainerTools/skaffold/pull/7699#discussion_r933415382 Grouping all render options would - make function signature betters - help identify tests for different permutations of render options

kind/todo
fixit

### Expected behavior When using `remoteManifests`, if the deployed manifest contains an image digest then the image is not replaced with the one built by skaffold ### Actual behavior The...

kind/feature-request
area/deploy
priority/p3

Please patch the below images with instructions mentioned [here](https://docs.google.com/document/d/1gYJVoBCZiRzUTQs_-wKsfhHdskiMtJtWWQyI-t0mhC8/edit?resourcekey=0-NdLapTumfpzxH_bri0fLZQ#heading=h.p4mphzyz8m7y). gcr.io/k8s-skaffold/skaffold:v1.39.1-lts gcr.io/k8s-skaffold/skaffold:v1.37.2-lts gcr.io/k8s-skaffold/skaffold:v1.35.3-lts Once the patched images are available, please ping Cloud Deploy team until there is an automated way to...

kind/todo
lts os vuln

1. create a multi-node minikube cluster using `minikube start --nodes 2` 2. run `skaffold dev` ### Expected behavior It should work as expected ### Actual behavior It failed with following...

kind/bug
help wanted
area/build
priority/p3
build/docker
platform/minikube

Putting all known todos for v2 docs into this tracking issue: - [x] write Render page - (#7376 ) - [x] update all `Deployer` docs to `Renderer` docs - (#7376...

kind/documentation
priority/p1
kind/todo
area/docs
2.0.0

### Expected behavior built docker image with :dev tag ### Actual behavior built docker image with :latest tag ### Information - Skaffold version: v1.39.1 - Operating system: MacOs Monterey 12.4...

kind/question
area/tag

### Expected behavior - when deployStatusCheck exceeds the time limit, skaffold logs should show something like status check failed ### Actual behavior - skaffold logs shows that deployment failed Log:...

kind/feature-request
priority/p2
area/eventing
area/status-check

From a report on [StackOverflow](https://stackoverflow.com/q/69872578/600339) > Link to the github https://github.com/oliviaflexx/quizlet-clone/tree/24b8d524ba428b8e33c7412d6b14926199fdb0e7 > > I'm trying to build a microservices application and when I ran skaffold dev yesterday it worked fine...

kind/bug
needs-reproduction
area/dev

### Expected behavior skaffold execute helm upgrade with flags ### Actual behavior Error: unknown flag: --history-max 3 deploying "release_name": install: exit status 1 ### Information - Skaffold version: v1.35.2 -...

deploy/helm
kind/documentation
priority/p1
area/docs

### Expected behavior Expect the dev mode watcher to stay running while I fix manifests until the deployment stays working. ### Actual behavior Skaffold exits out if the deployment fails...

help wanted
kind/feature-request
priority/p2
area/dev
kind/todo
kind/friction