@@ -25,6 +25,8 @@ copy, fill it in, and pass it to the scripts.
2525* 02-deploy-capi.sh: Install ORC and CAPI.
2626* 03-deploy-cso.sh: Install the Cluster Stack Operator.
2727
28+ * 18-delete-kind.sh: Remove kind cluster management again.
29+
2830### Once per OpenStack Project in which we want to install clusters (NS)
2931* 04-cloud-secret.sh: Create namespace and secrets to work with the
3032 wanted OpenStack project.
@@ -33,13 +35,14 @@ copy, fill it in, and pass it to the scripts.
3335* 05-deploy-cstack.sh: Create the Cluster Stack which is a template
3436 for various clusters with the same major minor version of k8s.
3537 Should trigger cluster class creation and image registration.
36- * 06-wait-clusterclass.sh: Wait for the cluster class (not yet implemented)
38+ * 06-wait-clusterclass.sh: Wait for the cluster class
3739
3840### Once per cluster
3941* 07-create-cluster.sh: Create a workload cluster as per all the settings
4042 that are passed.
41- * 08-wait-cluster.sh: Wait for the workload cluster (not yet implemented)
43+ * 08-wait-cluster.sh: Wait for the workload cluster
4244
45+ * 16-cleanup-cluster.sh: Remove loadbalancers and persistent volumes from cluster.
4346* 17-delete-cluster.sh: Remove cluster again.
4447
4548### CSI Cinder fixup
@@ -53,3 +56,12 @@ to a non-existing file, see [ClusterStacks issue #188](https://github.com/Sovere
5356This results in a ` CrashLoopBackup ` state for
5457the openstack-cinder-csi-* pods in the workload cluster. Until this
5558is 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