Brian Grant
Brian Grant
Support for OCI images would facilitate automated generation and serving of kpt package versions, particularly in production environments. Every Kubernetes cluster must have an OCI registry accessible. OCI registries have...
I didn't see any other issues, PRs, or docs answering this question. GCP has a supported KRM-based provider: https://cloud.google.com/config-connector/docs/overview It supports a significant number of resources: https://cloud.google.com/config-connector/docs/reference/overview Have you considered...
Another reminder for myself, after discussing with @johnbelamaric. Related to #3145, #3131, #2528 In kpt, packages are transparent bundles of resources that can be introspected and operated upon. They may...
Either replace use of the git CLI with go-git or libgit2, like [ArgoCD](https://github.com/argoproj/argo-cd/blob/master/util/git/client.go) and [Flux](https://fluxcd.io/docs/components/source/gitrepositories/), or otherwise eliminate the need for a shell (reimplement submodules?).
This isn't urgent, but it seems possible to create a generic form editor driven from OpenAPI. Here's an example: https://jeremykross.github.io/konstellate/ That one requires a painful number of clicks to navigate...
Most of the UI plugin is general-purpose, except for resource-type-specific code. That code is currently spread across multiple files and directories: https://github.com/GoogleContainerTools/kpt-backstage-plugins/tree/main/plugins/cad/src/types https://github.com/GoogleContainerTools/kpt-backstage-plugins/blob/main/plugins/cad/src/components/ResourceEditorDialog/components/FirstClassEditorSelector.tsx https://github.com/GoogleContainerTools/kpt-backstage-plugins/tree/main/plugins/cad/src/components/ResourceEditorDialog/components/FirstClassEditors https://github.com/GoogleContainerTools/kpt-backstage-plugins/blob/main/plugins/cad/src/components/ResourceViewerDialog/components/FirstClassViewerSelector.tsx https://github.com/GoogleContainerTools/kpt-backstage-plugins/tree/main/plugins/cad/src/components/ResourceViewerDialog/components/FirstClassViewers/StructuredMetadata/resources and possibly other places....
We don't have an official process for creating images of backstage with the CaD plugin that can be run in Kubernetes. It would be nice to create an image with...
I'm not sure there's a design doc for this, so I'm filing this with a link to a copy of the original design. If useful, it could be converted to...
There's no design doc for the "v1" hydration design in the repo, I didn't find any issue or PR that discussed it, and I didn't see a detailed explanation on...
There's no design doc for the "v1" package design in the repo, I didn't find any issue or PR that discussed it, and I didn't see an explanation of the...