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/hybrid-gitops-helm-installation.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -945,7 +945,8 @@ You can [monitor]({{site.baseurl}}/docs/deployments/gitops/applications-dashboar
945
945
{: .table .table-bordered .table-hover}
946
946
| Item | Requirement |
947
947
| -------------- | -------------- |
948
-
|Kubernetes cluster | Server version 1.21 to 1.27, _without_ Argo Project components. {::nomarkdown}<br><b>Tip</b>: To check the server version, run:<br> <code class="highlighter-rouge">kubectl version --short</code>.{:/}|
948
+
|Kubernetes cluster | Server version 1.23 or higher {::nomarkdown}<br><b>Tip</b>: To check the server version, run:<br> <code class="highlighter-rouge">kubectl version --short</code>{:/}|
Copy file name to clipboardExpand all lines: _docs/installation/gitops/monitor-manage-runtimes.md
+91-22Lines changed: 91 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,9 @@ toc: true
10
10
---
11
11
12
12
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.
14
14
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.
16
16
17
17
{% include
18
18
image.html
@@ -32,8 +32,8 @@ Unless specified otherwise, all options are common to both types of GitOps Runti
32
32
33
33
{{site.data.callout.callout_warning}}
34
34
**WARNING**
35
-
Do not change the ArgoCD password by logging into the ArgoCD UI with the `argocd-initial-admin-secret`.
36
-
Changing the ArgoCD password can result in system instability, and disrupt the proper functioning of the Codefresh platform.
35
+
Do not change the Argo CD password by logging into the Argo CD UI with the `argocd-initial-admin-secret`.
36
+
Changing the Argo CD password can result in system instability, and disrupt the proper functioning of the Codefresh platform.
37
37
{{site.data.callout.end}}
38
38
39
39
@@ -70,7 +70,7 @@ Here is a description of the information in the List View.
70
70
|**Cluster/Namespace**| The K8s API server endpoint, as well as the namespace with the cluster. |
71
71
|**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. |
72
72
|**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 (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**.
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)|
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
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> {:/}|
@@ -102,23 +102,29 @@ Here is a description of the information in the Topology view.
102
102
103
103
## (Hybrid GitOps) Upgrade GitOps Runtimes
104
104
105
-
Upgrade provisioned Hybrid GitOps Runtimes to install critical security updates, get new functionality, and the latest versions of all components.
106
-
The upgrade procedure differs depending on whether the GitOps Runtime has been configured as an Argo CD application or not:
107
-
* Argo CD GitOps Runtimes: For Runtimes configured as Argo CD applications, you need to manually update the version in the Helm chart located in the Shared Configuration Repository.
108
-
* Non-Argo CD GitOps Runtimes: Run the upgrade command.
105
+
Upgrade provisioned Hybrid GitOps Runtimes to install critical security updates, new functionality, and the latest versions of all components.
109
106
110
-
If you have managed clusters for Hybrid GitOps Runtimes, upgrading the Runtime automatically updates runtime components within the managed cluster as well.
107
+
**Changelog for new versions**
108
+
Codefresh alerts you to newer versions of Runtimes, through `Update Available! Notification` in the List View's Version column. A new version of the GtiOps Runtime includes a link to the changelog, detailing the changes in that version.
109
+
See also [View changelogs for GitOps Runtimes](#changelog-for-all-runtime-releases).
110
+
111
+
**Upgrade procedure**
112
+
The upgrade procedure differs slightly depending on whether the GitOps Runtime has been configured as an Argo CD application or not:<br>
113
+
* Argo CD GitOps Runtimes
114
+
For Runtimes configured as Argo CD applications, you need to manually update the version in the Helm chart located in the Shared Configuration Repository.
115
+
* Non-Argo CD GitOps Runtimes
116
+
Run the upgrade command.
111
117
112
118
{{site.data.callout.callout_tip}}
113
119
**TIP**
114
-
The `Update Available! Notification` in the List View's Version column indicates that a newer version of the Runtime, Helm chart, or both are available.
120
+
If you have managed clusters for Hybrid GitOps Runtimes, upgrading the Runtime automatically updates runtime components within the managed cluster as well.
115
121
{{site.data.callout.end}}
116
122
123
+
##### How to
117
124
1. In the Codefresh UI, on the toolbar, click the **Settings** icon.
118
-
1. From Runtimes in the sidebar, select [**GitOps Runtimes**](https://g.codefresh.io/2.0/account-settings/runtimes){:target="\_blank"}.
119
-
1. Switch to either the **List View** or to the **Topology View**.
120
-
1.**List view**:
121
-
1. To see all the commits to the Runtime, in the Version column, mouse over **Update Available!**, and select **View Complete Change Log**.
125
+
1. From Runtimes in the sidebar, select [**GitOps Runtimes**](https://g.codefresh.io/2.0/account-settings/runtimes){:target="\_blank"}, and then switch to either **List View** or to the **Topology View**.
126
+
1. To upgrade in **List view**, move to the **Version** column, and do the following:
127
+
1. To see the changes in the new version of the Runtime, mouse over **Update Available!**, and click **View Complete Change Log**.
122
128
1. Do one of the following:
123
129
* To the right of the row with the Runtime to upgrade, click the context menu and select **Upgrade**.
124
130
* Click the Runtime name, and then click **Upgrade** on the top-right.
@@ -133,7 +139,8 @@ The `Update Available! Notification` in the List View's Version column indicates
133
139
max-width="80%"
134
140
%}
135
141
136
-
**Topology view**:
142
+
{:start="4"}
143
+
1. To upgrade in **Topology view**:
137
144
Click the Runtime cluster, and from the panel, click the context menu, and then select **Upgrade Runtime**.
138
145
{% include
139
146
image.html
@@ -147,12 +154,13 @@ The `Update Available! Notification` in the List View's Version column indicates
147
154
148
155
{:start="5"}
149
156
1. Do one of the following depending on whether you have configured the Runtime as an Argo CD Application or not:
150
-
* Argo CDGitOps Runtimes:Continue from step _6_.
151
-
* Non-Argo CD GitOps Runtimes: Continue from step _7_.
157
+
* Argo CD GitOps Runtimes:Continue from _step 6_.
158
+
* Non-Argo CD GitOps Runtimes: Continue from _step 7_.
152
159
1. For GitOps Runtimes, do the following:
153
-
1. In your Shared Configuration Repository, go to `resources/<runtime_name>/chart`
154
-
where, `<runtime_name>` is the name of the Hybrid GitOps Runtime to upgrade.
155
-
1. In the `chart.yaml`, change the version number in both `.version` and `.dependencies.version`.
160
+
1. In your Shared Configuration Repository, go to `resources/<runtime_name>/chart`
161
+
where:
162
+
`<runtime_name>` is the name of the Hybrid GitOps Runtime to upgrade.
163
+
1. In `chart.yaml`, change the version number in both `.version` and `.dependencies.version`.
156
164
1. Commit the change, and push to your Git server.
0 commit comments