Skip to content
This repository was archived by the owner on Mar 17, 2024. It is now read-only.

Commit 76365e1

Browse files
authored
Merge pull request #253 from scaleoutsystems/develop
Update README.md
2 parents 394ef0e + 55a40bb commit 76365e1

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,21 @@ microk8s config >> ~/.kube/config
6464
git clone https://github.com/scaleoutsystems/charts.git
6565
```
6666
2. A template file for values.yaml can be found in “charts/scaleout/stackn”
67-
Follow the instructions in this file to set required values:
67+
Please make sure to follow the instructions that you will find **at the beginning of this file** in order to set some required values, such as:
6868

6969
- StorageClass for microk8s is “microk8s-hostpath”
70+
7071
- Search and replace **all** occurrences of `<your-domain.com>` with your local IP domain. It can be useful to use a wildcard dns such as [nip.io](http://nip.io). For example, if your local IP is 192.168.1.10 then the `<your-domain.com>` field becomes `192.168.1.10.nip.io`
72+
7173
- Set `oidc.verify_ssl = false`, this will enable insecure options (without certificates)
72-
- Setting passwords are optional, but we recommend setting `global.studio.superUser` and `global.studio.superUserPassword` since these are required in step 6., if these are left blank passwords will be auto generated.
74+
75+
- Setting passwords are optional, but we recommend setting `global.studio.superUser` and `global.studio.superUserPassword` since these are required in step 6., if these are left blank passwords will be auto generated.
76+
77+
- Copy your kubernetes cluster config and paste it in the values.yaml under the `cluster_config` field. Your kubernetes config file should be locate under the path `$HOME/.kube`; otherwise if you have followed this tutorial and used microk8s, then run the command:
78+
79+
```
80+
microk8s config
81+
```
7382

7483
3. After the `values.yaml` is set, install STACKn via helm. This will take several minutes:
7584
```

0 commit comments

Comments
 (0)