Natasha Sarkar
Natasha Sarkar
For anyone who picks this up, I believe ultimately the fix will be in the kustomize/kyaml code; feel free to submit the fix there if needed and we can still...
To clarify, if you file an issue in the kustomize repo, the issue doesn't need to include implementation details (we can discuss that in the PR). But the issue should...
I'm trying to understand why this is happening _just_ with `us-central1-edge-02`. Is there anything obviously different about that one vs all your other ones? Also, could you share what your...
So as I said offline, since this is (hopefully) an uncommon issue that will be difficult to repro, I think we can put it in the backlog for now. It's...
> I suspect just register then unregister a repo, not sure though. 🤔 I'm not able to reproduce the issue with just registration and unregistration (running porch locally). I see...
Thanks. I'll try reproducing your setup with https://github.com/johnbelamaric/nephio-testorg-deploy/blob/main/repos.sh and see if I can find anything.
Do you mind sharing what repos/packagerevisions you had registered when you ran into this issue, i.e. the output of `kpt alpha rpkg get` and `kpt alpha repo get`? If any...
Hmmm... I'm not able to reproduce the issue. Here are the steps I followed: ``` $ kpt alpha repo reg https://github.com/natasha41575/blueprints.git -ndefault --repo-basic-username=natasha41575 --repo-basic-password=*** -ntest $ kpt alpha repo get...
Ah I see, that would explain it. `rpkg update --discover` doesn't handle clones from `main`. That is definitely a bug and we should see if we can fix it.
I believe https://github.com/GoogleContainerTools/kpt/pull/3871 covers this for the Rollouts controller - we only update the RemoteSync if the spec has changed - so the remaining task is just in the RemoteSync...