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

Commitc5d6869

Browse files
authored
Update codefresh-runner.md (#599)
* Update codefresh-runner.mdRemoved parentheses to indicate skipped code blocks and fixed formatiing* Update codefresh-runner.md* Update codefresh-runner.mdReplaced ```yaml with {% highlight yaml %} {% raw %} for Dind custom label code snippet
1 parent62d2e18 commitc5d6869

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

‎_docs/installation/codefresh-runner.md‎

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -561,23 +561,28 @@ Add custom labels to your Engine and Dind pods in Runtime Environment (RE) by pa
561561
`$RUNTIME_ENVIRONMENT` must be replaced with the name of your RE.
562562
1. Edit the `dockerDaemonScheduler.labels` or `runtimeScheduler.labels` property of `runtime.yaml` to include the label, as in the example below.
563563
If the `dockerDaemonScheduler.labels` are not included in the RE configuration by default, add them.
564-
```yaml
564+
565+
{% highlight yaml %}
566+
{% raw %}
565567
version: 1
566568
metadata:
567-
[...]
569+
...
568570
runtimeScheduler:
569571
labels:
570572
my-custom-ENGINE-label: "true"
571573
cluster:
572-
[...]
574+
...
573575
dockerDaemonScheduler:
574576
cluster:
575-
[...]
577+
...
576578
annotations: {}
577579
labels:
578580
my-custom-DIND-label: "true"
579-
[...]
580-
```
581+
...
582+
{% endraw %}
583+
{% endhighlight %}
584+
585+
{:start="3"}
581586
1. Patch the runtime environment:
582587
`codefresh patch re $RUNTIME_ENVIRONMENT -f runtime.yaml`
583588
where:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp