-
Notifications
You must be signed in to change notification settings - Fork 304
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SFTP access for Operator Tenants #993
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wow Amazing! Great Doc!!! ❤️
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mostly polish-level fixups, the overall content is excellent.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall looks good and detailed. Take care of Ravind's comments.
:class: note | ||
|
||
MinIO Tenants deployed with Operator only support SFTP. | ||
For details, see `File Transfer Protocol for Tenants <https://min.io/docs/minio/k8s/developers/file-transfer-protocol.html?ref=docs>`__. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This link will work once everything goes live
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
....aaaaand link works better when it's correct. Fixed.
Document SFTP access for Operator Tenants, from Operator v5.0.7. minio/operator#1685
minio/operator#1692
The new Operator SFTP text and the not-Operator version it is based on were converted to includes rather than have a mess of conditionals in a single file.
Staged
http://192.241.195.202:9000/staging/DOCS-943-2/k8s/developers/file-transfer-protocol.html
http://192.241.195.202:9000/staging/DOCS-943-2/linux/developers/file-transfer-protocol.html
Partially addresses #943