mirror of
https://github.com/minio/docs.git
synced 2025-07-30 07:03:26 +03:00
Removing references to openshift container platform, bumping CRD (#1415)
# Summary We removed support for deploying via OpenShift operatorhub / marketplace a few months back. The burden of maintaining the certifications/process required was sufficient to pull that feature set out moving forward and migrate it to AIStor as part of a more complete enterprise offering. For now we need to remove references to the operator hub / marketplace. It is possible that the Openshift Kubernetes Engine may work w/ our stock kubernetes installation paths, but we do not have resources to test. So for the immediate term, we're just going to pull whats outdated. Also throwing in a fixup to the CRDs - I ran into a weird issue where I had to `pip3 install asciidoc` before the sync-operator-crd-docs job worked, am looking into that separately. Staged: http://192.241.195.202:9000/staging/openshift-fixup/openshift/index.html
This commit is contained in:
@ -19,13 +19,7 @@ Deploy a MinIO Tenant
|
||||
:local:
|
||||
:depth: 1
|
||||
|
||||
.. cond:: openshift
|
||||
|
||||
This procedure documents deploying a MinIO Tenant through OpenShift 4.7+ using the OpenShift Web Console and the MinIO Kubernetes Operator.
|
||||
|
||||
.. cond:: k8s and not openshift
|
||||
|
||||
This procedure documents deploying a MinIO Tenant onto a stock Kubernetes cluster using either Kustomize or MinIO's Helm Charts.
|
||||
This procedure documents deploying a MinIO Tenant onto a stock Kubernetes cluster using either Kustomize or MinIO's Helm Charts.
|
||||
|
||||
.. screenshot temporarily removed
|
||||
|
||||
@ -68,18 +62,6 @@ See :ref:`deploy-operator-kubernetes` for complete documentation on deploying th
|
||||
MinIO **strongly recommends** upgrading Kubernetes clusters running with `End-Of-Life API versions <https://kubernetes.io/releases/patch-releases/#non-active-branch-history>`__.
|
||||
|
||||
|
||||
.. cond:: openshift
|
||||
|
||||
OpenShift 4.7+ and ``oc`` CLI Tool
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
This procedure assumes installation of the MinIO Operator using the OpenShift 4.7+ and the OpenShift OperatorHub.
|
||||
|
||||
This procedure assumes your local machine has the OpenShift ``oc`` CLI tool installed and configured for access to the OpenShift Cluster.
|
||||
:openshift-docs:`Download and Install <cli_reference/openshift_cli/getting-started-cli.html>` the OpenShift :abbr:`CLI (command-line interface)` ``oc`` for use in this procedure.
|
||||
|
||||
See :ref:`deploy-operator-openshift` for more complete instructions.
|
||||
|
||||
.. cond:: openshift
|
||||
|
||||
Check Security Context Constraints
|
||||
|
@ -6,10 +6,6 @@
|
||||
|
||||
.. include:: /includes/container/installation.rst
|
||||
|
||||
.. cond:: openshift
|
||||
|
||||
.. include:: /includes/openshift/deploy-minio-on-openshift.rst
|
||||
|
||||
.. cond:: eks
|
||||
|
||||
.. include:: /includes/eks/deploy-minio-on-elastic-kubernetes-service.rst
|
||||
@ -22,6 +18,6 @@
|
||||
|
||||
.. include:: /includes/aks/deploy-minio-on-azure-kubernetes-service.rst
|
||||
|
||||
.. cond:: k8s and not (openshift or eks or gke or aks)
|
||||
.. cond:: k8s and not (eks or gke or aks)
|
||||
|
||||
.. include:: /includes/k8s/deploy-operator.rst
|
||||
|
Reference in New Issue
Block a user