Tejal Desai
Tejal Desai
I was trying to run skaffold diagnose on a v1.37.2 on a skaffold.yaml and I ran into this error ``` panic: interface conversion: util.VersionedConfig is *v1.SkaffoldConfig, not *latest.SkaffoldConfig goroutine 1...
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,...
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...
**Should merge after Beta release.** Simplifying skaffold codebase and moving all runner/v2 to runner. Similarly moving all runcontext/v2 to runcontext. This will remove all dead v1 related code on main...
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
New feature to add a planning board to triage party. Features supported: 1) Categorize issues per themes or OKRs for a quarter. In the screen shot, Skaffold themes for planning...
@kevingessner opened an https://github.com/GoogleContainerTools/distroless/issues/181 where download_pkgs and install_pkgs can be useful to them. Document these.
Write now the workaround it is to use the script which explicitly call the "_fetch" target. https://github.com/GoogleCloudPlatform/base-images-docker/blob/master/bootstrap_image.sh#L43