@@ -189,7 +189,7 @@ If the Kubernetes cluster with the Codefresh Runner is behind a proxy server wit
189189Make sure you have [installed the Codefresh Runner](# codefresh-runner-installation) using any of the options
190190
191191** How to**
192- 1. Run` kubectl edit deployment runner -n codefresh-runtime` and add the proxy variables:
192+ 1. Run` kubectl edit deployment runner -n codefresh-runtime` and add the proxy variables:
193193` ` ` yaml
194194spec:
195195 containers:
@@ -284,7 +284,7 @@ There are three options for this:
2842841. Create Storage Class for EBS volumes:
285285 >Choose **one** of the Availability Zones (AZs)to be used for your pipeline builds. Multi AZ configuration is not supported.
286286
287- **Storage Class (gp2)**
287+ * **Storage Class (gp2)**
288288` ` ` yaml
289289kind: StorageClass
290290apiVersion: storage.k8s.io/v1
@@ -305,7 +305,7 @@ parameters:
305305 # ext4 or xfs (default to xfs, ensure that there is xfstools )
306306 fsType: xfs
307307` ` `
308- ** Storage Class (gp3)**
308+ * ** Storage Class (gp3)**
309309` ` ` yaml
310310kind: StorageClass
311311apiVersion: storage.k8s.io/v1
@@ -1140,7 +1140,8 @@ You need to create three files:
11401140
11411141**How to**
114211421. Create the` cluster.yaml` as in the example below (` my-eks-cluster.yaml` ).
1143- ` my-eks-cluster.yaml`
1143+ ` my-eks-cluster.yaml`
1144+
11441145` ` ` yaml
11451146apiVersion: eksctl.io/v1alpha5
11461147kind: ClusterConfig
@@ -1174,7 +1175,6 @@ nodeGroups:
11741175 node-type: dind
11751176 taints:
11761177 codefresh.io: "dinds:NoSchedule"
1177-
11781178 - name: engine
11791179 instanceType: m5.large
11801180 desiredCapacity: 1
@@ -1190,7 +1190,6 @@ nodeGroups:
11901190 node-type: engine
11911191 taints:
11921192 codefresh.io: "engine:NoSchedule"
1193-
11941193 - name: addons
11951194 instanceType: m5.2xlarge
11961195 desiredCapacity: 1
@@ -1228,8 +1227,8 @@ Bottlerocket is an open source Linux based Operating System specifically built t
12281227To leverage [Bottlerocket-based nodes](https://aws.amazon.com/bottlerocket/){:target=" \_ blank" }:
12291228* Specify the AMI Family using` amiFamily: Bottlerocket`
12301229* Add these additional IAM Policies:
1231- * ` arn:aws:iam::aws:policy/AmazonEC2ContainerRegistryReadOnly`
1232- * ` arn:aws:iam::aws:policy/AmazonSSMManagedInstanceCore`
1230+ * ` arn:aws:iam::aws:policy/AmazonEC2ContainerRegistryReadOnly`
1231+ * ` arn:aws:iam::aws:policy/AmazonSSMManagedInstanceCore`
12331232
12341233
12351234
@@ -1260,7 +1259,8 @@ kubectl -n kube-system edit deployment.apps/cluster-autoscaler
12601259 * Add the following options:
12611260` --balance-similar-node-groups`
12621261` --skip-nodes-with-system-pods=false`
1263- ` ` ` yaml
1262+
1263+ ` ` `
12641264spec:
12651265 containers:
12661266 - command: