diff options
| author | Santo Cariotti <santo@dcariotti.me> | 2025-01-08 20:06:07 +0000 |
|---|---|---|
| committer | Santo Cariotti <santo@dcariotti.me> | 2025-01-08 20:06:07 +0000 |
| commit | fcb79da5ed3eb86bfef5c859e8e6d52d9fe98427 (patch) | |
| tree | 3ac28d6df7904d9b0b1ad6d6b8eecb89fb8883ef /README.md | |
| parent | 5b7b5126e0c8bd8fa0e808288f7457a3374c6a5d (diff) | |
Add cluster configuration for worker nodes
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -30,10 +30,17 @@ Meanwhile the followings are setted up by default. - `AUDIO_PATH`: "./assets" - `ALLOWED_HOST`: "0.0.0.0:8000" +First of all you must create a new cluster for KinD. We need it for some worker +(let's say 4). + +``` +$ kind create cluster --config yaml/cluster/kind-cluster-config.yaml +``` + After that just run the `run.sh` script. ```sh -./run.sh apply +$ ./run.sh apply ``` After that, you'll be able to see what the external IP for the load balancer is. |
