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-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -190,8 +190,7 @@ If the Kubernetes cluster with the Codefresh Runner is behind a proxy server wit
190
190
Make sure you have [installed the Codefresh Runner](#codefresh-runner-installation) using any of the options
191
191
192
192
**How to**
193
-
1. Run`kubectl edit deployment runner -n codefresh-runtime` and add the proxy variables:
194
-
193
+
1. Run`kubectl edit deployment runner -n codefresh-runtime` and add the proxy variables:
195
194
```yaml
196
195
spec:
197
196
containers:
@@ -1237,7 +1236,7 @@ Once the cluster is up and running, install the [cluster autoscaler](https://doc
1237
1236
Because we used IAM AddonPolicies`"autoScaler: true"` in the`cluster.yaml` file, everything is done automatically, and there is no need to create a separate IAM policy or add Auto Scaling group tags.