docs(setup): add ArgoCD, FluxCD, and OpenShift install guides#885
Merged
Conversation
- Add ArgoCD tab with Application manifests for ace-user-roles, license-proxyserver, kubedb, kubestash (backup), and the monitoring stack (kube-prometheus-stack, panopticon, monitoring-operator). - Add FluxCD tab with HelmRepository + HelmRelease against the ghcr.io/appscode-charts OCI registry, wiring the license via a Secret. - Add Install on OpenShift section covering the standard chart with global.distro overrides, the Red Hat certified Helm chart (kubedb-certified + kubedb-certified-crds), and the OpenShift OperatorHub bundle with the installer.kubedb.com/v1 Kubedb CR. - Add Enable Database Engines section documenting the full global.featureGates map and how to apply it via Helm values or --set. Signed-off-by: Tamal Saha <tamal@appscode.com>
|
Visit the preview URL for this PR (updated for commit ecea62d): https://kubedb-v2-hugo--pr885-distro-install-6ufwdz8i.web.app (expires Tue, 23 Jun 2026 06:06:41 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 0f29ae8ae0bd54a99bf2b223b6833be47acd5943 |
Signed-off-by: Arnob Kumar Saha <arnob@appscode.com>
…-roles step Signed-off-by: Arnob Kumar Saha <arnob@appscode.com>
Signed-off-by: Arnob Kumar Saha <arnob@appscode.com>
Signed-off-by: Arnob Kumar Saha <arnob@appscode.com>
…tcher Signed-off-by: Arnob Kumar Saha <arnob@appscode.com>
ArnobKumarSaha
added a commit
to kubestash/docs
that referenced
this pull request
Jun 16, 2026
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>
Signed-off-by: Arnob Kumar Saha <arnob@appscode.com>
anisurrahman75
pushed a commit
to kubestash/docs
that referenced
this pull request
Jun 16, 2026
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>
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 three new sections to
docs/setup/install/kubedb.md:ace-user-roles,license-proxyserver,kubedb, optionalkubestashfor backup, and the monitoring stack (kube-prometheus-stack+panopticon+monitoring-operator).HelmRepositorypointing atghcr.io/appscode-charts, a license Secret, and aHelmReleasewithcrds: CreateReplace.kubedbchart withglobal.distro.openshift+global.distro.ubioverrides.kubedb-certified-crds+kubedb-certified).installer.kubedb.com/v1KubedbCR.global.featureGatesmap and how to apply it via a values file or--setflags.Test plan
hugo serveor equivalent) and confirm the new tabs render correctly under Setup → Install → KubeDB.{{< param "info.version" >}}and{{< param "info.installer" >}}resolve in the new ArgoCD / FluxCD / OpenShift blocks.