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

Commit6fbc048

Browse files
author
Lukas Goodfellow
authored
CR-4497 Update Installing on AWS (#308)
1 parent692245e commit6fbc048

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

‎_docs/administration/codefresh-runner.md‎

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -634,11 +634,11 @@ Then in order to proceed with Storage Class installation please choose one of th
634634
apiVersion: storage.k8s.io/v1
635635
kind: StorageClass
636636
metadata:
637-
name:venona-ebs
637+
name:runner-ebs
638638
parameters:
639639
AvailabilityZone: us-west-2c # <----(Please change it to yours)
640640
volumeBackend: ebs
641-
provisioner: codefresh.io/dind-volume-provisioner-venona-codefresh-runtime
641+
provisioner: codefresh.io/dind-volume-provisioner-runner-<NAMESPACE> # <---- rename <NAMESPACE> with the runner namespace
642642
{% endraw %}
643643
{% endhighlight %}
644644

@@ -658,7 +658,7 @@ Choose the runtime you have just added and get its yaml representation:
658658
codefresh get runtime-environments ivan@acme-ebs.us-west-2.eksctl.io/codefresh-runtime -o yaml > runtime.yaml
659659
```
660660

661-
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:
661+
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 (`runner-ebs`). Here is the example:
662662

663663
`runtime.yaml`
664664
{% highlight yaml %}
@@ -693,7 +693,7 @@ dockerDaemonScheduler:
693693
pvcs:
694694
dind:
695695
volumeSize: 30Gi
696-
storageClassName:venona-ebs
696+
storageClassName:runner-ebs
697697
reuseVolumeSelector: 'codefresh-app,io.codefresh.accountName'
698698
reuseVolumeSortOrder: 'pipeline_id,trigger'
699699
userAccess: true
@@ -712,7 +712,6 @@ Update your runtime environment with the [patch command](https://codefresh-io.gi
712712
codefresh patch runtime-environment ivan@acme-ebs.us-west-2.eksctl.io/codefresh-runtime -f codefresh-runner.yaml
713713
```
714714

715-
716715
###Installing to EKS with Autoscaling
717716

718717
####Step 1- EKS Cluster Creation

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp