Tejal Desai

Results 20 issues of 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...

kind/bug
priority/p2
v2-beta1-bugbash

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

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

**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...

size/L

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

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...

enhancement

@kevingessner opened an https://github.com/GoogleContainerTools/distroless/issues/181 where download_pkgs and install_pkgs can be useful to them. Document these.

documentation

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