1
0
mirror of https://github.com/minio/docs.git synced 2025-09-10 20:12:12 +03:00
Commit Graph

35 Commits

Author SHA1 Message Date
Ravind Kumar
23253dd71c DOCS-1273: Operator 6.0.0 Deploy/Upgrade docs, removing Console references (#1284)
Addresses #1273 

# Summary

This pass does three things:

1. Updates all tutorials related to Operator/Tenant deployment for
Kustomize and Helm
2. Removes references to Operator Console + updates to reference
Kustomize/Helm wherever possible
3. Slightly tidies up old or dangling references

This pass does not do these things:

- Link out heavily to Kubernetes docs (for later)
- Clean up organization (singleplat build handles this)
- Addresses OpenShift, Rancher, etc.

---------

Co-authored-by: Andrea Longo <feorlen@users.noreply.github.com>
Co-authored-by: Allan Roger Reid <allanrogerreid@gmail.com>
Co-authored-by: Daryl White <53910321+djwfyi@users.noreply.github.com>
2024-08-01 15:51:39 -04:00
Ravind Kumar
c770ba9d76 DOCS-1021: Adding helm information (#1060)
Closes #1021 
Closes #1055 
Closes #968 
Closes #943 


---------

Co-authored-by: Andrea Longo <feorlen@users.noreply.github.com>
Co-authored-by: Pedro Juarez <pjuarezd@users.noreply.github.com>
2023-11-16 12:56:20 -05:00
Ravind Kumar
69e291fa6e DOCS-1007: Create sync pattern to pull in the CRD during releases (#1025)
Closes #1007
2023-10-10 16:45:06 -04:00
Ravind Kumar
a077c6b9c5 DOCS-987: Fixing prometheus metrics to pull from Minio Server docs list (#1003)
---------

Co-authored-by: Andrea Longo <feorlen@users.noreply.github.com>
2023-09-15 12:57:30 -04:00
Ravind Kumar
f8b5189630 Adding staging logic (#759)
# Summary

The actual logic is pretty straightforward - run `mc cp -r` to
recursively copy the contents of the correct directory out to a MinIO
alias and bucket.

For now, the alias and bucket are hardcoded. We could make that more
variable, but this is easier.

This will require you to install `mc` locally and ensure you have the
`docs-staging` access setup . check slack for the details - if `mc ls
docs-staging/staging` shows you a list of already staged docs, you're in
good shape.
2023-03-16 12:34:23 -04:00
Daryl White
878e85d2db Adds ARM64 architecture to Linux install pages (#708)
- updates Makefile to retrieve ARM URLs
- updates default-conf to create substitutes for ARM URLs
- updates linux install include to add dropdowns for each architecture

Closes #679
2023-01-17 16:53:04 -06:00
Ravind Kumar
9b7a95d2b2 K8S-RELEASE: Adding EKS, GKS, AKS (#696) 2023-01-10 17:16:21 -05: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
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
Harshavardhana
aaa74a8ee7 cleanup SDK sync and reduce makefile burden (#585) 2022-09-26 15:52:15 -05:00
Ravind Kumar
53b6620e35 Fixing .NET Quickstart Guide 2022-09-21 17:05:14 -04:00
Ravind Kumar
019ccb9e80 General cleanups for driver synchronization (#572)
A few minor cleanups:

- Removing the SDK markdown docs from git tracking. They're already
tracked in the SDK directories, we don't need to do that twice
- Cleaning up the builds, as only Linux needs to build out the SDK docs
at this time
- Fixing build-docs.sh to build the SDK docs with Linux (so we get
proper version numbers). Means we have to build Linux with SYNC_SDK=TRUE
on the server to pull in the SDK docs (otherwise they will all be
empty).


Tested locally and everything seems to work just fine. Will see what
happens when it goes live, but I figured I'd ask for @harshavardhana 's
thoughts since they know more about the build server script process than
I do.
2022-09-21 15:27:05 -04:00
Ravind Kumar
d815aa9ce8 Final pass on platformization (#555) 2022-09-16 16:40:20 -04:00
Harshavardhana
1f7ef74cf7 fix: typo in Makefile kubernetes -> k8s 2022-09-13 01:54:19 -07:00
Harshavardhana
52b13b90f7 cleanup README.md build instructions
- remove Windows, macOS instructions just mandate GNU/Linux for all.
  GNU/Linux instructions work macOS as well.

- introduce 'make all' to build all targets.
2022-09-13 00:00:50 -07:00
Harshavardhana
2dc868af74 cleanup makefile and avoid github API requests (#554) 2022-09-12 18:47:47 -04:00
Daryl White
da199027d2 Adding checklist items for hardware, software, and security (#525)
This adds content to the three stub files.
Corrects the Makefile for incorrect importing of Javascript docs into the Haskell folder.
Corrects community Slack URLs to point to slack.min.io.
2022-08-24 16:33:13 -05:00
Ravind Kumar
e050e2adeb Fixing Build to use archived download link 2022-08-12 17:21:15 -04: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
8d15d1714a Adding content and instructions for SDKs 2022-06-29 16:07:50 -05: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
f92582fd5a BuildTools: Makefile needs Darwin-specific paths 2022-06-02 15:06:51 -04:00
Daryl White
a498d1bfd6 Updating MinIO server to RELEASE.2022-05-19T18-20-59Z 2022-05-20 17:41:22 -05:00
Ravind Kumar
f6f16d430a Improve makefile for syncing MinIO Server version 2022-03-14 11:22:46 -04:00
Ravind Kumar
ea01909527 SDK import, Nav cleanups, DOCS-417 2022-02-08 16:38:35 -05:00
ravindk89
a6fb44ac60 Updating makefile to pull latest MinIO version and DEB/RPM URLS 2022-01-10 20:35:20 -05:00
ravindk89
dc15653e38 DOCS-376: Integrate Sphinx Design, remove sphinx-tabs 2021-09-09 12:46:37 -04:00
Harshavardhana
1b8e574e7f add build support for npm 2021-02-02 11:51:40 -08:00
ravindk89
748f713279 Sanitize Pass, Fixing namespace collisions (Kludge) 2020-10-28 17:23:26 -04:00
ravindk89
0740377d39 Build Output Respects Git Branch 2020-10-19 15:02:04 -04:00
ravindk89
aa832e1d2f Initial Commit (not yet MVP 1.0) 2020-08-14 18:35:26 -04:00