Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita68255b

Browse files
authored
Remove community argo content (#1281)
* Remove community argo contentRemoved community argo content from relevant topics* Fix errors* Update runtime-install-ingress-service-mesh-access-mode.md
1 parentbf73bdd commita68255b

11 files changed

+30
-147
lines changed

‎_docs/installation/gitops.md‎

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ Managing applications at scale requires efficient tools and practices. Codefresh
1111
#####What is a GitOps Runtime?
1212
The GitOps Runtime is a specialized component installed within your cluster, acting as a bridge between your infrastructure and the Codefresh platform. It integrates seamlessly with Argo CD, a leading tool for continuous delivery, and Argo Rollouts for advanced deployment strategies.
1313

14-
This Runtime forms the foundation of your GitOps operations, enabling centralized control and visibility across multiple Argo CD instances.
15-
By leveraging the Runtime, teams can efficiently orchestrate deployments, monitor environments, and ensure consistency across applications. To better understand how the Runtime manages key aspects like Git token usage and sharedconfig repos, see[GitOps Runtime concepts]({{site.baseurl}}/docs/installation/gitops/runtime-concepts/).
14+
This Runtime forms the foundation of your GitOps operations, enabling centralized control and visibility across multiple Argo CD instances from a single control plane.
15+
By leveraging the Runtime, teams can efficiently orchestrate deployments, monitor environments, and ensure consistency across applications. To better understand how the Runtime manages key aspects like Git token usage and sharedconfiguration, see[GitOps Runtime concepts]({{site.baseurl}}/docs/installation/gitops/runtime-concepts/).
1616

1717
{% include
1818
image.html
@@ -50,13 +50,6 @@ No Argo CD yet? Deploy a new, fully managed instance of Argo CD with the GitOps
5050

5151
See[Install GitOps Runtime with new Argo CD]({{site.baseurl}}/docs/installation/gitops/hybrid-gitops-helm-installation/).
5252

53-
{% if page.collection != site.gitops_collection %}
54-
#####Installation alongside Community Argo CD
55-
Using Community Argo CD? Add Codefresh GitOps without disrupting your existing setup.
56-
Requires additional configuration to manage resources separately and avoid interference with the existing Community Argo CD setup.
57-
58-
See[Install GitOps Runtime alongside Community Argo CD]({{site.baseurl}}/docs/installation/gitops/argo-with-gitops-side-by-side/).
59-
{% endif %}
6053

6154
You can install one GitOps Runtime per cluster. To add more, each Runtime must be on a separate cluster and have a unique name.
6255

‎_docs/installation/gitops/gitops-runtime.md‎

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,6 @@ No Argo CD yet? Deploy a new, fully managed instance of Argo CD with the GitOps
5050

5151
See[Install GitOps Runtime with new Argo CD]({{site.baseurl}}/docs/installation/gitops/hybrid-gitops-helm-installation/).
5252

53-
{% if page.collection != site.gitops_collection %}
54-
#####Installation alongside Community Argo CD
55-
Using Community Argo CD? Add Codefresh GitOps without disrupting your existing setup.
56-
Requires additional configuration to manage resources separately and avoid interference with the existing Community Argo CD setup.
57-
58-
See[Install GitOps Runtime alongside Community Argo CD]({{site.baseurl}}/docs/installation/gitops/argo-with-gitops-side-by-side/).
59-
{% endif %}
60-
6153
You can install one GitOps Runtime per cluster. To add more, each Runtime must be on a separate cluster and have a unique name.
6254

6355

‎_docs/installation/gitops/hybrid-gitops-helm-installation.md‎

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,8 @@ This article describes how to install the GitOps Runtime in a Codefresh accounts
1414
The Codefresh`values.yaml` located[here](https://github.com/codefresh-io/gitops-runtime-helm/blob/main/charts/gitops-runtime/){:target="\_blank"}, contains all the arguments you can configure, including optional ones.
1515
Review how Codefresh[validates the Runtime's values.yaml]({{site.baseurl}}/docs/installation/gitops/gitops-values-yaml-validation/).
1616

17-
{% if page.collection != site.gitops_collection %}
18-
To install the GitOps Runtime:
19-
* With an existing Argo CD instance, see[Install GitOps Runtime with existing Argo CD]({{site.baseurl}}/docs/installation/gitops/runtime-install-with-existing-argo-cd/)
20-
* Alongside your community Argo CD installation, see[Install GitOps Runtime alongside Community Argo CD]({{site.baseurl}}/docs/installation/gitops/argo-with-gitops-side-by-side/).
21-
{% endif %}
17+
To install the GitOps Runtime with an existing Argo CD instance, see[Install GitOps Runtime with existing Argo CD]({{site.baseurl}}/docs/installation/gitops/runtime-install-with-existing-argo-cd/).
18+
2219

2320

2421

‎_docs/installation/gitops/runtime-architecture.md‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,5 +306,4 @@ The GitOps Runtime reports data to the Codefresh platform, which stores the data
306306
##Related articles
307307
[Install GitOps Runtime with existing Argo CD]({{site.baseurl}}/docs/installation/gitops/runtime-install-with-existing-argo-cd/)
308308
[Install GitOps Runtime with new Argo CD]({{site.baseurl}}/docs/installation/gitops/hybrid-gitops-helm-installation/)
309-
[Install GitOps Runtime alongside Community Argo CD]({{site.baseurl}}/docs/installation/gitops/argo-with-gitops-side-by-side/)
310309
{% if page.collection != site.gitops_collection %}[On-premises GitOps Runtime installation]({{site.baseurl}}/docs/installation/gitops/on-prem-gitops-runtime-install/){% endif %}

‎_docs/installation/gitops/runtime-concepts.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,4 @@ For information on adding clusters and managing them, see [Managing external clu
8787
[Runtime prerequisites]({{site.baseurl}}/docs/installation/gitops/runtime-prerequisites/)
8888
[Install GitOps Runtime with existing Argo CD]({{site.baseurl}}/docs/installation/gitops/runtime-install-with-existing-argo-cd/)
8989
[Install GitOps Runtime with new Argo CD]({{site.baseurl}}/docs/installation/gitops/hybrid-gitops-helm-installation/)
90-
{% if page.collection != site.gitops_collection %}[Install GitOps Runtime alongside Community Argo CD]({{site.baseurl}}/docs/installation/gitops/argo-with-gitops-side-by-side/){% endif %}
90+

‎_docs/installation/gitops/runtime-ingress-configuration.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -668,6 +668,6 @@ providers:
668668
```
669669

670670
## Related articles
671-
[System requirements & prerequisites]({{site.baseurl}}/docs/installation/gitops/runtime-system-requirements/)
672-
[Install GitOps Runtime]({{site.baseurl}}/docs/installation/gitops/hybrid-gitops-helm-installation/)
673-
[Install GitOps Runtimealongside Community Argo CD]({{site.baseurl}}/docs/installation/gitops/argo-with-gitops-side-by-side/)
671+
[Runtime prerequisites]({{site.baseurl}}/docs/installation/gitops/runtime-system-requirements/)
672+
[Install GitOps Runtime with existing Argo CD]({{site.baseurl}}/docs/installation/gitops/runtime-install-with-existing-argo-cd/)
673+
[Install GitOps Runtimewith new Argo CD]({{site.baseurl}}/docs/installation/gitops/hybrid-gitops-helm-installation/)

‎_docs/installation/gitops/runtime-install-ingress-service-mesh-access-mode.md‎

Lines changed: 7 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,17 @@ In addition to the tunnel-based access mode which is is the default, the GitOps
1212
The ingress controller configured on the same Kubernetes cluster as the GitOps Runtime, implements the ingress traffic rules for the GitOps Runtime.
1313
***Service-mesh based access mode**
1414
The runtime integrates with a service mesh for communication.
15-
For details, see[GitOps Runtime architecture]({{site.baseurl}}/docs/installation/gitops/runtime-architecture/).
15+
For details, see[GitOps Runtime architecture]({{site.baseurl}}/docs/installation/gitops/runtime-architecture/).
1616

1717
#####Pre-installation configuration
18-
Configure ingress controllers and service meshes before installing the GitOps Runtime.
18+
Configure ingress controllers and service meshes before installing the GitOps Runtime. See[Pre-installation: Configure ingress controllers/service meshes](#pre-installation-configure-ingress-controllersservice-meshes).
1919

2020
#####Installation command flags
21-
The Runtime Install command requires additional flags to specify ingress or service-mesh compatibility.
22-
If you are installing alongside Community Argo CD, the Runtime Install command requires additional flags.
21+
The Runtime Install command requires additional flags to specify ingress or service-mesh compatibility. See[Install Runtime command for ingress-based/service-mesh based access modes](#installation-install-runtime-command-for-ingress-basedservice-mesh-based-access-modes).
2322

2423

2524
#####Post-installation configuration
26-
After installing the GitOps Runtime, specific ingress controllers and service meshes need additional configuration.
25+
After installing the GitOps Runtime, specific ingress controllers and service meshes need additional configuration. See[Post-installation: Configure ingress controllers/service meshes](#post-installation-configure-ingress-controllersservice-meshes).
2726

2827

2928
##Pre-installation: Configure ingress controllers/service meshes
@@ -47,23 +46,13 @@ Following are the additional flags you need to add to the install command for in
4746
--set global.runtime.ingress.enabled=true\
4847
--set "global.runtime.ingress.hosts[0]"=<ingress-host>\
4948
--set global.runtime.ingress.className=<ingress-class> \
50-
{% if page.collection != site.gitops_collection %}
51-
--set argo-cd.fullnameOverride=codefresh-argo-cd\
52-
--set argo-rollouts.fullnameOverride=codefresh-argo-cd\
53-
--set argo-cd.configs.cm.application.resourceTrackingMethod=annotation+label \
54-
{% endif %}
5549
{% endhighlight %}
5650

5751
where:
5852
*`global.runtime.ingress.enabled=true`is mandatory for ingress-based Runtimes. Indicates the runtime is ingress-based.
5953
*`<ingress-host>` is the IP address or hostname of the ingress controller. Mandatory for ingress-based Runtimes.
6054
*`<ingress-class>` is the ingress class of the ingress controller (e.g.,`nginx` for the NGINX ingress controller). Mandatory for ingress-based Runtimes.
61-
{% if page.collection != site.gitops_collection %}
62-
**Community Argo CD only**
63-
*`argo-cd.fullnameOverride=codefresh-argo-cd` is_mandatory_ to avoid conflicts at the cluster-level for resources in both the Community Argo CD and GitOps Runtime's Argo CD.
64-
*`argo-rollouts.fullnameOverride=codefresh-argo-rollouts` is_mandatory_ when you have Argo Rollouts in your cluster to avoid conflicts.
65-
*`argo-cd.configs.cm.application.resourceTrackingMethod=annotation+label` is_mandatory_ to avoid conflicts when tracking resources with the same application names or when tracking the same resource in both the Community Argo CD and GitOps Runtime's Argo CD.
66-
{% endif %}
55+
6756

6857
###Service-mesh-based install command (without ingress and tunnel)
6958
Following are the additional flags you need to add to the install command for service-mesh based access modes.
@@ -72,24 +61,13 @@ Following are the additional flags you need to add to the install command for se
7261
--set global.runtime.ingressUrl=<ingress-url>\
7362
--set global.runtime.ingress.enabled=false\
7463
--set tunnel-client.enabled=false\
75-
{% if page.collection != site.gitops_collection %}
76-
--set argo-cd.fullnameOverride=codefresh-argo-cd\
77-
--set argo-rollouts.fullnameOverride=codefresh-argo-cd\
78-
--set argo-cd.configs.cm.application.resourceTrackingMethod=annotation+label \
79-
{% endif %}
80-
8164
{% endhighlight %}
8265

8366
where:
8467
*`global.runtime.ingressUrl=<ingress-url>` is the ingress URL that serves as the entry point to the cluster.
8568
*`global.runtime.ingress.enabled=false` explicitly disables ingress-based access mode.
8669
*`tunnel-client.enabled=false` explicitly disables tunnel-based access mode.
87-
{% if page.collection != site.gitops_collection %}
88-
**Community Argo CD only**
89-
*`argo-cd.fullnameOverride=codefresh-argo-cd` is_mandatory_ to avoid conflicts at the cluster-level for resources in both the Community Argo CD and GitOps Runtime's Argo CD.
90-
*`argo-rollouts.fullnameOverride=codefresh-argo-rollouts` is_mandatory_ when you have Argo Rollouts in your cluster to avoid conflicts.
91-
*`argo-cd.configs.cm.application.resourceTrackingMethod=annotation+label` is_mandatory_ to avoid conflicts when tracking resources with the same application names or when tracking the same resource in both the Community Argo CD and GitOps Runtime's Argo CD.
92-
{% endif %}
70+
9371

9472
##Post-installation: Configure ingress controllers/service meshes
9573
Required only for ALB AWS and NGINX Enterprise ingress-controllers, and Istio service meshes.<br>
@@ -102,5 +80,6 @@ Required only for ALB AWS and NGINX Enterprise ingress-controllers, and Istio se
10280

10381
##Related articles
10482
[GitOps Runtime architecture]({{site.baseurl}}/docs/installation/gitops/runtime-architecture/)
83+
[Runtime prerequisites]({{site.baseurl}}/docs/installation/gitops/runtime-system-requirements/)
10584
[Install GitOps Runtime with existing Argo CD]({{site.baseurl}}/docs/installation/gitops/runtime-install-with-existing-argo-cd/)
10685
[Install GitOps Runtime with new Argo CD]({{site.baseurl}}/docs/installation/gitops/hybrid-gitops-helm-installation/)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp