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
provisioner: codefresh.io/dind-volume-provisioner-runner-<NAMESPACE> # <---- rename <NAMESPACE> with the runner namespace
642
642
{% endraw %}
643
643
{% endhighlight %}
644
644
@@ -658,7 +658,7 @@ Choose the runtime you have just added and get its yaml representation:
658
658
codefresh get runtime-environments ivan@acme-ebs.us-west-2.eksctl.io/codefresh-runtime -o yaml > runtime.yaml
659
659
```
660
660
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: