1
0
mirror of https://github.com/minio/docs.git synced 2025-06-30 17:42:04 +03:00
Commit Graph

71 Commits

Author SHA1 Message Date
bce5f8267f Updates for minio RELEASE.2022-08-22T23-53-06Z (#648)
Doc updates related to for minio RELEASE.2022-08-22T23-53-06Z
    
- Adds note about idempotent delete markers, which diverges from
standard S3
- Adds info about queueing and re-attempting failed bucket replication
tasks
- Cleans up `mc ilm add` examples throughout the docs that did not
reflect recent flag name changes
- Adds a missing metric to Metrics and Alerts

Closes #537
2022-11-22 15:08:35 -06:00
0cd491c328 Mc updates for multiple releases (#642)
Updates `mc` reference docs for several releases of the MinIO Client.

- Adds missing flags to `mc admin trace`
- Updates `disk` -> `drive` throughout the docs, but not in all cases.
- Adds `--airgap flag` to `mc support profile` and `mc support perf`
commands.
- Updates the flags for `mc ilm add` command
- Adds `mc license unregister` command.
    
Closes #571
Closes #614
Closes #627
Closes #633
2022-11-18 12:49:03 -06:00
422d0d915f Update docs for mc release 2022-10-01 (#643)
Closes #602

- Revises the note about mc support commands requiring SUBNET
registration
- Moves note to the top of each `mc support` subcommand page
2022-11-16 16:03:57 -06:00
33d5c70922 Update installation.rst (#638) 2022-11-11 10:46:38 -05:00
6228d0f56e Fix typo in installation (#637)
Found this typo while reading the documentation. 
Not sure if this everything that is needed since i'm not familiar with
how docs are generated but hope this helps :)

Please close this PR if i'm missing something
2022-11-09 15:38:38 -06:00
64ca9697cf DOCS-625: Removing FS Mode guidance, cleanups to deploy docs (#626)
Closes #625
2022-10-31 14:21:44 -04:00
af0fc05bc6 Minor fix to common-replication.rst 2022-10-28 16:27:01 -04:00
1735b77d8f Adding load balancing content for site replication (#622)
Closes #618

- Adds recommendation for pointing to a load balancer, reverse proxy, or similar for multi-node environments when creating aliases for site replication. 
- Explains that this recommendation avoids a single point of failure risk.
- Updates tabs on site replication page to be in sync when a reader selects Command Line or Console instructions.
- Adds :sync: option example to the design doc.
2022-10-27 13:10:02 -05:00
82c6d38278 Minor fixes 2022-10-20 17:57:16 -04:00
21797d127b DOCS-610: Update KES procedures for KES 0.21.0, minor cleanups for Vault (#612)
Closes #610 

Did a QA pass after reports of some issues with the vault setup.

Identified an issue where my local testing was done with 0.20.0,
resulting in some errors on 0.21.0 due to dropping --mlock.

Also did a few other general tune ups as I ran end-to-ends again using
Vault + Systemd instead of vault in dev mode.

Staging views in #minio-docs channel
2022-10-18 13:15:05 -04:00
8d8e6bca29 Procedure for updating Operator (#608)
Build out Operator Upgrade Procedure

Co-authored-by: Lenin Alevski <alevsk.8772@gmail.com>
2022-10-12 12:08:30 -04:00
f191fd7c10 Remove operator upgrade from TOC until procedure is written 2022-10-04 10:50:48 -04:00
c7a46b932f Updating docs for changes with Operator 0.19.5 (#592)
Closes #527

- Adds information about the new Register tab in the Operator
- Updates screenshots to show the Register tab
- Adds note about permissions when managing buckets in a tenant
- Added new FSGroupChangePolicy field to security context when creating
tenants
2022-10-03 16:41:21 -05:00
59760ed079 download rpm as minio.rpm not minio.deb (#594) 2022-10-03 13:44:11 -04:00
d5d3243413 DOCS-580: Fixing reported issues with Vault tutorial (#591)
@djwfyi cursory review in case I missed something.

Closes #580 

I do need to do further testing beyond the patches here. But I'm going
to handle that out-of-band.
2022-09-30 17:47:12 -04:00
32366b2a15 Adding OpenShift Platform (#577)
# Summary

This pull adds back the OpenShift docs as a full dedicated platform

The main changes are:

- Adding the conditionals for OpenShift
- Modifying the Makefile for the new platform
- Adding the tutorials back in
- Fixing up the navigation headers

This was not too much trouble, which bodes well for the future.
2022-09-29 10:37:08 -04:00
92ee087d4f Updating all references to docs.min.io URLs (#584)
Updating remaining links to the old docs site to point to the new URLs.

Closes #581
2022-09-26 14:21:29 -05:00
33af30eb71 Fix typo in container quickstart 2022-09-23 16:11:48 -04:00
7388f4b33e update mc/minio source installation docs (#575) 2022-09-21 13:40:06 -04:00
c483255dea Add reference docs for mc support logs (#546)
Adds four reference docs for the subcommands of `mc support logs`.
Adds a section to the troubleshooting doc for using `mc support logs` to
send error logs to SUBNET.

Closes #511 .
2022-09-19 13:54:09 -05:00
d815aa9ce8 Final pass on platformization (#555) 2022-09-16 16:40:20 -04:00
40cd778e5b Completion of SSE-KMS doc rewrite (#539) 2022-09-06 17:38:08 -04:00
705ec2cf45 Updating global flags to point to the common list in the mc page (#541) 2022-08-31 12:46:27 -05:00
029bdeb97c Integrating .. only logic into .. cond (#528) 2022-08-19 16:49:39 -04:00
23ecfebf6c Clarify Upgrade Procedure 2022-08-15 13:11:53 -04:00
2376fa9924 DOCS-IA: Platformize SSE Docs. Hashicorp Pass (#518)
* Platformization of Data Encryption Docs: Hashicorp Pass

* Platformization of Data Encryption Docs: Hashicorp Pass

* Big pass, CR changes + K8s
2022-08-15 12:53:08 -04:00
8c727d7f90 Simplify Bucket Replication Docs (#513)
* Updates and simplifies bucket replication docs
* Improves doc structure
* Updates to corrected images
* Moving common bucket replication content to includes file
* Adds MinIO Console instruction
2022-07-29 17:52:13 -05:00
c783e10594 DOCS-492: Container Platform Docs
This commit also generally cleans up the Installation docs and uses /includes/<platform>/steps-*.rst as a pattern for storing platform-specific tutorials within a single root URL.

Finally, due to API rate limits, this commit adds some Makefile magic to allow skipping of sync'ing dependencies. Pass `make BUILD_DEPENDENCIES=FALSE <platform>` to skip building any deps and use what is already in the branch.
2022-07-18 17:46:59 -04:00
1c416561ef Cleaning up Network Encryption pages 2022-07-05 16:43:55 -04:00
79e342b6d4 Adding create tenant CLI tutorial for K8s docs to the deploy tenant file. 2022-06-27 15:38:46 -05:00
ffeff0365e Migrate Tenant Deployment/management guides 2022-06-16 15:41:56 -04:00
1ef454bf05 Adding kubectl ref docs 2022-06-15 13:34:04 -05:00
b99c20a16f Docs Multiplatform Slice 2022-06-14 17:01:18 -04:00
c2d0f45764 TinyFix: RPM instructions references deb package output 2022-05-23 10:28:59 -04:00
6e4422b029 Add mc support commands and a new support section with SUBNET info 2022-05-20 16:59:31 -05:00
6a186df4a4 Creating site replication documentation.
Adding replication overview and site replication overview docs.
Distinguising between bucket replication and site replication.
Adds mc admin replicate docs.
Including tutorials for how to do site replication.
2022-05-16 15:50:37 -05:00
02455439c9 DOCS-439: MinIO Console refresh
Additional CR pass

Another round of CR

Final review
2022-05-06 16:46:12 -04:00
227ff89795 Additional refinements to replication documentation 2022-04-08 18:27:20 -04:00
d92f9d4a2e DOCS-412: Add replication resynchronization procedure
Includes refinements to other replication procedures and single sourcing
2022-04-08 18:27:20 -04:00
37a978b72f Minor indentation error 2022-04-01 12:03:53 -04:00
3d7d122aea Closes #346
Created common bucket notification for includes
Add include to the bucket notification `Publish Events to <service>` files.

Wording update, numbering fixes for bucket notifications

Adding .DS_Store to `gitignore`.

Ignoring .DS_Store

Delete .DS_Store
2022-03-28 12:05:45 -04:00
c50d4140c1 Missed fixing option on mc mb 2022-03-04 12:38:13 -05:00
35d0c8250d Remove incorrect references to downtime on restart 2022-03-03 19:55:45 -05:00
93c9b00cb0 additional cleanups after merge 2022-03-03 16:36:57 -05:00
74e55a6ded Update minio.py and mc references for simplified structure 2022-03-03 15:21:25 -05:00
4669f340a8 Fix typo in deployment docs 2022-02-22 13:58:05 -05:00
06500dcba3 DOCS-420: Incorrect Kafka SASL mechanisms 2022-01-28 17:38:54 -05:00
ef4541a085 DOCS-412: Node and Drive Recovery Procedures
Klaus suggestions

Adding Eco's suggestions

Co-authored-by: Eco <41090896+eco-minio@users.noreply.github.com>

CR updates

Additional review comments

final work
2022-01-24 17:20:53 -05:00
a6fb44ac60 Updating makefile to pull latest MinIO version and DEB/RPM URLS 2022-01-10 20:35:20 -05:00
ef30821063 DOCS-380: Refactor CLI reference 2022-01-04 19:11:15 -05:00