Open mortent opened 2 years ago
I'm trying to clarify the requirements of this issue. @mortent Can you give an example of Function resource that uses invalid k8s names? If this is for future awareness of avoiding invalid k8s resources in KRM functions, I think we then need to add a CI test in the function catalog repo
I read the #3007 PR Morten linked. The "Function" here refers to the porch "Function" resources, not the KRM function images.
Packages and functions (both in OCI and Git) can contain characters disallowed in k8s resource names.
We have renamed packages https://github.com/GoogleContainerTools/kpt/pull/3007 and need to follow up with function resources as well.