##
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>
- removes `--logs` flag from `mc support callhome`
- enforces 100 bucket limit for v2 metrics
Closes#1439
Opportunistic fix to remove errant copy/paste for
`--noncurrent-expire-days` flag in `mc ilm rule add`
Closes#1438
This commit removes lengthy discussion of SUBNET from the community
docs. Other affected pages that linked to removed sections also updated.
Also reduces references to Call Home to the remaining mc support pages
and links to those pages.
Hidden env var `_MINIO_BATCH_REPLICATION_WORKERS` is being referred to
in documentation. It needs to be either:
- removed as a hidden variable
- renamed with a leading `_`
- enabled as a regular variable in ~`minio`~ and `eos`, without a
leading `_`
See example the files referred to in the PR and
39df134204/cmd/batch-handlers.go (L398)
Pending review and discussion with @harshavardhana and @poornas
This PR removes documentation references to this variable.
Only applicable for remote tiers that are also MinIO deployments.
Per internal discussion.
Need to verify if this applies to the `edit` command and the
`noncurrent-transition-days` flags.
Fixes#1404
Two sets of fixes:
- add conditionals for windows and linux where shared
- search/replace for linux only (MinIO Server reference pages)
Staging server not available, tested/checked locally
SUBNET no longer supports the uploading of logs.
The flags still exist in the MinIO Client, but no longer function.
Opportunistic fix to clarify that s3v4 is a signature type, not an API.
No issue to link.
- Adds missing config settings throughout storage class page.
Closes#1349
- Adds instructions for adding certificates for connecting by sftp.
Closes#1354
- Corrects information about which key to use for self-signed CAs.
Closes#1358
- Moves `context` to optional for batch key rotate jobs.
Closes#1356
- clean up missing ref links causing build warnings.
- New option with JSON to expire all versions of an object with a delete
marker.
- Changes `mc ilm rule` subcommand flags `--expire-all-object-versions`
to note that only applies to objects without a delete marker.
Closes#1201
Deprecates a no longer used operator environment variable.
Closes#1351
Adds `mc admin accesskey` and subcommands.
Updates `mc admin user svcacct` and subcommands with reference to new
commands.
Closes#1350
Corrects docs to state that when expanding a site replication peer set,
you must list all existing peers.
Closes#1340
Adds information that when adding Distinguished Names as search
parameters, multiple DNs must be separated with a semi-colon.
Closes#1341
- Cleans up `mc event` command flags with optional/required labels.
- Drive by fix for an `mc idp` command with an `end-before` include
error.
Closes#1263
- Adds a `--checksum` flag to `mc cp`, `mc mirror`, `mc pipe`, and `mc
put`
- Adds `--disable-multipart` to `mc put`
- Adds alias name to outputs of `mc ready`
- Adds flags to `mc admin heal`
Closes#1334
- adds new config options for webhook events
- adds new subcommands to mc idp ldap accesskey
- adds info about new output during iam import
Closes#1316
The MinIO Console currently does not warn the user if the MinIO server
is not reachable. MinIO Console will just say "Invalid Login" when the
MINIO_SERVER_URL is not reachable which is misleading in the sense that
will make think most people that the username/password/access key is
incorrect so I think it should be mentioned in the documentation that
Invalid Login could be just due to connectivity between console and
server.
Related to https://github.com/minio/console/issues/3428 and
https://github.com/minio/console/issues/3427
@marktheunissen
---------
Co-authored-by: Ruben Laguna <ruben.laguna@tele2.com>
Co-authored-by: Ravind Kumar <ravindk89@gmail.com>
A few quick fixes noted in several issues:
- Literal reference in mc batch generate pointed to the wrong include
Closes#1318
- Lingering reference to an "unregister" function removed
Closes#1324
- Adds admonition about root credentials required, even with KES
Closes#1325
- Adds mc batch cancel to list of commands on batch framework overview
page
Closes#1310
- Updates mc client page S3 link to avoid possible copy/paste confusion
Closes#1311
- Adds new `--output` flag to `mc admin cluster iam export`
- Corrects encryption flags for `mc mv` command noted during build
Does not track a docs issue.
- Updates references for licensing to use "Enterprise" branding
- Updates the mc idp ldap policy entities command with flags and changes
to groups
- Deprecates OpenID envvar
Closes#1271
- Adds info about tracking batch job status for completed jobs
- Deprecates `mc license update`
- Adds flags for updating Azure credentials in `mc ilm tier update`
Closes#1260