d293a50ab9
Adds changes for MinIO RELEASE.2023-04-28T18-11-17Z.
...
- Adds note to removed metric
- Adds note to an existing metric now available on the console's metric dashboard
Closes #840
2023-05-11 12:44:19 -07:00
443279c3de
Adds documentation for ftp and sftp ( #848 )
...
- Adds a new page to the developer section for File Transfer Protocol.
- Update the `minio server` command with two new flags.
Closes #828
2023-05-11 11:44:14 -05:00
6c5d694756
Add info about time sync ( #847 )
...
Adds a checklist item to software about configuring time
synchronization. Adds a prereq to the multi-node deployment about time
sync.
Closes #778
2023-05-09 09:56:13 -05:00
48d78340ff
Operator sidecar ( #838 )
...
This adds information about Operator component changes in v5.0.x.
Closes #791
Staged:
http://192.241.195.202:9000/staging/operator-sidecar/operations/installation.html
2023-05-05 10:39:13 -05:00
dbb34f4b3e
Adds STS info for Operator ( #841 )
...
Creates a new page for STS tokens specifically for Operator.
Closes #792
Staged:
http://192.241.195.202:9000/staging/k8s-sts/developers/sts-for-operator.html
2023-05-04 14:51:44 -05:00
21e14b02f4
kubectl minio init
command arguments update (#835 )
...
Documentation update
closes https://github.com/minio/operator/issues/1568
---------
Co-authored-by: Daryl White <53910321+djwfyi@users.noreply.github.com >
2023-05-03 10:35:03 -05:00
6c6a1d49db
Increase left nav width ( #839 )
2023-05-01 16:50:03 -05:00
363e688617
Updates for MinIO RELEASE.2023-04-07T05-28-58Z ( #823 )
...
- Adds new environment variable for ILM expiration workers
- Adds new metrics for locks
- Adds keyrotate batch job type
- Adds info about batch replicate from remote to local
Closes #806
Staged:
http://192.241.195.202:9000/staging/minio-2023-04-07/administration/batch-framework.html
2023-05-01 16:42:13 -05:00
101ad648dd
Doc updates related to Operator v5.0.0 ( #837 )
...
Updates docs for most changes through v5.0.4.
Does not have changes related to sidecar containers.
Partially addresses #791
Staged: http://192.241.195.202:9000/staging/operator-5.0.0/index.html
2023-04-28 16:39:41 -05:00
1c5454955b
Expand the mc admin user docs ( #836 )
...
Restructure the existing `mc admin user` page into separate pages for
each subcommand. Also add missing details and correct errors.
Staged:
http://192.241.195.202:9000/staging/DOCS-785/linux/html/reference/minio-mc-admin/mc-admin-user.html
Fixes https://github.com/minio/docs/issues/785
2023-04-28 14:03:11 -06:00
1a0905f70e
Include port number for the example MINIO_SERVER_URL ( #831 )
...
The example environment variable setup does not include port 9000. As a
new user this tripped me up.
---------
Co-authored-by: Ravind Kumar <ravindk89@gmail.com >
2023-04-25 10:30:29 -04:00
8ddbea3439
correcting alias order ( #834 )
...
### Objective:
To correct the alias order
2023-04-25 10:27:52 -04:00
8721671838
Only mc admin update might need sudo ( #829 )
...
`sudo` note from https://github.com/minio/docs/pull/822 really should
only apply to `mc admin update`. Add there and remove from the common
include.
Staged
http://192.241.195.202:9000/staging/remove-excessive-sudo-note/linux/html/reference/minio-mc-admin/mc-admin-update.html
2023-04-21 15:51:15 -06:00
ea85cce9a9
New flag to set site replication to synchronous ( #826 )
...
Document new flag for `mc admin replicate update` to enable/disable
synchronous site replication. Continue to recommend default async
replication due to increased write latency with sync.
Adapt/reuse the existing description of async vs sync from bucket
replication as an include.
Staged
http://192.241.195.202:9000/staging/DOCS-790/linux/html/operations/install-deploy-manage/multi-site-replication.html#synchronous-vs-asynchronous-replication
http://192.241.195.202:9000/staging/DOCS-790/linux/html/reference/minio-mc-admin/mc-admin-replicate.html#syntax
http://192.241.195.202:9000/staging/DOCS-790/linux/html/administration/bucket-replication.html#synchronous-vs-asynchronous-replication
Fixes https://github.com/minio/docs/issues/790
2023-04-20 15:54:05 -06:00
e7db29ff03
Patching replication docs for version match requirement ( #825 )
2023-04-20 10:36:31 -04:00
579540ae5c
Updates for MinIO RELEASE.2023-04-13T03-08-07Z ( #824 )
...
- Adds example output to mc admin info command
- Adds new metric
Closes #814
2023-04-19 18:30:10 -05:00
6d65d8aba2
Object Lambda docs ( #800 )
...
Object Lambda functions to transform objects via a webhook. Expand and
refine the developer docs from
c4d71bc1a5/docs/lambda/README.md
into a new page in the user documentation.
Staged
http://192.241.195.202:9000/staging/DOCS-754/linux/html/developers/transforms-with-object-lambda.html
Notes for reviewers:
In addition to the items noted in inline comments, some general things
to confirm:
* Accurate usage/terminology? Is this how we talk about the relevant
topics?
* Any technical points that need more/more correct detail?
* What would someone need to know to go from trying this dev example to
having a real function in their production environment?
[x] Add new docs page in Developers
[x] Add envars to envar list
Fixes https://github.com/minio/docs/issues/754
2023-04-19 15:05:48 -06:00
ed88e699ab
Link to systemctl update docs in rpm/deb install instructions ( #822 )
...
The update instructions in the "You are running an older version" banner
are not correct for systemd managed deployments (also the process
recommended for rpm/deb installs).
Link to the correct update procedure in the install docs. This is not
intended to be comprehensive, just pointers for future-admin who might
have forgotten.
Staged:
http://192.241.195.202:9000/staging/deb-upgrades/linux/html/operations/install-deploy-manage/deploy-minio-single-node-single-drive.html#download-the-minio-server
2023-04-19 13:56:05 -06:00
f05c657e99
Changes for Console release v0.26.0. ( #821 )
...
- Adds Audit Kafka tab to list of settings sections
- Adds info about diagnostic report uploading to SUBNET
Closes #788
2023-04-18 12:47:10 -05:00
d91d752273
Adds notes about expiration output for some mc commands ( #819 )
...
Adds info to `mc admin user svcacct` and `mc admin user sts` about
exposing expiration for accounts.
Fixes some build errors from the troubleshooting doc.
Closes #786
2023-04-14 15:45:21 -05:00
48ac2437e8
Moves limit upload and limit download flags out of global list ( #820 )
...
Uses an include in case we need them for other commands later.
Closes #787
Also update mc mv to use standard optional and required formatting for
params.
Staged:
http://192.241.195.202:9000/staging/limitflags/reference/minio-mc.html#global-options
2023-04-14 15:37:31 -05:00
948fce19c8
Specify usage of mc
in gateway migration ( #817 )
...
Fixes: https://github.com/minio/docs/issues/805
2023-04-14 13:26:55 -04:00
e7c6473394
DOCS-784: Fix Kafka TLS Client Auth reference ( #816 )
2023-04-14 11:49:32 -04:00
508940787b
Adding webhook environment variables ( #813 )
...
Fixes build errors due to missing environment variables for logger
webhook configs.
2023-04-14 09:52:14 -05:00
eaca36720d
Adds information for command history and airgap version requirements. ( #811 )
...
- Updates troubleshooting doc for airgap registration
- Updates `mc license register` doc with airgap registration and command
history
- Updates `mc support diag` with command history
Closes #804
2023-04-14 09:51:11 -05:00
2ea1b14032
Fixed MINIO_ROOT_PASSWORD to be secret key ( #812 )
...
I’ve fixed a little typo that could save some minutes to users:
The MINIO_ROOT_PASSWORD is the secret key, not the access key.
2023-04-13 17:25:14 -05:00
2d900caa0f
Adds new proxy argument webhook logger configuration. ( #810 )
...
Closes #745
Also adds three other missing arguments for the webhook logger
configuration.
2023-04-12 12:28:47 -05:00
d86463cba1
Adds Call Home information to the troubleshooting doc ( #801 )
...
Closes #751
2023-04-12 11:01:09 -05:00
a4dd7929e0
Add changes for MinIO RELEASE.2023-03-20T20-16-18Z. ( #809 )
...
Closes #767
- Adds behavior note about decommissioning pools with tiering enabled
- Adds info about enabling/disabling LDAP IDP connection
- Adds a Windows-only note in the Object Management about not using the
\ character
Staged:
- http://192.241.195.202:9000/staging/minio-2023-03-20/index.html
- Windows at:
http://192.241.195.202:9000/staging/minio-2023-03-20/windows/administration/object-management.html#object-organization-and-planning
2023-04-12 10:40:19 -05:00
a2f3f5d8da
Add minio_bucket_objects_version_distribution to metrics list ( #808 )
...
Add a new metric to the list of object and bucket metrics.
`minio_bucket_objects_version_distribution`, similar to the existing
`minio_bucket_objects_size_distribution`, is a histogram of object
version counts. (As in: "How many objects in this bucket have between 10
and 100 versions?")
Adding the new one following the established pattern, more comprehensive
info about each metric is a future task.
Staged:
http://192.241.195.202:9000/staging/DOCS-756/linux/html/operations/monitoring/metrics-and-alerts.html#object-and-bucket-metrics
Fixes https://github.com/minio/docs/issues/756
2023-04-12 08:03:28 -06:00
a432637298
Adding more EDU videos ( #803 )
2023-04-10 16:36:35 -04:00
8caa50e3d1
General work on releases ( #797 )
...
Closes #750
Closes #736
Partially Address #767
2023-04-10 16:03:13 -04:00
ab49b29916
Correcting mc admin policy command links ( #802 )
...
Missed some references to deprecated commands during an mc release doc
update (PR #799 ).
This fixes those references to the new commands.
2023-04-05 16:46:28 -05:00
840417a6f7
Doc updates for mc RELEASE.2023-03-20T17-17-53Z ( #799 )
...
- Adds note that `mc support proxy set|remove` no longer require
registration
- Adds info about stale ARNs for `mc replicate status` command
- Additional information for --dry-run flag in `mc rm`
- Thoroughly updates and restructures `mc admin policy` commands
- Adds new `mc batch cancel` command
- Updates deprecated commands for newly deprecated mc admin policy
functions
- Fixes toctree on mc admin page to allow for mc admin policy subcommand
nesting
Closes #766
Other fixes not part of the release:
- Updates `--fake` flag on `mc rm` to `--dry-run`
- Updates `--fake` flag on `mc mirror` to `--dry-run`
2023-04-05 10:50:40 -05:00
f6538cadd9
DOCS-779: Fix permission set for MinIO on KES ( #793 )
2023-04-04 09:36:35 -04:00
d7bfff7aa2
DOCS-660: Add note for Linux gateway migration docs pointing to Container docs ( #795 )
2023-03-31 18:03:38 -04:00
2b5c5c8f99
Cleanup license commands ( #794 )
...
Cleans up the license commands
2023-03-31 09:37:08 -05:00
c1a84f756e
Reapply missing commit from PR 783: mc du ( #789 )
...
Small text and formatting edits. Lost due to network outage, oops.
Original PR: https://github.com/minio/docs/pull/783
Original issue: https://github.com/minio/docs/issues/764
2023-03-30 15:06:26 -05:00
1f8ce6dec2
Add reference page for mc du
( #783 )
...
Create a new reference page for `mc du` and link it in the list of `mc`
commands.
Staged:
http://192.241.195.202:9000/staging/DOCS-764/linux/html/reference/minio-mc/mc-du.html
Includes drive-by fixes to make the _Optional_ notations appear in a
more consistent manner. (Including several otherwise unrelated pages.)
There's more opportunistic fixes here than I might normally do in the
same PR, but seemed better to get it over with.
Fixes https://github.com/minio/docs/issues/764
---------
Co-authored-by: Ravind Kumar <ravind@min.io >
2023-03-30 13:36:41 -06:00
199d1eb1d4
Adds info on certificates with the MinIO Client ( #782 )
...
- Adds a new section on certificates to the MinIO Client page
- Adds a new section in Behaviors to the mc alias set page
- Minor fix to a --json flag command in version doc
Closes #781
2023-03-30 13:04:10 -05:00
e301ca757b
DOCS-741: Improving discussion of object deletion ( #777 )
2023-03-29 18:41:54 -04:00
31d5fbd117
Exclude prefixes or folders from versioning ( #769 )
...
Object versioning can now be configured with certain exclusions (no
longer strictly on a per-bucket basis). Add documentation about how to
use the new options:
* `--excluded-prefixes` to exclude objects with certain prefixes
* `--exclude-folders` to exclude anything with name ending in `/`
(folders)
- [x] Exclude prefixes
- [x] Exclude folders
- [x] Wildcards/globbing
- [x] Limitations
- [x] View versioning exclusion configuration
Staged:
[Bucket
Versioning](http://192.241.195.202:9000/staging/DOCS-760/linux/html/administration/object-management/object-versioning.html )
[mc
version](http://192.241.195.202:9000/staging/DOCS-760/linux/html/reference/minio-mc/mc-version.html )
Fixes https://github.com/minio/docs/issues/760
---------
Co-authored-by: Krishnan Parthasarathi <krisis@users.noreply.github.com >
2023-03-28 16:51:11 -06:00
086fb8c327
Adding an upgrades and version support section to troubleshooting ( #765 )
...
Adds Version Support section to troubleshooting doc.
Includes info on license support.
Includes information on aligning versions across operator, minio, and mc
products.
Closes #762
2023-03-27 14:08:11 -05:00
831f7b29de
Removing errant debug statement
2023-03-24 18:41:01 -04:00
b32d6167db
DOCS-476: OIDC, Keycloak, Dex, and Policy Variables ( #735 )
2023-03-24 18:39:50 -04:00
12177544ba
Correct sts API reference ( #776 )
...
MinIO User management docs pointed to an incorrect reference.
This corrects that.
2023-03-24 17:55:40 -04:00
7d15747908
MC ILM typo ( #775 )
...
Syntax should be ALIAS/path. Also, no trailing / required.
2023-03-24 14:24:31 -04:00
ca60d1f3c1
Adds changes for minio release from Feb 27 2023 ( #774 )
...
- updates list of metrics to add new IDP plugin metrics
- Adds info about expiring sts tokens
Depends on two topics added in PR #735 for internal links.
Closes #746
2023-03-24 12:10:33 -05:00
6018c5f55f
Applied changes for Console v0.24.0 ( #768 )
...
- Adds information about call home to the console subnet registration
page
- Mentions viewing environment variables with the tooltip
- Adds info about excporitng or importing settings
- Adds object manager button to the managing objects page
Closes #747
2023-03-24 11:43:33 -05:00
87e4c6488a
Update deprecated admin bucket remote
commands ( #772 )
2023-03-24 10:38:13 -04:00