Add ArgoCD, FluxCD and OpenShift install guides for KubeStash#79
Merged
Conversation
b0118af to
465773e
Compare
ff92589 to
42e041a
Compare
Document deploying KubeStash declaratively via ArgoCD using the ace-user-roles, license-proxyserver and kubestash Application manifests, and document two ways to install on OpenShift: the standard chart with global.distro.openshift/ubi values, and the Red Hat certified chart paired with the separate CRDs chart. Signed-off-by: Tamal Saha <tamal@appscode.com>
Document deploying KubeStash declaratively via FluxCD using an OCI HelmRepository for ghcr.io/appscode-charts and three HelmReleases for ace-user-roles, license-proxyserver and kubestash, mirroring the ArgoCD flow. Signed-off-by: Tamal Saha <tamal@appscode.com>
Split the single setup/install/kubestash/index.md into a section with one page per installation method (Helm, YAML, ArgoCD, FluxCD, OpenShift) plus a common configuration page holding the verify steps, mirroring kubedb/docs#885. Repoint referencing pages to the new _index.md. Signed-off-by: Arnob Kumar Saha <arnob@appscode.com>
- yaml.md: prodecure -> procedure - openshift.md: replace 'chart shown above' with a link to the Helm page - argocd/fluxcd/openshift: reword the verify link to Common Configuration Signed-off-by: Arnob Kumar Saha <arnob@appscode.com>
42e041a to
1049893
Compare
Point the per-method install guide cross-links at the actual .md files so the liche link checker can resolve them locally (the pretty-URL form with a trailing slash has no matching file/directory on disk). Signed-off-by: Anisur Rahman <anisur@appscode.com>
anisurrahman75
requested changes
Jun 16, 2026
Signed-off-by: Anisur Rahman <anisur@appscode.com>
|
Visit the preview URL for this PR (updated for commit 5de2a72): https://kubestash-qa--pr79-distro-install-9mbqrq47.web.app (expires Tue, 23 Jun 2026 07:58:56 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 7765752f86b485f0f549c1d5d58c61af5e2ecd74 |
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
Applicationmanifests (ace-user-roles,license-proxyserver,kubestash), with notes on theignoreDifferencesblocks that keep the apps in sync against rotating certs and webhook CA bundles.HelmRepositorypointing atghcr.io/appscode-chartsplus threeHelmReleaseresources for the same three charts.helm-controllerreconciles viahelm upgrade, so noignoreDifferencesequivalent is needed.global.distro.openshift=true/global.distro.ubi=all, and the Red Hat certifiedkubestash-certifiedchart, which must be paired with the separatekubestash-certified-crdschart because the certified chart ships without CRDs.Test plan
docs/setup/install/kubestash/.#verify-installationresolve.