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: content/04-container-parallelcluster/02-update-PC.md
-99Lines changed: 0 additions & 99 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -148,102 +148,3 @@ SharedStorage:
148
148
DeletionPolicy: Delete
149
149
Size: '50'
150
150
```
151
-
152
-
Let update the cluster by running the **pcluster update** command
153
-
154
-
```bash
155
-
pcluster update-cluster -n hpc-cluster-lab -c ~/environment/my-cluster-config.yaml -r $AWS_REGION --suppress-validators ALL
156
-
```
157
-
158
-
The cluster update process will take ~5 minutes.
159
-
Pay attention to the **old value** and **new value** fields. You will see a new instance type under new value field. The output will be similar to this:
You will have to wait for the cluster status to be **UPDATE_COMPLETE**. You can check the cluster with the **pcluster list-clusters** command as follow:
0 commit comments