Consolidated variables in the .env.example and added the worker to a customizable list
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
|
||||
This guide describes how to deploy a Kubernetes cluster tailored to my environment using the provided `redbutton.sh` script.
|
||||
|
||||
Just be sure to edit the variables in the `redbutton.sh` script. I think you can scale this out by adding more hosts and adjusting the for loop but I haven't tried it yet. I needed three machines and that is what I worked with.
|
||||
Just be sure to edit the variables in the `redbutton.sh` script. I think you can scale this out by adding more hosts and adjusting the for loop but I haven't tried it yet. I needed four machines and that is what I worked with.
|
||||
|
||||
## ⚙️ Pre-requisites
|
||||
|
||||
@ -29,7 +29,9 @@ This setup will create a Kubernetes cluster with the following topology and comp
|
||||
To initiate the deployment, run the provided script:
|
||||
|
||||
```bash
|
||||
echo "CF_API=YourSuperSecretAPIKey" > .env
|
||||
cp .env.example .env
|
||||
|
||||
echo "export CF_API=YourSuperSecretAPIKey" >> .env
|
||||
|
||||
chmod +x redbutton.sh
|
||||
|
||||
|
Reference in New Issue
Block a user