1
0
mirror of https://github.com/minio/docs.git synced 2025-07-02 05:02:40 +03:00

151 Commits

Author SHA1 Message Date
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
1eafe41a7d Fixing incorrect KES example 2021-11-29 19:11:20 -05:00
be4816f1ea QuickWin: Add fstab instructions for disk mounting 2021-11-25 13:07:38 -08:00
21fabf5d97 DOCS-404: Improve documentation around tiering and replication
Adding Poorna's suggestions

Co-authored-by: Poorna K <poornas@users.noreply.github.com>

CR fixups

KP suggestions

Co-authored-by: Krishnan Parthasarathi <krisis@users.noreply.github.com>

More fixups

Final fixups
2021-11-22 16:53:33 -05:00
17d92a0e70 DOCS-396: Update deployment/expansion guides to use systemd
Eco edits

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

CR Response
2021-11-08 17:36:48 -05:00
7eb57c1a54 DOCS-399: Resolve ILM related issues 2021-10-26 19:50:24 -04:00
955cd1b03e DOCS-311: Complete cleanup of SSE docs
Fixups per Andreas

More CR fixes

Apply suggestions from code review

Co-authored-by: Andreas Auernhammer <hi@aead.dev>

Final pass
2021-10-21 12:50:37 -04:00
3850b59644 Fix incorrect notification queue limit 2021-10-19 15:38:06 -04:00
dc15653e38 DOCS-376: Integrate Sphinx Design, remove sphinx-tabs 2021-09-09 12:46:37 -04:00
9473a65a26 Cleanup pass + reorg 2021-07-09 13:55:28 -07:00
92e6fc898a Migrate STS docs to next-gen, restructure/revise 2021-07-09 13:55:28 -07:00
5a5a8a6908 MinIO ILM Migration + Tiering
Apply suggestions from code review + local changes

Co-authored-by: Poorna Krishnamoorthy <poornas@users.noreply.github.com>
Co-authored-by: Krishnan Parthasarathi <krisis@users.noreply.github.com>

Apply suggestions from code review

Co-authored-by: Krishnan Parthasarathi <krisis@users.noreply.github.com>
2021-05-12 10:20:29 -04:00
bc8d563e96 MinIO Implicit Prefix Trimming on Removal of Last Object (see minio/mc issue#3621) 2021-04-01 19:37:44 -04:00
f1574f14ae Bucket Notification Import
CR fixes

Fixups
2021-03-24 18:27:27 -04:00
72a07c2d06 Kubernetes Operator Reference
Cleaning up org, working on zones/vct

Ready for Review

fixups

Wrap-up
2020-11-13 15:55:46 -05:00
748f713279 Sanitize Pass, Fixing namespace collisions (Kludge) 2020-10-28 17:23:26 -04:00
bba1a48c38 MinIO kubectl minio initial commit
Minor fixups after testing locally

Additional refinement

Nitish fixups

Fixups for storageClassName

Ritesh feedback Round 2
2020-10-22 13:59:22 -04:00
179722e56a Standardizing mc command format and layout 2020-10-07 20:11:09 -04:00
e3e9caf593 Alpha Release Work 2020-09-30 18:37:33 -04:00
61884974d1 Versioning Initial Pass (#294)
* Versioning Initial Pass

* Poornas first pass review

* Refactoring for single sourcing

* Fixups, added mc tag, remaining versioned commands
2020-09-21 19:32:09 -04:00
1c7ce6a9e2 Trying new page structure. See mc-admin-policy 2020-08-20 15:45:52 -04:00