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

Commit910e1fa

Browse files
committed
Update monitor-manage-runtimes.md
1 parent246a58a commit910e1fa

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

‎_docs/installation/gitops/monitor-manage-runtimes.md‎

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ toc: true
1010
---
1111

1212

13-
The**Runtimes** page displays the provisioned GitOps Runtimes in your account, both Hybrid, and the Hosted Runtime if you have one.
13+
The**Runtimes** page displays the provisioned GitOps Runtimes in your account, both Hybrid Runtimes, and the Hosted Runtime if you have one.
1414

15-
View Runtime components and information in[List or Topology view formats](/#gitops-runtime-views), to manage and monitor them.
15+
View Runtime components and information in[List or Topology view formats](/#gitops-runtime-views) to manage and monitor them.
1616

1717
{% include
1818
image.html
@@ -32,8 +32,8 @@ Unless specified otherwise, all options are common to both types of GitOps Runti
3232

3333
{{site.data.callout.callout_warning}}
3434
**WARNING**
35-
Do not change theArgoCDpassword by logging into theArgoCD UI with the`argocd-initial-admin-secret`.
36-
Changing theArgoCD password can result in system instability, and disrupt the proper functioning of the Codefresh platform.
35+
Do not change theArgo CDpassword by logging into theArgo CD UI with the`argocd-initial-admin-secret`.
36+
Changing theArgo CD password can result in system instability, and disrupt the proper functioning of the Codefresh platform.
3737
{{site.data.callout.end}}
3838

3939

@@ -70,7 +70,7 @@ Here is a description of the information in the List View.
7070
|**Cluster/Namespace**| The K8s API server endpoint, as well as the namespace with the cluster.|
7171
|**Modules**| The modules installed based on the type of provisioned Runtime. Hybrid GitOps (both Helm and CLI) Runtimes include CI and CD Ops modules. Hosted runtimes include CD Ops.|
7272
|**Managed Cluster**| The number of managed clusters, if any, registered with the GitOps Runtime. To view list of managed clusters, click the runtime name, and then the**Managed Clusters** tab. To work with managed clusters, see[Adding external clusters to runtimes]({{site.baseurl}}/docs/installation/gitops/managed-cluster/).|
73-
|**Version**| The version of the Runtime currently installed, and the version of the Helm chart in parentheses. <br><br>**Update Available!** indicates there are newer versions of the Runtime, Helm chart, or both. <br>To see all the commits and changes for the version, mouse over**Update Available!**, and select**View Complete Change Log**. <br> See[Upgrade GitOps Runtimes](#hybrid-gitops-upgrade-gitops-runtimes) and[View changelogs for GitOps Runtimes](#changelog-for-all-runtime-releases).|
73+
|**Version**| The version of the Runtime currently installed, and the version of the Helm chart in parentheses. <br><br>**Update Available!** indicates there are newer versions of the Runtime, Helm chart, or both. <br>To see all the commits and changes for the version, mouse over**Update Available!**, and select**View Complete Change Log**. <br> See:<br>[Upgrade GitOps Runtimes](#hybrid-gitops-upgrade-gitops-runtimes)<br>[View changelogs for GitOps Runtimes](#changelog-for-all-runtime-releases)<br>[Rollback GitOps Runtimes](#hybrid-gitops-rollback-gitops-runtimes)|
7474
|**Last Updated**| The most recent update information from the runtime to the Codefresh platform. Updates are sent to the platform typically every few minutes. Longer update intervals may indicate networking issues.|
7575
|**Sync Status**| The sync status of the GitOps Runtime. The sync status is displayed only when you have completed installation and configured the GitOps Runtime as an Argo Application. {::nomarkdown}<ul><li> <img src="../../../../images/icons/runtime-synced.png" display=inline-block> <b>Synced</b></li> <li><img src="../../../../images/icons/runtime-syncing.png" display=inline-block> <b>Syncing</b>.</li><li><img src="../../../../images/icons/runtime-out-of-sync.png" display=inline-block> <b>Out-of-sync</b>.</li><li><b>N/A</b>: Codefresh could not get the sync status. This could be because the Runtime is not configured as an Argo application.</li><li><b>Complete Installation</b>: Git credentials are not configured for the Runtime. Click the three-dot context menu and select <b>Update Git Runtime Credentials</b>. See <a href="https://codefresh.io/docs/docs/installation/gitops/monitor-manage-runtimes/#update-git-credentials-for-gitops-runtimes">Update Git credentials for GitOps Runtimes</a>.</li> </ul> {:/} |
7676
|**Actions** | The possible actions to manage the selected runtime.{::nomarkdown}<ul><li> <b>Upgrade</b>: Upgrade to the latest version. See <a href="https://codefresh.io/docs/docs/installation/gitops/monitor-manage-runtimes/#hybrid-gitops-upgrade-gitops-runtimes">Upgrade GitOps Runtimes</a></li> <li><b>Download All Logs</b>:Download logs for the Runtime or for its components. See <a href="https://codefresh.io/docs/docs/installation/gitops/monitor-manage-runtimes/#viewdownload-logs-to-troubleshoot-gitops-runtimes">View/download logs for GitOps Runtimes</a></li><li><b>Update Git Runtime Credentials</b>: Update Git token for Runtime. See </li><li><b>Delete Runtime</b>: Available only when the Hybrid GitOps Runtime is Offline. <br>Delete the GitOps Runtime from the Codefresh platform, retaining it on the cluster. See <a href="https://codefresh.io/docs/docs/installation/gitops/monitor-manage-runtimes/#hybrid-gitops-delete-gitops-runtimes">Delete GitOps Runtimes</a>. </li><li><b>Uninstall Runtime</b>: Uninstall the runtime from the cluster on which it is provisioned. See <a href="https://codefresh.io/docs/docs/installation/gitops/monitor-manage-runtimes/#uninstall-gitops-runtimes">Uninstall GitOps Runtimes</a></li> </ul> {:/}|
@@ -202,8 +202,8 @@ Changelogs for all versions, including historical versions are available on GitH
202202

203203
* [Changelogs for GitOps Runtimes](https://github.com/codefresh-io/gitops-runtime-helm/releases){:target="\_blank"}
204204

205-
## Rollback GitOps Runtimes
206-
Rollbackto a previousversion after upgrading a GitOps Runtime.
205+
##(Hybrid GitOps)Rollback GitOps Runtimes
206+
After upgrading a GitOps Runtime, rollbackto a previousor a specific version of the Runtime.
207207

208208
The rollback procedure differs slightly depending on whether the GitOps Runtime has been configured as an Argo CD application or not.
209209

@@ -217,7 +217,7 @@ Manually change the version in the Helm chart (`chart.yaml`) located in the Shar
217217
1. Commit the change, and push to your Git server.
218218

219219
##### Non-Argo CD GitOps Runtimes
220-
Use Helm commands such as `rollback`(rollback to a specfic version)or `upgrade` (upgrade to a specific previous version).
220+
Use Helm commands such as `rollback` or `upgrade`.
221221

222222
* `helm rollback`
223223
Example:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp