simplified the variables and removed redundant information
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 `inventory.ini` file for the ansible playbook and the variables in the `init-deploy.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 `init-deploy.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.
|
||||
|
||||
DO NOT FORGET TO SET YOUR CLOUDFLARE API KEY IN THE CERT-MANAGER MANIFEST FILE!!!
|
||||
|
||||
@ -31,9 +31,10 @@ This setup will create a Kubernetes cluster with the following topology and comp
|
||||
To initiate the deployment, run the provided script:
|
||||
|
||||
```bash
|
||||
chmod +x init-deploy.sh
|
||||
chmod +x helm-deploy.sh
|
||||
echo "CF_API=YourSuperSecretAPIKey" > .env
|
||||
|
||||
chmod +x redbutton.sh
|
||||
|
||||
./redbutton.sh
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user