From 5485d7cb7cb16a3271c264e06d41e4bbfd02399f Mon Sep 17 00:00:00 2001 From: shirady <57721533+shirady@users.noreply.github.com> Date: Sun, 17 Dec 2023 12:35:27 +0200 Subject: [PATCH] update outputs according to last major version Signed-off-by: shirady <57721533+shirady@users.noreply.github.com> --- README.md | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index a717adf7ec..fe33f1d775 100644 --- a/README.md +++ b/README.md @@ -85,16 +85,18 @@ $ noobaa help ``` ``` -._ _ ______ -| \ | | | ___ \ -| \| | ___ ___ | |_/ / __ _ __ _ -| . \ |/ _ \ / _ \| ___ \/ _\ |/ _\ | -| |\ | (_) | (_) | |_/ / (_| | (_| | -\_| \_/\___/ \___/\____/ \__,_|\__,_| +# # +# /~~\___~___/~~\ # +# | | # +# \~~|\ /|~~/ # +# \| |/ # +# | | # +# \~~~/ # +# # +# N O O B A A # Install: install Install the operator and create the noobaa system - upgrade Upgrade the system, its components and CRDS uninstall Uninstall the operator and delete the system status Status of the operator and the system @@ -123,6 +125,7 @@ Other Commands: Use "noobaa --help" for more information about a given command. ``` +(taken from branch 5.14) **2) Option menu** In case you would like to add flags that are not specific for a certain command. @@ -137,7 +140,7 @@ The following options can be passed to any command: --admission=false: Install the system with admission validation webhook --autoscaler-type='': The type of autoscaler (hpav2, keda) --cosi-driver-path='/var/lib/cosi/cosi.sock': unix socket path for COSI ---cosi-sidecar-image='gcr.io/k8s-staging-sig-storage/objectstorage-sidecar/objectstorage-sidecar:v20221117-v0.1.0-22-g0e67387': The cosi side car container image + --cosi-sidecar-image='gcr.io/k8s-staging-sig-storage/objectstorage-sidecar/objectstorage-sidecar:v20221117-v0.1.0-22-g0e67387': The cosi side car container image --db-image='centos/mongodb-36-centos7': The database container image --db-storage-class='': The database volume storage class name --db-type='postgres': The type of database container image (mongodb, postgres) @@ -151,13 +154,8 @@ The following options can be passed to any command: --mini=false: Signal the operator that it is running in a low resource environment --mongodb-url='': url for mongodb -n, --namespace='default': Target namespace - --noobaa-image='noobaa/noobaa-core:master-20230920': NooBaa image - --operator-image='noobaa/noobaa-operator:5.15.0': Operator image - --pg-ssl-cert='': ssl cert for postgres (client-side cert - need to be signed by external pg accepted CA) - --pg-ssl-key='': ssl key for postgres (client-side cert - need to be signed by external pg accepted CA) - --pg-ssl-required=false: Force noobaa to work with ssl (external postgres - server-side) [if server cert is self-signed, needs to add --ssl-unauthorized] - --pg-ssl-unauthorized=false: Allow the client to work with self-signed ssl (external postgres - server-side) - --postgres-url='': url for postgresql + --noobaa-image='noobaa/noobaa-core:master-20230710': NooBaa image + --operator-image='noobaa/noobaa-operator:5.14.2': Operator image --prometheus-namespace='': namespace with installed prometheus for autoscaler --pv-pool-default-storage-class='': The default storage class name for BackingStores of type pv-pool --s3-load-balancer-source-subnets=[]: The source subnets for the S3 service load balancer @@ -165,6 +163,8 @@ The following options can be passed to any command: --sts-load-balancer-source-subnets=[]: The source subnets for the STS service load balancer --test-env=false: Install the system with test env minimal resources ``` +(taken from branch 5.14) + **3) Current version**\ When you want to print the current CLI version and images: ```bash