-
Notifications
You must be signed in to change notification settings - Fork 73
Open
Description
The ClusterObservability CR offers a simplified installation of an end-to-end observability stack. Some modifications on the deployed stack can be made via server-side apply, however some fields on the created objects are managed by the COO and should not be changed. If a user needs a full control over the deployment. it is expected that it will create all objects without COO.
To better support this use-case the COO could be run as a CLI too to generate all manifests that COO would create. The user then can make all modifications.
cat cluster-observability.yaml | docker run -it --rm rhobs/coo generate | kubectl apply -f -