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: docs/docs/reference/migration.md
+8-2
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,13 @@ done
36
36
echo"All specified rules have been deleted."
37
37
```
38
38
39
-
## Migrations to v2.19.0
39
+
## Migrating from CLI versions before 2.21.1
40
+
41
+
### AWS
42
+
43
+
* AWS clusters that use `LoadBalancer` resources require more IAM permissions. Please upgrade your IAM roles using `constellation iam upgrade apply`. This will show necessary changes and apply them, if desired.
44
+
45
+
## Migrating from CLI versions before 2.19.0
40
46
41
47
### Azure
42
48
@@ -46,7 +52,7 @@ echo "All specified rules have been deleted."
46
52
If your Constellation has services of type `LoadBalancer`, please remove them before the upgrade and re-apply them
47
53
afterward.
48
54
49
-
## Migrating from Azure's service principal authentication to managed identity authentication (during the upgrade to Constellation v2.8.0)
55
+
## Migrating from CLI versions before 2.18.0
50
56
51
57
* The `provider.azure.appClientID` and `provider.azure.appClientSecret` fields are no longer supported and should be removed.
52
58
* To keep using an existing UAMI, add the `Owner` permission with the scope of your `resourceGroup`.
0 commit comments