Natasha Sarkar

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

p1
triaged
area/rollout

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.

enhancement
triaged
area/porch

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

bug
p2
triaged
area/rollout

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

bug
good first issue
triaged
area/fn-runtime

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

kind/bug
triage/accepted

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

lifecycle/rotten
kind/feature
triage/under-consideration

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

help wanted
kind/documentation
lifecycle/rotten
lifecycle/frozen
needs-triage

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

help wanted
needs-kind
needs-triage
area/api

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

kind/feature
triage/accepted

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

kind/feature
needs-triage