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

Commitbe5bd57

Browse files
committed
Update codefresh-runner.md
Updated monitor install with feedback
1 parent486b7a9 commitbe5bd57

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

‎_docs/administration/codefresh-runner.md‎

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1647,27 +1647,27 @@ You can [monitor the runner](#using-the-codefresh-runner).
16471647
16481648
### Install monitoring component
16491649
1650-
If your cluster is located [behind the firewall]({{site.baseurl}}/docs/administration/behind-the-firewall/), youmay want to use the Runner's monitoring component to get valuable information about cluster resources to Codefresh dashboards. For example, to [Kubernetes](https://g.codefresh.io/kubernetes/services/){:target="\_blank"} and [Helm Releases](https://g.codefresh.io/helm/releases/releasesNew/){:target="\_blank"} dashboards.
1650+
If your cluster is located [behind the firewall]({{site.baseurl}}/docs/administration/behind-the-firewall/), youcan use the Runner's monitoring component to get valuable information about cluster resources to Codefresh dashboards. For example, to [Kubernetes](https://g.codefresh.io/kubernetes/services/){:target="\_blank"} and [Helm Releases](https://g.codefresh.io/helm/releases/releasesNew/){:target="\_blank"} dashboards.
16511651
16521652
You can install the monitoring component during Runner installation with cluster integration, or after Runner installation without cluster integration.
16531653
16541654
#### Install _with_ cluster integration _during_ Runner install
16551655
The cluster integration is created automatically during Runner installation.
16561656
```shell
1657-
codefreshinstall monitor --kube-context-name <CONTEXT> --kube-namespace <NAMESPACE> --cluster-id <CLUSTER_NAME> --token <TOKEN>
1657+
codefreshrunner init --install-monitor
16581658
```
16591659
where:
1660-
* `<CONTEXT>`, `<NAMESPACE>`,'<CLUSTER_NAME>' are the context, namespace, and the name of the cluster to which install the monitoring component.
1661-
* `<TOKEN>` is the token to authenticate to the cluster.
1660+
* `--install-monitor` is by default set to `true` and installs the monitoring component that makes valuable data on the cluster available to Codefresh.
16621661
16631662
#### Install _without_ cluster integration _after_ Runner install
1664-
If you defined the `--skip-cluster-integration` flag to skip cluster integration during Runner installation, then you cannot install the monitoring component during the installation.
1665-
To get cluster resource information to the Codefresh dashboards in this case, install the monitoring component separately after completing the Runner installation.
1663+
If you defined the `--skip-cluster-integration` flag to skip cluster integration during Runner installation, then you cannot install the monitoring component during the installation. Install the monitoring component separately after completing the Runner installation to get cluster resource information to the Codefresh dashboards.
16661664
16671665
```shell
16681666
codefresh install monitor --kube-context-name <CONTEXT> --kube-namespace <NAMESPACE> --cluster-id <CLUSTER_NAME> --token <TOKEN>
16691667
```
1670-
1668+
where:
1669+
* `<CONTEXT>`, `<NAMESPACE>`,'<CLUSTER_NAME>' are the context, namespace, and the name of the cluster to which install the monitoring component.
1670+
* `<TOKEN>` is the token to authenticate to the cluster.
16711671
16721672
### Injecting AWS ARN roles into the cluster
16731673

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp