Wim Henderickx

Results 16 comments of Wim Henderickx

Here is my current thought on the above and potential workflow. export KPT_BLUEPRINT_DIR=./blueprint/admin - create kubebuilder project - mkdir -p ${KPT_BLUEPRINT_DIR} - kpt pkg init ${KPT_BLUEPRINT_DIR} - set namespace -...

What is still unclear to me here is what is the mechanism to determine a new revision is needed? Is this all handled on the server side or is the...

@johnbelamaric On your bullet 3 -> When make changes to a package. To determine a change is required is still a client side job I believe or am I wrong?

John, a client can indeed be a controller. The scenario I had in mind is this. You have some KRM resources the client owns in the package. The controller creates...

I was trying to clarify, who triggers the creation of a new package revision. Is it the role of the client or the server? My take from all the feedbacks...

@johnbelamaric don't you see a case where a configuration package can consists of multiple source packages? How do you see that working in the above scheme?

if we delete a configuration package I believe we have to delete all the package revision history and if we recreate we start from scratch meaning v1.0 or so. The...

@mortent I also see when applying a package with subdirectories to porch does not install any KRM resource in the subdirectories. Is this aligned with what you found?

@mortent this is one issue I see which is potentially related to this. Here is a scenario I have. henderiw@nucx:~/nephio-install-mgmt/mgmt-admin/tenant1$ k get packagerevisionresources.porch.kpt.dev yndd-mgmt-app-packages-987876cf01f61e1a10f6e10900bb15f9b5321e95 NAME PACKAGE REVISION REPOSITORY FILES yndd-mgmt-app-packages-987876cf01f61e1a10f6e10900bb15f9b5321e95...

I am stuck now with this error. Not sure why it is happening, but this package when we copy the topology-app in a revision I get the error. I created...