Anna Song

Results 19 issues of Anna Song

Really great content! Few inconsistencies that I proposed a fix to.

Implement `locLoader`, which loads and calculates destination paths of files for new command [kustomize localize](https://github.com/kubernetes-sigs/kustomize/blob/master/proposals/22-04-localize-command.md).

cncf-cla: yes
size/XL
tide/merge-method-squash
ok-to-test

**Describe the bug** The server that runs the CI pipeline when users open a PR doesn't have ssh keys. We currently skip all ssh tests in [remoteload_test.go](https://github.com/kubernetes-sigs/kustomize/blob/master/api/krusty/remoteload_test.go) because the server...

kind/bug
triage/accepted

**Describe the bug** Many integration tests that `kustomize build` urls in [remoteload_test.go](https://github.com/kubernetes-sigs/kustomize/blob/master/api/krusty/remoteload_test.go) are flaky. They exhibit intended behavior on my machine, but sporadically fail when run for every PR on...

kind/bug
kind/flake
triage/accepted

**Describe the bug** Our [remote targets specification](https://github.com/kubernetes-sigs/kustomize/blob/master/examples/remoteBuild.md) describes optional query string parameters. However, kustomize cannot currently handle certain parameter combinations. For example, I observe an error on my machine when:...

lifecycle/stale
kind/bug
triage/accepted

Fix * util.GlobPatternsWithLoader doesn't load remote files * `edit add` command TestAddKustomizationFileAs* adds normal config instead of kustomization file Clean * fileloader_test.go, which has 1 invalid check, multiple lengthy checks,...

cncf-cla: yes
size/L
needs-ok-to-test

**Disclaimer: This is only meant to illustrate my design. I don't plan to merge it, so no review is required.** POC * only recognizes `resource` kustomization field * treats `newDir`...

cncf-cla: yes
do-not-merge/work-in-progress
needs-rebase
needs-ok-to-test
lifecycle/stale
size/XL

Builds off of #4779. Implements most of localization logic for [`kustomize localize`](https://github.com/kubernetes-sigs/kustomize/blob/master/proposals/22-04-localize-command.md), including * processing kustomization fields * changing file references in fields * writing files to `localize` destination

cncf-cla: yes
size/XXL
do-not-merge/work-in-progress
tide/merge-method-squash
ok-to-test

**Describe the bug** According to the way [`kustomize localize`](https://github.com/kubernetes-sigs/kustomize/blob/master/proposals/22-04-localize-command.md) is currently designed, multiple overlays that reference the same remote base will produce multiple copies of said base, which is against...

kind/design
needs-triage

**Status:** This is a draft feature request. I will update it as I further my understanding of the codebase. **Is your feature request related to a problem? Please describe.** @KnVerey...

lifecycle/rotten
kind/feature
triage/under-consideration