1
0
mirror of https://github.com/minio/docs.git synced 2025-04-24 06:05:11 +03:00

62 Commits

Author SHA1 Message Date
Ravind Kumar
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
Ravind Kumar
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
Ravind Kumar
f191fd7c10 Remove operator upgrade from TOC until procedure is written 2022-10-04 10:50:48 -04:00
Daryl White
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
Harshavardhana
59760ed079
download rpm as minio.rpm not minio.deb (#594) 2022-10-03 13:44:11 -04:00
Ravind Kumar
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
Ravind Kumar
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
Daryl White
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
Ravind Kumar
33af30eb71 Fix typo in container quickstart 2022-09-23 16:11:48 -04:00
Harshavardhana
7388f4b33e
update mc/minio source installation docs (#575) 2022-09-21 13:40:06 -04:00
Daryl White
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
Ravind Kumar
d815aa9ce8
Final pass on platformization (#555) 2022-09-16 16:40:20 -04:00
Ravind Kumar
40cd778e5b
Completion of SSE-KMS doc rewrite (#539) 2022-09-06 17:38:08 -04:00
Daryl White
705ec2cf45
Updating global flags to point to the common list in the mc page (#541) 2022-08-31 12:46:27 -05:00
Ravind Kumar
029bdeb97c
Integrating .. only logic into .. cond (#528) 2022-08-19 16:49:39 -04:00
Ravind Kumar
23ecfebf6c Clarify Upgrade Procedure 2022-08-15 13:11:53 -04:00
Ravind Kumar
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
Daryl White
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
Ravind Kumar
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
Ravind Kumar
1c416561ef Cleaning up Network Encryption pages 2022-07-05 16:43:55 -04:00
Daryl White
79e342b6d4 Adding create tenant CLI tutorial for K8s docs to the deploy tenant file. 2022-06-27 15:38:46 -05:00
Ravind Kumar
ffeff0365e Migrate Tenant Deployment/management guides 2022-06-16 15:41:56 -04:00
Daryl White
1ef454bf05 Adding kubectl ref docs 2022-06-15 13:34:04 -05:00
Ravind Kumar
b99c20a16f Docs Multiplatform Slice 2022-06-14 17:01:18 -04:00
Ravind Kumar
c2d0f45764 TinyFix: RPM instructions references deb package output 2022-05-23 10:28:59 -04:00
Daryl White
6e4422b029 Add mc support commands and a new support section with SUBNET info 2022-05-20 16:59:31 -05:00
Daryl White
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
Ravind Kumar
02455439c9 DOCS-439: MinIO Console refresh
Additional CR pass

Another round of CR

Final review
2022-05-06 16:46:12 -04:00
Ravind Kumar
227ff89795 Additional refinements to replication documentation 2022-04-08 18:27:20 -04:00
ravindk89
d92f9d4a2e DOCS-412: Add replication resynchronization procedure
Includes refinements to other replication procedures and single sourcing
2022-04-08 18:27:20 -04:00
Ravind Kumar
37a978b72f Minor indentation error 2022-04-01 12:03:53 -04:00
Daryl White
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
Ravind Kumar
c50d4140c1 Missed fixing option on mc mb 2022-03-04 12:38:13 -05:00
Ravind Kumar
35d0c8250d Remove incorrect references to downtime on restart 2022-03-03 19:55:45 -05:00
Ravind Kumar
93c9b00cb0 additional cleanups after merge 2022-03-03 16:36:57 -05:00
Ravind Kumar
74e55a6ded Update minio.py and mc references for simplified structure 2022-03-03 15:21:25 -05:00
Ravind Kumar
4669f340a8 Fix typo in deployment docs 2022-02-22 13:58:05 -05:00
Ravind Kumar
06500dcba3 DOCS-420: Incorrect Kafka SASL mechanisms 2022-01-28 17:38:54 -05:00
ravindk89
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
ravindk89
a6fb44ac60 Updating makefile to pull latest MinIO version and DEB/RPM URLS 2022-01-10 20:35:20 -05:00
ravindk89
ef30821063 DOCS-380: Refactor CLI reference 2022-01-04 19:11:15 -05:00
ravindk89
1eafe41a7d Fixing incorrect KES example 2021-11-29 19:11:20 -05:00
ravindk89
be4816f1ea QuickWin: Add fstab instructions for disk mounting 2021-11-25 13:07:38 -08:00
ravindk89
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
ravindk89
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
ravindk89
7eb57c1a54 DOCS-399: Resolve ILM related issues 2021-10-26 19:50:24 -04:00
ravindk89
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
ravindk89
3850b59644 Fix incorrect notification queue limit 2021-10-19 15:38:06 -04:00
ravindk89
dc15653e38 DOCS-376: Integrate Sphinx Design, remove sphinx-tabs 2021-09-09 12:46:37 -04:00
ravindk89
9473a65a26 Cleanup pass + reorg 2021-07-09 13:55:28 -07:00