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/runtime/installation.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,8 +68,8 @@ To install a CSDP runtime, you can either pass the flags in the runtime install
68
68
69
69
**Git repositories**
70
70
71
-
* Runtime install repo: The installation repo contains three folders: apps, bootstrap and projects, to manage the runtime itself withArgoCD.
72
-
* Git source repository: Created with the name`[repo_name]_git-source`. This repo stores manifests to run pipelinesaka sources, events, workflow templates.
71
+
* Runtime install repo: The installation repo contains three folders: apps, bootstrap and projects, to manage the runtime itself withArgo CD.
72
+
* Git source repository: Created with the name`[repo_name]_git-source`. This repo stores manifests to run pipelineswith sources, events, workflow templates.
Copy file name to clipboardExpand all lines: _docs/runtime/monitor-manage-runtimes.md
+75-21Lines changed: 75 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,60 +6,114 @@ toc: true
6
6
---
7
7
8
8
9
-
The Runtime page displays all the runtimesinstalled, their current version, and sync status. You can upgrade runtimestothe latest versions, troubleshootGit sync and health issues.
9
+
The Runtime page displays all the runtimesdeployed across your environment. Look at the Sync Status column to quickly identify errors, if any, for runtimes. Drill down into a runtimetoview its components,Git Sources, and troubleshoot sync and health issues.
10
10
11
-
###Drill down into a runtime
12
-
Click a runtime nametosee thelist and statusofits components.
11
+
###Upgrade runtimes
12
+
Upgrade existing runtimestoinstall thelatest versionofall components.An Update Available! notification in the Version column indicates that there are newer versions of the runtime, with a link to the change log.
13
13
14
+
>When there are newer versions, the Upgrade option is automatically displayed on the Runtimes page, and also when you drill down into specific runtimes.
15
+
16
+
1. Make sure you are on the**Runtimes** page.
17
+
1. To see all the commits to the runtime, in the Version column, mouse over**Update Available!**, and select**View Complete Change Log**.
18
+
14
19
{% include
15
20
image.html
16
21
lightbox="true"
17
-
file="/images/runtime/runtime-list.png"
18
-
url="/images/runtime/runtime-list.png"
19
-
alt="Runtime list"
20
-
caption="Runtime list"
21
-
max-width="70%"
22
-
%}
22
+
file="/images/runtime/change-log-popup.png"
23
+
url="/images/runtime/change-log-popup.png"
24
+
alt="Link to runtime change log"
25
+
caption="Link to runtime change log"
26
+
max-width="40%"
27
+
%}
23
28
24
-
###Upgrade runtimes
25
-
Upgrade existing runtimes to have the latest version of all components. An Update Available notification in the Version column indicates that there are new versions of the runtime. Mouse over and view all the commits in the change logs and then decide if to upgrade.
26
-
27
-
1. Click the name of the runtime to upgrade.
29
+
Here's an example of the change log.
30
+
31
+
{% include
32
+
image.html
33
+
lightbox="true"
34
+
file="/images/runtime/changelog.png"
35
+
url="/images/runtime/changelog.png"
36
+
alt="Change log"
37
+
caption="Change log"
38
+
max-width="40%"
39
+
%}
40
+
41
+
{:start="3"}
28
42
1. On the top-right, select**Upgrade**.
29
-
1. If you have installed the Codefresh CLI,proceed with the runtime upgradeon the lower part of the Install Upgrades panel.
43
+
1. If you havealreadyinstalled the Codefresh CLI,continue with the runtime upgradeinstructions in the lower part of the Install Upgrades panel.
30
44
31
45
{% include
32
46
image.html
33
47
lightbox="true"
34
-
file="/images/runtime/component-upgrade.png"
35
-
url="/images/runtime/rcomponent-upgrade.png"
48
+
file="/images/runtime/install-upgrades.png"
49
+
url="/images/runtime/install-upgrades.png"
36
50
alt="Upgrade runtime"
37
51
caption="Upgrade runtime"
38
-
max-width="70%"
52
+
max-width="40%"
39
53
%}
40
54
55
+
###Drill down into a runtime
56
+
* Select a runtime name to see the list of runtime components, Git Sources, and their status.
57
+
58
+
{% include
59
+
image.html
60
+
lightbox="true"
61
+
file="/images/runtime/drilldown-on-runtime.png"
62
+
url="/images/runtime/drilldown-on-runtime.png"
63
+
alt="Runtime Components and Git Sources in runtime"
64
+
caption="Runtime Components and Git Sources in runtime"
65
+
max-width="40%"
66
+
%}
67
+
41
68
42
69
###Troubleshoot health and sync errors
70
+
The runtime name in red, prefixed by indicates either health or sync errors in the runtime.
71
+
43
72
**Health errors**
44
73
45
-
The runtime name prefixed in red indicates a Health error.
46
74
Health errors are generated by Argo CD and by CSDP for runtime components.
47
75
48
76
49
77
**Sync errors**
50
78
51
-
Sync errorsare indicated by theOut of sync status in Sync Status column. They are related to discrepancies between the desired and actual state of a runtime component or one of the Git sources associated with the runtime.
79
+
Sync errorsindicate have an**Out of sync** status in Sync Status column. They are related to discrepancies between the desired and actual state of a runtime component or one of the Git sources associated with the runtime.
52
80
53
81
54
82
55
83
**View errors**
56
84
57
-
Drill down to the runtime name, and then select Error Detected to view the errors.
85
+
Drill down into the runtime, and then select**Errors Detected**.
86
+
58
87
59
88
60
89
###Uninstall runtimes
61
-
Run`[cf runtimeuninstall<runtime-name>`
90
+
You need the latest version of the CSDP CLI and a valid Git token touninstallaruntime.
62
91
92
+
1. Drill down into the runtime to uninstall.
93
+
1. On the top-right, select the three dots and then select**Uninstall**.
94
+
95
+
{% include
96
+
image.html
97
+
lightbox="true"
98
+
file="/images/runtime/uninstall-location.png"
99
+
url="/images/runtime/uninstall-location.png"
100
+
alt="Uninstall runtime option"
101
+
caption="Uninstall runtime option"
102
+
max-width="40%"
103
+
%}
104
+
105
+
{:start="3"}
106
+
1. If you already have the latest version of the CSDP CLI, follow the instructions in the lower part of the Uninstall Codefresh Runtime panel to complete the uninstall process.