Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.18 KB

File metadata and controls

28 lines (21 loc) · 1.18 KB

development-tools

A centralized location for the openshift observability-ui team to keep development-related scripts and information.

Development

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.