Skip to content

Commit adb648c

Browse files
authored
Merge pull request #60 from SovereignCloudStack/tg/improve-docs
📖 Improve docs
2 parents 612f488 + 74f8dc3 commit adb648c

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/develop/develop.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,22 @@ You should make sure that everything in the UI looks green. If not, e.g. if the
2525

2626
If everything is green, then you can already check for your clusterstack that has been deployed. You can use a tool like k9s to have a look at the management cluster and its custom resources.
2727

28+
Example:
29+
30+
```shell
31+
❯ kubectl get clusterstacks -A
32+
NAMESPACE NAME PROVIDER CLUSTERSTACK K8S CHANNEL AUTOSUBSCRIBE USABLE LATEST AGE REASON MESSAGE
33+
cluster clusterstack docker ferrol 1.27 stable false v2 docker-ferrol-1-27-v2 | v1.27.3 4m52s
34+
```
35+
36+
```shell
37+
❯ kubectl get clusterstackreleases.clusterstack.x-k8s.io -A
38+
NAMESPACE NAME K8S VERSION READY AGE REASON MESSAGE
39+
cluster docker-ferrol-1-27-v2 v1.27.3 true 7m51s
40+
```
41+
42+
The above cluster stack was downloaded from [SovereignCloudStack/cluster-stacks](https://github.com/SovereignCloudStack/cluster-stacks/releases)
43+
2844
In case your clusterstack shows that it is ready, you can deploy a workload cluster. This could be done through the Tilt UI, by pressing the button in the top right corner "Create Workload Cluster". This triggers the `make create-workload-cluster-docker`, which uses the environment variables and the cluster-template.
2945

3046
In case you want to change some code, you can do so and see that Tilt triggers on save. It will update the container of the operator automatically.

0 commit comments

Comments
 (0)