From 9381b113f593a119b33853346d164c67bf29f313 Mon Sep 17 00:00:00 2001 From: Allan Roger Reid Date: Fri, 17 Nov 2023 07:58:43 -0800 Subject: [PATCH] Tweak helm deployment strategy (#1073) Important @ravindk89 : the installation of the tenant will end up with CrashLooping pods unless a Standard storageclass is previously installed - similar to the following. Please document this where best you see fit. ``` cat <` +This method may support easier pre-configuration of the Tenant compared to the :ref:`repo-based installation `. #. Download the Helm charts @@ -223,7 +223,7 @@ This method may support easier pre-configuration of the Tenant compared to the : .. code-block:: shell :class: copyable - kubectl port-forward svc/myminio-hl 9000 -n MINIO_TENANT_NAMESPACE + kubectl port-forward svc/MINIO_TENANT_NAME-hl 9000 -n MINIO_TENANT_NAMESPACE * Create an alias for the Tenant service: @@ -241,4 +241,4 @@ This method may support easier pre-configuration of the Tenant compared to the : .. code-block:: shell :class: copyable - mc mb myminio/mybucket --insecure \ No newline at end of file + mc mb myminio/mybucket --insecure diff --git a/source/operations/install-deploy-manage/deploy-operator-helm.rst b/source/operations/install-deploy-manage/deploy-operator-helm.rst index 8da871de..67e60031 100644 --- a/source/operations/install-deploy-manage/deploy-operator-helm.rst +++ b/source/operations/install-deploy-manage/deploy-operator-helm.rst @@ -31,7 +31,7 @@ To install the Operator with Helm you will need the following: For more about Operator installation requirements, including supported Kubernetes versions and TLS certificates, see the :ref:`Operator deployment prerequisites `. -This procedure assumes familiarity the with referenced Kubernetes concepts and utilities. +This procedure assumes familiarity with the referenced Kubernetes concepts and utilities. While this documentation may provide guidance for configuring or deploying Kubernetes-related resources on a best-effort basis, it is not a replacement for the official :kube-docs:`Kubernetes Documentation <>`. .. _minio-k8s-deploy-operator-helm-repo: @@ -84,7 +84,7 @@ You can modify the Operator deployment after installation. .. code-block:: shell :class: copyable - helm install + helm install \ --namespace minio-operator \ --create-namespace \ operator minio-operator/operator @@ -213,7 +213,7 @@ This method may support easier pre-configuration of the Operator compared to the helm install \ --namespace minio-operator \ --create-namespace \ - minio-operator operator-|operator-version-stable|.tgz + operator operator-|operator-version-stable|.tgz #. Configure Operator