Anna Song
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).
**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...
**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...
**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:...
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,...
**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`...
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
**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...
**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...