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
@@ -1234,7 +1233,7 @@ To leverage [Bottlerocket-based nodes](https://aws.amazon.com/bottlerocket/){:ta
1234
1233
1235
1234
#### Step 2: Install autoscaler on EKS cluster
1236
1235
1237
-
Once the cluster is up and running, install the [cluster autoscaler](https://docs.aws.amazon.com/eks/latest/userguide/cluster-autoscaler.html){:target="\_blank"}:
1236
+
Once the cluster is up and running, install the [cluster autoscaler](https://docs.aws.amazon.com/eks/latest/userguide/cluster-autoscaler.html){:target="\_blank"}.
1238
1237
1239
1238
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.
1240
1239
@@ -1315,6 +1314,7 @@ codefresh runner init \
1315
1314
--set-value=Storage.KmsKeyId=<key id>
1316
1315
```
1317
1316
For descriptions of the other options, run`codefresh runner init --help` ([global parameter table](#customizing-the-wizard-installation)).
1317
+
1318
1318
{:start="3"}
1319
1319
1. When the Wizard completes the installation, modify the runtime environment of`my-aws-runner` to specify the necessary toleration, nodeSelector and disk size:
1. If you use AKS with managed [identitiesfor node group](https://docs.microsoft.com/en-us/azure/aks/use-managed-identity), you can run the script below to assign`CodefreshDindVolumeProvisioner` role to AKS node identity:
export SUBSCRIPTION_ID=$(az account show --query"id"| xargsecho)
@@ -1599,14 +1600,15 @@ export NODE_SERVICE_PRINCIPAL=$(az aks show -g $RESOURCE_GROUP -n $AKS_NAME --qu
1599
1600
az role definition create --role-definition @${ROLE_DEFINITIN_FILE}
1600
1601
az role assignment create --assignee$NODE_SERVICE_PRINCIPAL --scope /subscriptions/$SUBSCRIPTION_ID/resourceGroups/$NODES_RESOURCE_GROUP --role CodefreshDindVolumeProvisioner
1601
1602
```
1603
+
1602
1604
{:start="2"}
1603
1605
1. Install Codefresh Runner using one of these options: