Natasha Sarkar
Natasha Sarkar
We are currently patching the external sync object on every reconcile, but this is not necessary. This is applicable to both the Rollout and RemoteSync controllers. Comment ref: https://github.com/GoogleContainerTools/kpt/pull/3850#discussion_r1123577756
This will likely look like a list of packagerevision targets and should show whether or not the target exists yet and the lifecycle of each.
This is a followup item for https://github.com/GoogleContainerTools/kpt/pull/3850, which adds RepoSync support to the rollouts api. However, with that PR, changing the syncTemplate type from `rootSync` to `repoSync` (or the other...
Building a wasm-compiled version of the starlark function (and possibly even other functions such as apply-replacements), and then using it in a kpt pipeline with `kpt fn render . --allow-alpha-wasm`...
Umbrella issue for kustomize removing quotes where it shouldn't - https://github.com/kubernetes-sigs/kustomize/issues/4845 - https://github.com/kubernetes-sigs/kustomize/issues/4146
When running `kustomize build` and `kustomize localize`, we use the local `git` binary and configuration stored on the users' machine for fetching remote resources. This means that the user can...
https://kubectl.docs.kubernetes.io/references/kustomize/ The docs here don't cover commands (e.g. kustomize cfg, kustomize edit) I found https://kubernetes-sigs.github.io/kustomize/guides/cmd/ but it doesn't have complete information about what subcommands are available. It is also difficult...
Umbrella issue for handling deprecated fields as we prepare for kustomization v1. - Ensure that `kustomize edit fix` handles migrations for all those, and that anything it changes is not...
The task here is to finish implementation of the [Composition KEP](https://github.com/kubernetes/enhancements/tree/master/keps/sig-cli/2299-kustomize-plugin-composition). The subtasks are as follows; - [ ] https://github.com/kubernetes-sigs/kustomize/issues/4402 - [ ] https://github.com/kubernetes-sigs/kustomize/issues/4403 - [ ] https://github.com/kubernetes-sigs/kustomize/issues/4404 - [...
OpenAPI parsing is a huge performance bottleneck for us. Related issues: - https://github.com/kubernetes-sigs/kustomize/issues/4100 - https://github.com/kubernetes-sigs/kustomize/issues/2987 - https://github.com/kubernetes-sigs/kustomize/issues/3670 We discovered with these benchmarks that [parsing protobuf](https://github.com/kubernetes-sigs/kustomize/pull/4396) is much faster than parsing...