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

When testing, I observed, skaffold apply used kpt apply does not use kpt deployer. This could be a design decision and we need to confer with @yuwenma for this. Skaffold...

kind/bug
priority/p2
v2-beta1-bugbash

skaffold v2 run on a kpt sample fails with error below ``` ➜ kpt_demo git:(guestbook-sample-v2) ✗ skaffoldv2 run -d gcr.io/tejal-gke1 Generating tags... - redis-slave -> gcr.io/tejal-gke1/redis-slave:latest - php-redis -> gcr.io/tejal-gke1/php-redis:latest...

kind/bug
priority/p2
v2-beta1-bugbash

Consider the sample app https://github.com/yuwenma/skaffold/tree/guestbook-sample-v2 with - helm charts - kustomize paths - raw kubernetes yaml. The generated skaffold.yaml only initializes the `kustomizePaths` and helm deploy section. ![image](https://user-images.githubusercontent.com/1534539/180366678-eae7fb62-fa79-410c-8520-2f43946df23e.png) On V1,...

kind/bug
priority/p3
v2-beta1-bugbash

For GKE auto-pilot clusters, using Skaffold from M1 Mac devices, when the cluster has scaled down to 0 nodes, Skaffold cannot detect the node architecture and the image builds happen...

kind/bug
priority/p2
cluster/auto-gke
area/cross-platform
v2-beta1-bugbash

I was looking through some error proto codes. The convention of an error code is `_` Now, that manifest manipulation happens in Render, we need to rename or add new...

priority/p2
kind/todo
2.0.0

--hydration dir doesn’t work as expected IIUC: --hydration-dir=manifests doesn’t output manifests/manifests.yaml, still .kpt-pipeline/manifests.yaml

priority/p2
kind/todo
2.0.0

V1 -> v2 kpt render and deploy - “what is the plan/requirements here for users upgrading”. Might make sense to look at stats to see how many v1 users use...

priority/p2
kind/todo
2.0.0

Fix and reenable the following disabled tests to run on kokoro - [ ] Google Cloud Build - [ ] Google Cloud Build with Kaniko - [ ] kaniko -...

priority/p2
kind/todo
2.0.0

Fix and reenable this test to run on kokoro

priority/p2
kind/todo
planning/Q2-21