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

Commitc188245

Browse files
authored
Merge branch 'master' into gitops-runtime-troubleshooting
2 parents7a9d0ce +1db7098 commitc188245

File tree

25 files changed

+259
-208
lines changed

25 files changed

+259
-208
lines changed

‎README.md‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,10 @@ The ArgoHub home page and all pages within the ArgoHub collection are excluded f
151151
- Commandbar HelpHub Search (managed via Commandbar Content Manager).
152152
- Search engines that support the`noindex` rule, such as Google.
153153

154+
####Commandbar's HelpHub and Copilot Content Sync
155+
156+
Commandbar synchronizes the documentation site content using a crawler. However, the Auto Redirect mechanism prevents the crawler from accessing all Enterprise pages (see the "Auto Redirect from Enterprise to ArgoHub Collection" section for details). To address this issue, the Commandbar team configured the crawler to include the`cfdoctype` cookie, enabling it to access all documentation pages and bypass the redirect.
157+
154158
###Auto Redirect from Enterprise to ArgoHub Collection
155159

156160
When the GitOps client adds an ArgoHub system type cookie, the Documentation site will detect it and initiate an automatic redirect. If you open any page from the enterprise collection, the site will check for an equivalent document in the ArgoHub collection and redirect you there if one exists.

‎_data/argohub-home-content.yml‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@
6060
localurl:/gitops/products/assign-applications/
6161
-title:Configuring app version and promoted properties
6262
localurl:/gitops/products/promotion-version-properties/
63+
-title:Configuring promotion concurrency
64+
localurl:/gitops/products/promotion-concurrency/
6365
-title:Assigning Promotion Flows and triggers
6466
localurl:/gitops/products/promotion-flow-triggers/
6567

‎_data/argohub-nav.yml‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,8 @@
220220
url:"/assign-applications"
221221
-title:Configuring version and promotable properties
222222
url:"/promotion-version-properties"
223+
-title:Configuring promotion concurrency
224+
url:"/promotion-concurrency"
223225
-title:Assigning Promotion Flows and triggers
224226
url:"/promotion-flow-triggers"
225227
-title:Tracking Releases for products

‎_data/home-content.yml‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@
4040
localurl:/docs/products/assign-applications/
4141
-title:Configuring app version and promoted properties
4242
localurl:/docs/products/promotion-version-properties/
43+
-title:Configuring promotion concurrency
44+
localurl:/gitops/products/promotion-concurrency/
4345
-title:Assigning Promotion Flows and triggers
4446
localurl:/docs/products/promotion-flow-triggers/
4547

‎_data/nav.yml‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,8 @@
413413
url:"/assign-applications"
414414
-title:Configuring version and promotable properties
415415
url:"/promotion-version-properties"
416+
-title:Configuring promotion concurrency
417+
url:"/promotion-concurrency"
416418
-title:Assigning Promotion Flows and triggers
417419
url:"/promotion-flow-triggers"
418420
-title:Tracking releases for products
@@ -637,8 +639,7 @@
637639
url:"/upgrade-gitops-cli"
638640
-title:Migrating GitOps Runtimes from CLI to Helm
639641
url:"/migrate-cli-runtimes-helm"
640-
-title:Install GitOps Runtime alongside Community Argo CD
641-
url:"/argo-with-gitops-side-by-side"
642+
642643

643644

644645
-title:Administration

‎_docs/administration/account-user-management/service-accounts.md‎

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -100,16 +100,6 @@ max-width="90%"
100100
|**Status**| Indicates if the service account is currently active (**Enabled**) or inactive (**Disabled**). You may want to disable a service account to invalidate its API keys without having to remove the service account, and simply reenable when needed.|
101101
|**Actions**| The options available to manage the service account through its context menu: {::nomarkdown}<ul><li><b>Edit</b>: Modify the settings of the service account, including adding/removing teams, enabling/disabling admin role.</li><li><b>Delete</b>: Delete the service account, including all the API keys defined for the account. This means that actions through the Codefresh API or CLI that require these keys will fail.</li></ul>{:/}|
102102

