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
Copy file name to clipboardExpand all lines: README.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,18 +2,22 @@
2
2
Some helpful snippets of code to automate the creation of Cluster-Stacks
3
3
4
4
## 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
6
6
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.
8
8
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.
10
10
The reason for not doing everything in one script is that you do register
11
11
cloud secrets or install capi much less often than install cluster classses
12
12
which happens much less often than creating clusters.
13
13
14
14
Please refer to the [Cluster Stacks SCS training docs](https://github.com/SovereignCloudStack/scs-training/tree/main/clusterstacks)
15
15
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.
17
21
18
22
## Settings
19
23
There is a [cluster-settings-template.env](cluster-settings-template.env) file
0 commit comments