@@ -35,12 +35,12 @@ copy, fill it in, and pass it to the scripts.
3535* 05-deploy-cstack.sh: Create the Cluster Stack which is a template
3636 for various clusters with the same major minor version of k8s.
3737 Should trigger cluster class creation and image registration.
38- * 06-wait-clusterclass.sh: Wait for the cluster class (not yet implemented)
38+ * 06-wait-clusterclass.sh: Wait for the cluster class
3939
4040### Once per cluster
4141* 07-create-cluster.sh: Create a workload cluster as per all the settings
4242 that are passed.
43- * 08-wait-cluster.sh: Wait for the workload cluster (not yet implemented)
43+ * 08-wait-cluster.sh: Wait for the workload cluster
4444
4545* 16-cleanup-cluster.sh: Remove loadbalancers and persistent volumes from cluster.
4646* 17-delete-cluster.sh: Remove cluster again.
@@ -56,3 +56,12 @@ to a non-existing file, see [ClusterStacks issue #188](https://github.com/Sovere
5656This results in a ` CrashLoopBackup ` state for
5757the openstack-cinder-csi-* pods in the workload cluster. Until this
5858is fixed up upstream, it can be patched using the ` 09-fixup-cinder.sh ` .
59+
60+ ### Moving management to a new cluster
61+ The bootstrap KinD management cluster (host) is not set up in a way
62+ that is robust enough for long-term operation. So we should move the
63+ CAPI, CAPO, CSO management objects into a more resilient k8s cluster,
64+ as is supported with ` clusterctl move ` . Beyond the capi, capi resources,
65+ this requires tracking all other management resources (objects from
66+ ORC, CSO etc.) -- once this is complete, a script will be offered
67+ to facilitate this.
0 commit comments