You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+4-2
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ Action also can be passed to the CLI as `--action create/destroy` instead of spe
24
24
*`--clusters-install-data-directory`: Clusters configurations are written to `<clusters-install-data-directory><platform><cluster name>`; write permissions are needed.
25
25
*`<cluster directory>/auth` contains `kubeconfig` and `kubeadmin-password` files
26
26
*`--parallel`: To create / destroy clusters in parallel
27
-
* Pass `--s3-bucket-name` (and optionally `--s3-bucket-path`) to backup <clusterdirectory> in an S3 bucket.
27
+
* Pass `--s3-bucket-name` (and optionally `--s3-bucket-path` and `--s3-bucket-object-name`) to back up <clusterdirectory> in an S3 bucket.
28
28
*`--ocm-token`: OCM token, defaults to `OCM_TOKEN` environment variable.
29
29
*`--must-gather-output-dir`: Path to must-gather output dir. `must-gather` will try to collect data when cluster installation fails and cluster can be accessed.
30
30
@@ -211,6 +211,7 @@ podman run quay.io/redhat_msi/openshift-cli-installer \
0 commit comments