Morgante Pell
Morgante Pell
@okushchenko Any chance this could be merged sooner? it looks like #568 is stalled and GCE metadata would be super helpful.
@kelseyhightower Any chance you could take a look at this? This would be very helpful for some critical GCP customers who would like to use Google Metadata to store config...
It doesn't look like that example has any node_modules currently committed so I'm not sure why that's delaying tests? In general, we should probably exclude any directories listed in `.gitignore`.
I think adding a Makefile to each directory is a good idea, we could easily update CI to run `make test` for each of those. +1 to adding a new...
Cloud Build files could also be good, as we could configure triggers to only run the tests when that example is touched. > Totally agree with having an OWNERS file....
@dan-anghel Can you PTAL?
> If new resources are generated at the end of pipeline run (note resources are written to the disk post successful pipeline run), then re-run the pipeline on the pkg...
@johnbelamaric Have you considered modeling this as a set of subpackages? (See go/package-sets.)
Not yet, the main blocker right now is the challenges with cyclical `kpt fn render` — when generators insert new resources (including a Kptfile with new functions) we need a...
> One issue for generators - shouldn't they end up needing to work something like apply, with respect to pruning, for example? Yes, though they're actually also often similar to...