ability to install universal control-plane on Kubernetes #5907
Labels
area/installation
kind/feature
New feature
triage/accepted
The issue was reviewed and is complete enough to start working on it
Description
It's useful for people to be able to run universal control-plane on Kubernetes.
In that case they usually back it with postgres
I think we should add a
controlPlane.environment
with a default ofkubernetes
.In that case you likely want to add to the CP startup env vars:
And then you'll want to guard installing the webhooks and the crd with
controlPlane.environment==kubernetes
.The text was updated successfully, but these errors were encountered: