feat: add GitOps installation procedures - #3141
Open
gtrivedi88 wants to merge 1 commit into
Open
Conversation
gtrivedi88
requested review from
a team,
deerskindoll and
mkuznyetsov
as code owners
July 2, 2026 09:21
|
🎊 Navigate the preview: https://6a67b54e32223d3fec9e4b61--eclipse-che-docs-pr.netlify.app 🎊 |
gtrivedi88
force-pushed
the
gitops-install-procedures
branch
2 times, most recently
from
July 2, 2026 11:42
8af33c4 to
c9a12e3
Compare
gtrivedi88
force-pushed
the
gitops-install-procedures
branch
from
July 15, 2026 12:00
b78e961 to
a44cff4
Compare
Add two procedures for deploying Che using Argo CD (GitOps): - proc_deploying-che-using-gitops.adoc: connected cluster deployment - proc_deploying-che-using-gitops-in-a-restricted-environment.adoc: air-gapped deployment with mirrored registry Update con_installation-overview.adoc with GitOps as a deployment method and deployment scenario. Flatten Install nav to remove redundant 'Install Che' nesting. Add persona callouts to all Install module pages using a local partial (snip_persona-admin.adoc). Tested end-to-end on OCP 4.21 ROSA cluster. Content body identical to downstream devspaces-documentation. Co-authored-by: Cursor <cursoragent@cursor.com>
gtrivedi88
force-pushed
the
gitops-install-procedures
branch
from
July 27, 2026 17:57
a44cff4 to
ca5eac5
Compare
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
What changed
modules/install/pages/proc_deploying-che-using-gitops.adocmodules/install/pages/proc_deploying-che-using-gitops-in-a-restricted-environment.adocmodules/install/pages/con_installation-overview.adocmodules/install/nav.adocWhy
SME feedback: production deployments use GitOps (Argo CD), not CLI or web console. The GitOps procedure should be the primary installation method.
Two procedures cover:
Cluster testing
Tested end-to-end on OCP 4.21 ROSA cluster (Jul 2, 2026):
SkipDryRunOnMissingResource=trueworksDownstream alignment
Content body is identical to downstream
devspaces-documentationprocedures on thegitops-install-proceduresbranch. Only metadata wrappers differ (:_content-type:vs:_mod-docs-content-type:, no_{context}suffixes, Antora xrefs vslink:macros).Test plan
Made with Cursor