fix: [CI-21068]: Add MinIO setup guide for self-hosted cache storage#11838
Open
spahuja-harness wants to merge 1 commit intomainfrom
Open
fix: [CI-21068]: Add MinIO setup guide for self-hosted cache storage#11838spahuja-harness wants to merge 1 commit intomainfrom
spahuja-harness wants to merge 1 commit intomainfrom
Conversation
Add comprehensive documentation for using MinIO as an S3-compatible gateway for self-hosted Harness CI cache storage. This is particularly useful for customers who: - Only have NFS storage available - Are in air-gapped environments - Need to maintain cache data on-premises Changes: - Added "Self-Hosted Cache with MinIO" section - Included Docker and Kubernetes deployment examples - Documented MinIO bucket creation and lifecycle policies - Provided complete SaveCache/RestoreCache YAML examples - Added best practices and network requirements - Explained pathStyle requirement for MinIO compatibility
|
|
|
Please check the Execution Link of the Pipeline for the Website Draft URL. This is located in the Preview Step behind the Harness VPN and also is available in #hdh_alerts. E.g Website Draft URL: https://unique-id--harness-developer.netlify.app. Current Draft URL is: https://699c8db674ef96610224235f--harness-developer.netlify.app |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds comprehensive documentation for using MinIO as an S3-compatible gateway for self-hosted Harness CI cache storage.
This documentation addresses the use case where customers:
Changes
docs/continuous-integration/use-ci/caching-ci-data/saving-cache.mdWhy This Change?
Based on internal architecture documentation and customer requirements, many self-hosted customers don't have direct S3 access but do have NFS storage. MinIO provides the S3-compatible API layer needed to use Harness cache features in these environments.
Testing
Related Issues