A centralized location for the openshift observability-ui team to keep development-related scripts and information.
This repo uses a Justfile to maintain it's commands. To pass your own image of the observability operator bundle use the flag OPERATOR_BUNDLE
. For example:
just coo-resources OPERATOR_BUNDLE="quay.io/test/observability-operator-bundle"
The repo uses an up/down system for manipulating your cluster, for example:
just scale-monitoring down
Will scale down the Cluster Monitoring Operator and the monitoring-plugin.
just scale-monitoring up
Will scale the Cluster Monitoring Operator and the monitoring-plugin back up to their original number of replicas.
This repo uses the bash-language-server to lint and format files:
This repo uses bun to bundle create and bundle a fork of the shikijs/cli which is able to have command results piped into it.