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
{{ message }}
This repository was archived by the owner on Dec 16, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: docs/develop.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,8 +28,8 @@ You should make sure that everything in the UI looks green. If not, you can trig
28
28
29
29
### Applying ClusterStack
30
30
31
-
When you start your tilt setup then the ClusterStack manifest gets copied from `config/cspo` directory to root of your repository. In order to apply the ClusterStack to the running local development cluster, you can click on the tilt UI. There should a click on the top-right hand side that is named as `apply-clusterstack` if you hover over it.
32
-
Once the ClusterStack is applied wait for the ClusterStack and ClusterStackRelease object to be ready. In case your ClusterStack shows that it is ready, you can deploy a workload cluster.
31
+
When you start your tilt setup then the ClusterStack manifest gets copied from `config/cspo` directory to root of your repository. In order to apply the ClusterStack to the running local development cluster, you can click on the tilt UI. There should a click on the top-right hand side that is named as `apply-clusterstack` if you hover over it.
32
+
Once the ClusterStack is applied wait for the ClusterStack and ClusterStackRelease object to be ready. In case your ClusterStack shows that it is ready, you can deploy a workload cluster.
33
33
34
34
### Creating workload cluster
35
35
@@ -86,7 +86,7 @@ Downloading cluster-stacks can be achieved by many ways but below is a simple wa
Change the repo and tag as per the requirement. You can also download it directly from browser and move it to `.release` directory.
@@ -102,6 +102,6 @@ $ tree .release/openstack-scs-1-27-v1/
102
102
```
103
103
104
104
> [!IMPORTANT]
105
-
There's an alternative way to get clusterstacks using [csmctl](https://github.com/sovereigncloudstack/csmctl). You can follow the README of csmctl for specific instructions and a good quickstart.
105
+
There's an alternative way to get clusterstacks using [csctl](https://github.com/SovereignCloudStack/csctl). You can follow the README of csctl for specific instructions and a good quickstart.
106
106
107
-
You can use `csmctl create` subcommand to create clusterstack locally. You'll need a csmctl.yaml file in the cluster-stack configuration directory. Please read more about creating configuration file for csmctl in the csmctl docs.
107
+
You can use `csctl create` subcommand to create clusterstack locally. You'll need a csctl.yaml file in the cluster-stack configuration directory. Please read more about creating configuration file for csctl in the csctl docs.
0 commit comments