ericzzzzzzz

Results 25 issues of ericzzzzzzz

while running skaffold render with v2beta29 schema for an kustomize project ```yaml apiVersion: skaffold/v2beta29 kind: Config deploy: kustomize: buildArgs: - "-o fail.yaml" ``` got this error : ```bash parsing skaffold...

kind/bug
build/gcb
priority/p2
deploy/kustomize
area/fix
v2-beta1-bugbash

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

kind/feature-request
priority/p2
area/eventing
area/status-check

### Discussion - Kustomize deployer is not used in v2, and we've moved Kustomize manifests logic into generate.go should we remove Kustomize deployer?

kind/todo
2.0.0

## Background - #7515 changed init cmd behavior to generate skaffold.yaml fits v3alphal1 schema - If kustomize, raw manifests detected or cli provide manifests, generated skaffold config will have render...

kind/todo
2.0.0

``Don't Merge`` running integration test against arm cluster on kokoro to see which if any will be failing

size/XS

Don't merge.

size/S

- Skaffold caches image build result metadata, such as imageID(if an images is stored to docker daemon) or Digest(if pushed to remote) to speed up the build process, this build...

area/docs

- https://github.com/GoogleContainerTools/skaffold/blob/88e1c1734ea0f1bd79a0f24783f9565057a0e46a/hack/versions/pkg/schema/check.go#L31 is hard-coded to `origin/main`, this causes schema check fail due to the pull request ref doesn't have schema exist on `origin/main`, the check should be against a target...

- #9103 enabled users to run build with docker compatible daemon without docker cli, for non-cross-platform build. - However, corss-platform builds still uses docker cli even users not specified, we...