skaffold
skaffold copied to clipboard
Easy and Repeatable Kubernetes Development
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...
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...
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.  On V1,...
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...
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...
--hydration dir doesn’t work as expected IIUC: --hydration-dir=manifests doesn’t output manifests/manifests.yaml, still .kpt-pipeline/manifests.yaml
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...
Fix and reenable the following disabled tests to run on kokoro - [ ] Google Cloud Build - [ ] Google Cloud Build with Kaniko - [ ] kaniko -...
Fix and reenable this test to run on kokoro