Skip to content

CLI tool to generate clusterobservability objects #794

@pavolloffay

Description

@pavolloffay

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 -

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions