skaffold
skaffold copied to clipboard
Easy and Repeatable Kubernetes Development
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
### 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...
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...
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...
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...
### 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...
### 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:...
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...
### 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 -...
### 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...