mirror of
https://github.com/minio/docs.git
synced 2025-08-08 01:43:18 +03:00
Attempting to reduce docs to single platform (#1258)
## We are going to make the following changes to the Object Store docs as part of a larger QC/Content pass: ### Left Navigation We want to modify the left navigation flow to be a natural progression from a basic setup to more advanced. For example: - Core Concepts - Deployment Architecture - Availability and Resiliency - Erasure Coding and Object Healing - Object Scanner - Site Replication and Failover - Thresholds and Limits - Installation - Deployment Checklist - Deploy MinIO on Kubernetes - Deploy MinIO on Red Hat Linux - Deploy MinIO on Ubuntu Linux - Deploy MinIO for Development (MacOS, Windows, Container) - Security and Encryption (Conceptual Overview) - Network Encryption (TLS) (Conceptual overview) - Enable Network Encryption using Single Domain - Enable Network Encryption using Multiple Domains - Enable Network Encryption using certmanager (Kubernetes only) - Data Encryption (SSE) (Conceptual overview) - Enable SSE using AIStor Key Management Server - Enable SSE using KES (Summary page + linkouts) - External Identity Management (Conceptual Overview) - Enable External Identity management using OpenID - Enable External Identity management using AD/LDAP - Backup and Recovery - Create a Multi-Site Replication Configuration - Recovery after Hardware Failure - Recover after drive failure - Recover after node failure - Recover after site failure - Monitoring and Alerts - Metrics and Alerting (v3 reference) - Monitoring and Alerting using Prometheus - Monitoring and Alerting using InfluxDB - Monitoring and Alerting using Grafana - Metrics V2 Reference - Publish Server and Audit Logs to External Services - MinIO Healthcheck API The Administration, Developer, and Reference sections will remain as-is for now. http://192.241.195.202:9000/staging/singleplat/mindocs/index.html # Goals Maintaining multiple platforms is getting to be too much, and based on analytics the actual number of users taking advantage of it is minimal. Furthermore, the majority of traffic is to installation pages. Therefore we're going to try to collapse back into a single MinIO Object Storage product, and use simple navigation and on-page selectors to handle Baremetal vs Kubernetes. This may also help to eventually stage us to migrate to Hugo + Markdown --------- Co-authored-by: Daryl White <53910321+djwfyi@users.noreply.github.com> Co-authored-by: Rushan <rushenn@minio.io> Co-authored-by: rushenn <rushenn123@gmail.com>
This commit is contained in:
15
source/reference/baremetal.rst
Normal file
15
source/reference/baremetal.rst
Normal file
@@ -0,0 +1,15 @@
|
||||
===================
|
||||
Baremetal Reference
|
||||
===================
|
||||
|
||||
.. default-domain:: minio
|
||||
|
||||
This page acts as an index for MinIO Baremetal references.
|
||||
|
||||
.. toctree::
|
||||
:titlesonly:
|
||||
|
||||
/reference/minio-mc
|
||||
/reference/minio-mc-admin
|
||||
/reference/minio-server/minio-server
|
||||
/reference/minio-mc-deprecated
|
15
source/reference/kubernetes.rst
Normal file
15
source/reference/kubernetes.rst
Normal file
@@ -0,0 +1,15 @@
|
||||
====================
|
||||
Kubernetes Reference
|
||||
====================
|
||||
|
||||
.. default-domain:: minio
|
||||
|
||||
This page acts as an index for MinIO-specific Kubernetes references.
|
||||
|
||||
.. toctree::
|
||||
:titlesonly:
|
||||
|
||||
/reference/operator-crd
|
||||
/reference/operator-environment-variables
|
||||
/reference/operator-chart-values
|
||||
/reference/tenant-chart-values
|
@@ -105,4 +105,4 @@ Binary Compression
|
||||
|
||||
:mc-cmd:`mc admin update` compresses the binary before sending to all nodes in the deployment.
|
||||
|
||||
This feature does not apply to :ref:`systemctl managed deployments <minio-upgrade-systemctl>`.
|
||||
This feature does not apply to :ref:`systemctl managed deployments <minio-baremetal>`.
|
@@ -114,7 +114,7 @@ For a :ref:`third-party <minio-external-identity-management>` identity service s
|
||||
View Policies from Group Membership
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Use :mc-cmd:`mc admin user info` with :std:option:`--json <mc.--json>` to view the policies inherited from a user's :ref:`group memberships <minio-groups>`:
|
||||
Use :mc-cmd:`mc admin user info` with :option::`--json <mc.--json>` to view the policies inherited from a user's :ref:`group memberships <minio-groups>`:
|
||||
|
||||
.. code-block:: shell
|
||||
:class: copyable
|
||||
|
@@ -148,7 +148,7 @@ Use :mc:`mc ilm rule ls` to list a bucket's lifecycle management rules:
|
||||
Show Policy Modification Time
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Use :mc:`mc ilm rule ls` with :std:option:`--json <mc.--json>` to show the time the policy for a bucket was last updated.
|
||||
Use :mc:`mc ilm rule ls` with :option::`--json <mc.--json>` to show the time the policy for a bucket was last updated.
|
||||
|
||||
.. code-block:: shell
|
||||
:class: copyable
|
||||
|
@@ -137,6 +137,13 @@ Parameters
|
||||
- :mc-cmd:`~mc stat --rewind`
|
||||
- :mc-cmd:`~mc stat --recursive`
|
||||
|
||||
Global Flags
|
||||
~~~~~~~~~~~~
|
||||
|
||||
.. include:: /includes/common-minio-mc.rst
|
||||
:start-after: start-minio-mc-globals
|
||||
:end-before: end-minio-mc-globals
|
||||
|
||||
Examples
|
||||
--------
|
||||
|
||||
|
Reference in New Issue
Block a user