Natasha Sarkar

Results 325 comments of Natasha Sarkar

/triage accepted

FYI @annasong20 I looked into it a little bit and I think you might be able to replace https://github.com/kubernetes-sigs/kustomize/blob/master/api/internal/git/cloner.go#L33-36 with `git fetch origin --depth=1` and `git checkout origin/HEAD`. I'm not...

If there isn't a clean threadsafe way to write the git commands, we can also consider locking these critical lines of code with a mutex.

Per offline discussion, it has come to our attention that it being a concurrency issue is unlikely as all the remote tests are running in the same package and therefore...

All tasks are completed, but I am going to leaving this issue open as a tracker to remind us to remove the deprecated legacy annotations.

/remove-lifecycle stale We are planning to release tomorrow. After this release IMO we can remove the legacy annotations. FYI @mengqiy @KnVerey

> We still need to remove the legacy annotations +1 /help