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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -815,7 +815,7 @@ Override environment variables for `dind-lv-monitor` daemonset if necessary:
815
815
%}
816
816
817
817
818
-
1. [Runtime-Environment specification]({{site.baseurl}}/docs/administration/codefresh-runner/) defines engine and dind pods spec and PVC parameters.
818
+
1. [Runtime-Environment specification]({{site.baseurl}}/docs/administration/codefresh-runner/#runtime-environment-specification) defines engine and dind pods spec and PVC parameters.
819
819
2. Runner pod (Agent) pulls tasks (Builds) from Codefresh API every 3 seconds.
820
820
3. Once the agent receives build task (either Manual run build or Webhook triggered build) it calls k8s API to create engine/dind pods and PVC object.
821
821
4. Volume Provisioner listensfor PVC events (create) and based on StorageClass definition it creates PV object with the corresponding underlying volume backend (ebs/gcedisk/local).
@@ -1321,7 +1321,7 @@ codefresh runner init \
1321
1321
--set-value=Storage.Encrypted=[false|true] \
1322
1322
--set-value=Storage.KmsKeyId=<key id>
1323
1323
```
1324
-
For descriptions of the other options, run`codefresh runner init --help` ([global parameter table](#customizing-the-wizard-installation)).
1324
+
For descriptions of the other options, run`codefresh runner init --help`.
1325
1325
1326
1326
* When the Wizard completes the installation, modify the runtime environment of`my-aws-runner` to specify the necessary toleration, nodeSelector and disk size: