John Belamaric
John Belamaric
**What would you like to be added**: Currently we manually configure the cluster CIDR, since it's not available from the API. This looks like it may be changing, see: https://github.com/kubernetes/kubernetes/issues/46508...
### Describe your problem In the [Nephio controller PoC](https://github.com/nephio-project/nephio-controller-poc) I looked at a fan-out controller. We have also discussed this and related issues in #3455, #3387, #3347, #3348 and many...
### Describe your problem One issue that has come up for both the human and machine (#3452) consumption workflow is how to know when a package is ready for deployment....
When a package has been deployed, we need a way to reflect back to the user the status of that deployment: has the intent been realized or not? We also...
For Nephio, the plan is to build controllers that use Porch as a southbound API. That is, we want controllers that operate on top of Porch - analogous to the...
We now have an operator for annotating a KSA for Workload Identity (#3456). This is helpful when the KSA lives in the Porch cluster. But it's not helpful for KSAs...
As part of the ongoing effort to improve consistency, quality and reliability, we have been adding new gates along the feature development path, such as writing a KEP, API review,...
We have been working with the PackageVariant resource for the last couple weeks in Nephio. Functionally, we're probably OK (apart from bugs which I will work on), but I think...
### Describe your problem In #3993 we added checks for resource version. This should help a lot, but it's probably not sufficient. For example, I suspect since we don't acquire...
### Expected behavior If PackageVariant fails to inject or otherwise properly mutate the Draft it creates, we need to prevent the package from being approved. This could be done by...