Skip to content

Commit e1c078c

Browse files
committed
Language improvement.
Signed-off-by: Kurt Garloff <kurt@garloff.de>
1 parent 4e5ff0b commit e1c078c

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,22 @@
22
Some helpful snippets of code to automate the creation of Cluster-Stacks
33

44
## Goals
5-
Creating cluster stacks and cluster based on these takes a significant
5+
Creating cluster stacks and clusters based on these takes a significant
66
number of steps that are hard to remember correctly for people that are
7-
not cluster-API and Cluster Class experts.
7+
not cluster-API (capi) and Cluster Class experts.
88

9-
We thus hide them in a number of distinct steps that are in numbered scripts.
9+
We thus hide them in numbered scripts that perform these steps.
1010
The reason for not doing everything in one script is that you do register
1111
cloud secrets or install capi much less often than install cluster classses
1212
which happens much less often than creating clusters.
1313

1414
Please refer to the [Cluster Stacks SCS training docs](https://github.com/SovereignCloudStack/scs-training/tree/main/clusterstacks)
1515
and the [SCS docs CS quick start guide](https://docs.scs.community/docs/container/components/cluster-stacks/components/cluster-stacks/providers/openstack/quickstart)
16-
if you prefer to do things manually.
16+
if you prefer to do things manually. The scripts here are modeled after
17+
the manual steps (except that we don't use the helm helper chart any
18+
more for cluster secret creation and have separated the secrets creation
19+
for capo/orc (04) from the per-cluster one (07)) and are referenced
20+
in the training docs.
1721

1822
## Settings
1923
There is a [cluster-settings-template.env](cluster-settings-template.env) file

0 commit comments

Comments
 (0)