OpenShift4-tools icon indicating copy to clipboard operation
OpenShift4-tools copied to clipboard

Clusterbuster: allow use of a single specified namespace

Open RobertKrawitz opened this issue 3 years ago • 0 comments

Clusterbuster normally creates one or more workload workspaces and a sync workspace with names prefixed with the base name. It should be possible to optionally run all components within one workspace with the name of the basename.

This would be useful if someone prefers not to have multiple namespaces (or needs to run in a fixed namespace).

This will not be compatible with use of --namespaces >1. It may be implemented via --namespaces=-1 or similar.

RobertKrawitz avatar Aug 02 '22 15:08 RobertKrawitz