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
The initial configuration creates one workload cluster named
206
-
`workload-cluster1`.
207
-
208
-
**TODO:** add steps for cluster/account mapping
209
-
210
-
18. Add a workload cluster by adding a manifest for it under `clusters/`. Refer
211
-
to `clusters/workload-cluster1.yaml` as an example.
212
-
19. Include the new cluster manifest in `clusters/kustomization.yaml`.
213
-
20. Add the cluster name and corresponding account number in
215
+
18. Add the cluster name and corresponding account number in
214
216
`charts-values/ack-multi-account/values.yaml`.
215
-
21. Commit/push the changes to Git.
216
-
217
-
## Known issues
218
-
219
-
1. You will need to restart the kro controller when you add a new workload
220
-
cluster due to a bug in the controller. Once the resource group
221
-
`eksclusterwithvpc` is applied, the controller is able to apply the
222
-
corresponding VPC resources, but it is not able to recognize the generated
223
-
ids (e.g. subnet id), and feed that into EKS resources. Refer to
224
-
[this issue](https://github.com/awslabs/kro/issues/8) for more details.
225
-
2. Deleting a cluster does not properly clean up all cluster resources i.e.
226
-
subnets, routetables are left strangling. ACK EC2 controller keep reporting
227
-
dependencies preventing deletion. To work around this issue, attempt restart
228
-
ACK EC2 controller, and/or manually deleting the resources.
217
+
19. Commit/push the changes to Git, then wait for the sync operation to complete by checking ArgoCD UI.
218
+
20. Add a workload cluster by adding a manifest for it under `clusters/`. Refer to `clusters/workload1.yaml` as an example.
219
+
21. Include the new cluster manifest in `clusters/kustomization.yaml`.
220
+
22. Commit/push the changes to Git, then wait for the sync operation to complete by checking ArgoCD UI. Finally, log on to the workload cluster account to confirm that the cluster is created as expected.
0 commit comments