103-
{% if page.collection != site.gitops_collection %}
104-
##Authenticating to Amazon ECR with service account
105-
106-
Authenticate to Amazon ECR registries with credentials from the service account instead of the Access Key ID and Secret Access Key.
107-
This allows pipelines to seamlessly authenticate to Amazon ECR via service account credentials, enhancing security and simplifying access management.
108-
109-
There are two requirements:
110-
1. Set the option to authenticate via service accounts at the account level for pipelines. See[Advanced options for pipelines]({{site.baseurl}}/docs/pipelines/configuration/pipeline-settings/#advanced-options-for-pipelines).
111-
1. Configure Amazon ECR integration to use service account credentials. See[Amazon ECR Container Registry pipeline integration]({{site.baseurl}}/docs/integrations/docker-registries/amazon-ec2-container-registry/).
112-
{% endif %}
113103

114104
##Related articles
115105
{% if page.collection != site.gitops_collection %}

‎_docs/installation/gitops.md‎

Lines changed: 25 additions & 29 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

@@ -74,27 +67,30 @@ The comparison below is provided for historical reference only.
7467
The table below highlights the main differences between Hosted and Hybrid GitOps.
7568

7669
{: .table .table-bordered .table-hover}
77-
| GitOps Functionality|Feature| Hosted| Hybrid|
70+
|**GitOps Functionality**|**Feature**|**Hosted**|**Hybrid**|
7871
| --------------| --------------|---------------| ---------------|
79-
| Runtime| Installation| Provisioned by Codefresh| Provisioned by customer|
80-
|| Runtime cluster| Managed by Codefresh| Managed by customer|
81-
|| Number per account| One Runtime| Multiple Runtimes, one per cluster|
82-
|| External cluster| Managed by customer| Managed by customer|
83-
|| Upgrade| Managed by Codefresh| Managed by customer|
84-
|| Uninstall| Managed by customer| Managed by customer|
85-
| Argo CD|| Codefresh cluster| Customer cluster|
86-
| CI Ops|Delivery Pipelines|Not supported| Supported|
87-
||Workflows| Not supported| Supported|
88-
||Workflow Templates| Not supported| Supported|
89-
| CD Ops|Applications| Supported: see below for details| Supported: see below for details|
90-
|||Deployment supported only on managed clusters| Deployment supported on both in-cluster and managed clusters|
91-
|||Self-healing interval: 90 seconds<br>See[Argo CD automatic self-healing](https://argo-cd.readthedocs.io/en/stable/user-guide/auto_sync/#automatic-self-healing){:target="\_blank"}| Self-healing interval: 5 seconds (Argo CD default)<br>See[Argo CD automatic self-healing](https://argo-cd.readthedocs.io/en/stable/user-guide/auto_sync/#automatic-self-healing){:target="\_blank"}|
92-
||Image enrichment| Supported| Supported|
93-
|| Rollouts| Supported| Supported|
94-
|Integrations|| Supported| Supported|
95-
|Dashboards|Home| Hosted Runtime and deployments|Runtimes, deployments, Delivery Pipelines|
96-
||DORA metrics| Supported|Supported|
97-
||Applications| Supported|Supported|
72+
|**Runtime**|**Installation**| Provisioned by Codefresh| Provisioned by customer|
73+
||**Runtime cluster**| Managed by Codefresh| Managed by customer|
74+
||**Number per account**| One Runtime| Multiple Runtimes, one per cluster|
75+
||**External cluster**| Managed by customer| Managed by customer|
76+
||**Upgrade**| Managed by Codefresh| Managed by customer|
77+
||**Uninstall**| Managed by customer| Managed by customer|
78+
|**Argo CD**|| Codefresh cluster| Customer cluster|
79+
|**Workflows**|**Workflow Pipelines**|Not supported| Supported|
80+
||**Workflows**|Not supported| Supported|
81+
||**Workflow Templates**|Not supported| Supported|
82+
|**Ops**|**GitOps Apps**| Supported:<br>Deployment supported only on managed clusters<br>Self-healing interval: 90 seconds<br>See[Argo CD automatic self-healing](https://argo-cd.readthedocs.io/en/stable/user-guide/auto_sync/#automatic-self-healing){:target="\_blank"}| Supported:<br>Deployment supported on both in-cluster and managed clusters<br>Self-healing interval: 5 seconds (Argo CD default)<br>See[Argo CD automatic self-healing](https://argo-cd.readthedocs.io/en/stable/user-guide/auto_sync/#automatic-self-healing){:target="\_blank"}|
83+
||**Environments**|Supported| Supported|
84+
||**Products**|Supported| Supported|
85+
||**Promotion Workflows**| Not supported| Supported|
86+
||**Promotion Flows**|Not supported| Supported|
87+
||**Promotion Policies**|Not supported| Supported|
88+
||**Image enrichment**| Supported| Supported|
89+
||**Rollouts**| Supported| Supported|
90+
|**Integrations**|| Supported| Supported|
91+
|**Dashboards**|**Home**| Hosted Runtime and deployments|Runtimes, deployments, Workflow Pipelines|
92+
||**DORA metrics**| Supported|Supported|
93+
||**Applications**| Supported|Supported|
9894

9995

10096
{% endif %}

‎_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 %}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp