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/administration/codefresh-runner.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ As the Codefresh Runner is **not** dependent on any special dockershim features,
29
29
##Codefresh Runner installation
30
30
Install the Runner from any workstation or laptop with access to the Kubernetes cluster running Codefresh builds, via`kubectl`. The Codefresh Runner authenticates to your Codefresh account using the CLI token.
31
31
32
-
>**Notes:**
32
+
>**Notes:**
33
33
You_must_ install the Codefresh Runner on_every cluster that runs Codefresh pipelines_.
34
34
The Runner is**not** needed in clusters used for_deployment_, as you can deploy applications on clusters without the Runner.
If the Kubernetes cluster with the Codefresh Runner is behind a proxy server without direct access to`g.codefresh.io`,there areadditional steps tocomplete theCodefresh Runnerinstallation process.
184
+
If the Kubernetes cluster with the Codefresh Runner is behind a proxy server without direct access to`g.codefresh.io`,follow theadditional steps tocomplete the installation.
185
185
186
186
**Before you begin**
187
187
Make sure you have [installed the Codefresh Runner](#codefresh-runner-installation) using any of the options
@@ -541,13 +541,12 @@ Now any container image used in your pipeline and isn't fully qualified, will be
541
541
542
542
### Add custom labels to dind and engine pods
543
543
Add custom labels to your Engine and Dind pods in Runtime Environment (RE) by patching it.
544
-
544
+
{:start="1"}
545
545
1. Get the configuration of the RE and place it in a file named`runtime.yaml`.
546
546
`codefresh get runtime-environments -o yaml<$RUNTIME_ENVIRONMENT>> runtime.yaml`
547
547
where:
548
548
`$RUNTIME_ENVIRONMENT` must be replaced with the name of your RE.
549
-
1. Edit the`dockerDaemonScheduler.labels` or`runtimeScheduler.labels` property of`runtime.yaml` to include the label, as in the example below.
550
-
>If the`dockerDaemonScheduler.labels` are not included in the RE configuration by default, add them.
549
+
1. Edit the`dockerDaemonScheduler.labels` or`runtimeScheduler.labels` property of`runtime.yaml` to include the label, as in the example below. If the`dockerDaemonScheduler.labels` are not included in the RE configuration by default, add them.
551
550
```yaml
552
551
version: 1
553
552
metadata:
@@ -570,7 +569,7 @@ dockerDaemonScheduler:
570
569
where:
571
570
`$RUNTIME_ENVIRONMENT` must be replaced with the name of your RE.
572
571
573
-
Once you have applied the patch, future builds include the label preventing eviction.
572
+
Once you have applied the patch, future buildswillinclude the label preventing eviction.