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

Commit7dec0b6

Browse files
authored
Updated runtime installation and management (#20)
Minor edits in runtime installation. Added content and screenshots to management topic
1 parent91850f0 commit7dec0b6

File tree

10 files changed

+77
-23
lines changed

10 files changed

+77
-23
lines changed

‎_docs/runtime/installation.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ To install a CSDP runtime, you can either pass the flags in the runtime install
6868

6969
**Git repositories**
7070

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.
7373

7474
**Argo CD components**
7575

‎_docs/runtime/monitor-manage-runtimes.md‎

Lines changed: 75 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -6,60 +6,114 @@ toc: true
66
---
77

88

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.
1010

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.
1313

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+
1419
{% include
1520
image.html
1621
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+
%}
2328

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"}
2842
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.
3044

3145
{% include
3246
image.html
3347
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"
3650
alt="Upgrade runtime"
3751
caption="Upgrade runtime"
38-
max-width="70%"
52+
max-width="40%"
3953
%}
4054

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+
4168

4269
###Troubleshoot health and sync errors
70+
The runtime name in red, prefixed by![](/images/runtime/icon-ExclamationCircle.png?display=inline-block) indicates either health or sync errors in the runtime.
71+
4372
**Health errors**
4473

45-
The runtime name prefixed in red indicates a Health error.
4674
Health errors are generated by Argo CD and by CSDP for runtime components.
4775

4876

4977
**Sync errors**
5078

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.
5280

5381

5482

5583
**View errors**
5684

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+
5887

5988

6089
###Uninstall runtimes
61-
Run`[cf runtimeuninstall<runtime-name>`
90+
You need the latest version of the CSDP CLI and a valid Git token touninstallaruntime.
6291

92+
1. Drill down into the runtime to uninstall.
93+
1. On the top-right, select the three dots and then select![](/images/runtime/icon-Download.png?display=inline-block)**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.
107+
108+
{% include
109+
image.html
110+
lightbox="true"
111+
file="/images/runtime/uninstall.png"
112+
url="/images/runtime/uninstall.png"
113+
alt="Uninstall Codefresh runtime"
114+
caption="Uninstall Codefresh runtime"
115+
max-width="40%"
116+
%}
63117

64118
###What to read next
65119
[Manage Git Sources]({{site.baseurl}}/docs/runtime/git-sources/)
255 Bytes
Binary file not shown.
-21 KB
Loading

‎images/runtime/changelog.png‎

217 KB
Loading

‎images/runtime/icon-Download.png‎

317 Bytes
Loading
665 Bytes
Loading

‎images/runtime/icon-More.png‎

287 Bytes
Loading
78 KB
Loading

‎images/runtime/uninstall.png‎

63.4 KB
Loading

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp