You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _docs/installation/gitops/monitor-manage-runtimes.md
+23-51Lines changed: 23 additions & 51 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,7 @@ Here is a description of the information in the List View.
73
73
|**Version**| The version of the Runtime currently installed (CLI installations), including the version of the Helm chart (Helm installations) .**Update Available!** indicates there are newer versions of the Runtime or Helm chart. To see all the commits, mouse over**Update Available!**, and select**View Complete Change Log**.
74
74
|**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.|
75
75
|**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> {:/} |
76
-
|**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/#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>Remove Runtime</b>: Available only when the runtime is Offline. <br>Remove the runtime from Codefresh. The runtime remains on the cluster. See <a href="https://codefresh.io/docs/docs/installation/gitops/monitor-manage-runtimes/#remove-gitops-runtimes">Remove 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> {:/}|
76
+
|**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> {:/}|
77
77
78
78
79
79
###Topology view
@@ -100,7 +100,7 @@ Here is a description of the information in the Topology view.
100
100
|**Health/Sync status**|The health and sync status of the Runtime or cluster. {::nomarkdown}<ul><li><imgsrc="../../../../images/icons/error.png"display="inline-block"> indicates health or sync errors in the Runtime, or a managed cluster if one was added to the runtime.</br> The runtime or cluster node is bordered in red and the name is colored red.</li> <li><imgsrc="../../../../images/icons/cf-sync-status.png"display=inline-block/> indicates that the Runtime is being synced to the cluster on which it is provisioned.</li></ul> {:/}|
101
101
|**Search and View options**| {::nomarkdown}<ul><li>Find a Runtime or its clusters by typing part of the Runtime/cluster name, and then navigate to the entries found. </li> <li>Topology view options: Resize to window, zoom in, zoom out, full screen view.</li></ul> {:/}|
102
102
103
-
##(HelmHybrid GitOps) Upgrade GitOps Runtimes
103
+
##(Hybrid GitOps) Upgrade GitOps Runtimes
104
104
105
105
Upgrade provisioned Hybrid GitOps Runtimes to install critical security updates, get new functionality, and the latest versions of all components.
106
106
The upgrade procedure differs depending on whether the GitOps Runtime has been configured as an Argo CD application or not:
@@ -481,67 +481,41 @@ For more details, read [Configuring Deep Links in Argo CD](https://argo-cd.readt
481
481
482
482
483
483
484
-
## (Helm Hybrid GitOps) Remove GitOps Runtimes
485
-
Remove Helm GitOps Runtimes that are offline from the Codefresh UI. The Runtime is not removed from the cluster.
484
+
## (Hybrid GitOps) Delete GitOps Runtimes
485
+
Delete Helm GitOps Runtimes which are offline from the Codefresh platform. The Runtime is _not removed from the cluster_.
486
+
487
+
To remove the GitOps Runtime from the Codefresh platform and from the cluster, [uninstall the Runtime](#uninstall-gitops-runtimes).
486
488
487
489
{{site.data.callout.callout_tip}}
488
490
**TIP**
489
-
TheRemove option is available in List View, and is enabled only when a Helm Runtime is offline.
491
+
TheDelete option is available in List View, and is enabled only when a Helm Runtime is offline.
490
492
{{site.data.callout.end}}
491
493
492
494
1. In the Codefresh UI, on the toolbar, click the **Settings** icon.
493
495
1. From Runtimes in the sidebar, select [**GitOps Runtimes**](https://g.codefresh.io/2.0/account-settings/runtimes){:target="\_blank"}.
494
-
1. Switch to either the **List View** or to the **Topology View**.
495
-
1. Do one of the following:
496
-
* To the right of the row with the Runtime to remove, click the context menu and select **Remove**.
497
-
* Click the Runtime name, click the context-menu on the top-right, and then select **Remove**.
498
-
499
-
<!--- {% include
500
-
image.html
501
-
lightbox="true"
502
-
file="/images/runtime/uninstall-location.png"
503
-
url="/images/runtime/uninstall-location.png"
504
-
alt="List View:Uninstall runtime option"
505
-
caption="List View:Uninstall runtime option"
506
-
max-width="30%"
507
-
%}
508
-
509
-
**Topology view**:
510
-
Click the Runtime cluster, and from the panel, click the context menu, and then select **Remove**.