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

Commit4db838f

Browse files
committed
Update codefresh-runner.md
1 parent76da2e3 commit4db838f

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

‎_docs/administration/codefresh-runner.md‎

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ If the Kubernetes cluster with the Codefresh Runner is behind a proxy server wit
189189
Make 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
194194
spec:
195195
containers:
@@ -284,7 +284,7 @@ There are three options for this:
284284
1. 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
289289
kind: StorageClass
290290
apiVersion: 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
310310
kind: StorageClass
311311
apiVersion: storage.k8s.io/v1
@@ -1140,7 +1140,8 @@ You need to create three files:
11401140
11411141
**How to**
11421142
1. 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
11451146
apiVersion: eksctl.io/v1alpha5
11461147
kind: 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
12281227
To 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+
```
12641264
spec:
12651265
containers:
12661266
- command:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp