Skip to content

Commit 046494e

Browse files
Acme inc
1 parent e8cdd5c commit 046494e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

_docs/administration/codefresh-runner.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ codefresh get runtime-environments
447447
Choose the runtime you have just added and get its yaml representation:
448448

449449
```
450-
codefresh get runtime-environments ivan@wawa-ebs.us-west-2.eksctl.io/codefresh-runtime -o yaml > runtime.yaml
450+
codefresh get runtime-environments ivan@acme-ebs.us-west-2.eksctl.io/codefresh-runtime -o yaml > runtime.yaml
451451
```
452452

453453
The nodeSelector `failure-domain.beta.kubernetes.io/zone: us-west-2c` (Please change it to yours) should be added to the `dockerDaemonScheduler` block. It should be at the same level as `clusterProvider` or `namespace`. Also the `pvcs` block should be modified to use the Storage Class you created above (`venona-ebs`). Here is the example:
@@ -462,21 +462,21 @@ metadata:
462462
endingAt: 1577273400263
463463
reason: Codefresh hybrid runtime
464464
started: 1576063800333
465-
name: ivan@wawa-ebs.us-west-2.eksctl.io/codefresh-runtime
465+
name: ivan@acme-ebs.us-west-2.eksctl.io/codefresh-runtime
466466
changedBy: ivan-codefresh
467467
creationTime: '2019/12/11 11:30:00'
468468
runtimeScheduler:
469469
cluster:
470470
clusterProvider:
471471
accountId: 5cb563d0506083262ba1f327
472-
selector: ivan@wawa-ebs.us-west-2.eksctl.io
472+
selector: ivan@acme-ebs.us-west-2.eksctl.io
473473
namespace: codefresh-runtime
474474
annotations: {}
475475
dockerDaemonScheduler:
476476
cluster:
477477
clusterProvider:
478478
accountId: 5cb563d0506083262ba1f327
479-
selector: ivan@wawa-ebs.us-west-2.eksctl.io
479+
selector: ivan@acme-ebs.us-west-2.eksctl.io
480480
namespace: codefresh-runtime
481481
nodeSelector:
482482
failure-domain.beta.kubernetes.io/zone: us-west-2c
@@ -492,7 +492,7 @@ dockerDaemonScheduler:
492492
extends:
493493
- system/default/hybrid/k8s
494494
description: >-
495-
Runtime environment configure to cluster: ivan@wawa-ebs.us-west-2.eksctl.io
495+
Runtime environment configure to cluster: ivan@acme-ebs.us-west-2.eksctl.io
496496
and namespace: codefresh-runtime
497497
accountId: 5cb563d0506083262ba1f327
498498
{% endraw %}

0 commit comments

Comments
 (0)