Brian Grant
Brian Grant
This has come up a few times, so I am creating an issue for it. Statically nested subpackages raised some tricky cases in the v1 design, such as pipeline execution...
I've concluded that generators need special treatment. Preprocessors (#2420) are ok, but are a workaround. #2466 is one issue that has been reported, but there are more issues. Let's look...
We've explored declarative cluster targeting a bunch of times in the past. The main alternatives are: 1. Per-resource annotations, as with [Config Sync cluster selectors](https://cloud.google.com/anthos-config-management/docs/how-to/clusterselectors) 2. Targeting in the sync...
Existing workflows are described at the package level: https://kpt.dev/book/02-concepts/02-workflows Now that we're establishing the blueprint / deployment distinction and are introducing package orchestration, we should describe the higher-level workflows and...
Was suggested by a user. We have a high-level component diagram in a design doc: https://github.com/GoogleContainerTools/kpt/blob/main/docs/design-docs/07-package-orchestration.md And we discuss components on the site: https://kpt.dev/book/02-concepts/ We could add the diagram to...
Multiple users requested this. We will need to make a list of tasks.
Related to #3155 This is the set-namespace transformer code: https://github.com/GoogleContainerTools/kpt-functions-catalog/blob/master/functions/go/set-namespace/transformer/namespace.go A previous version tried to update only namespace values matching the name of the Namespace resource: https://github.com/GoogleContainerTools/kpt-functions-catalog/pull/844 The problem with...
Users may not know what this means. See #3374.
11 minutes is kind of long. See #3374.
Porch, Backstage, Config Sync. Installation instructions don't use kpt. https://kpt.dev/installation/ Porch downloads a tarball and does kubectl apply. https://kpt.dev/guides/porch-installation?id=run-released-version-of-porch Config Sync is similar: https://github.com/GoogleContainerTools/kpt-config-sync/blob/main/docs/installation.md#installing-a-released-version The Backstage plugin doesn't have a...