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
= Upgrade Exoscale clusters to component version v9
2
+
3
+
When upgrading to component version v9 for Exoscale clusters, the following breaking change may require manual changes in the Project Syn config of existing clusters:
4
+
5
+
* https://github.com/appuio/terraform-openshift4-exoscale/pull/105[Switch infra nodes to non-instancepool by default]
6
+
7
+
IMPORTANT: The config changes outlined in this guide must be applied at the same time as the upgrade to component version v9.
8
+
9
+
TIP: We will publish a guide to migrate existing clusters to use instance pools in a future version of this component.
10
+
11
+
== Steps
12
+
13
+
. Get a clone of the tenant repo of the clusters that you want to upgrade to component version v9.
14
+
15
+
. Make sure component `openshift4-terraform` is updated to at least v9.0.0 so the variable `infra_use_instancepool` exists
16
+
17
+
. Set `parameters.openshift4_terraform.variables.infra_use_instancepool` to `true` for existing clusters which have been setup with instancepools for the worker and infra nodes.
18
+
+
19
+
TIP: The variable `infra_use_instancepool` has no effect for clusters which set variabl `use_instancepools` to `false`.
0 commit comments