This repository was archived by the owner on Jun 29, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +16
-0
lines changed
Expand file tree Collapse file tree 4 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -98,6 +98,10 @@ The provided configuration installs the Lokomotive cluster and the following com
9898
9999You can configure the components as per your requirements.
100100
101+ Lokomotive can be set to store Terraform state [ locally] ( ../configuration-reference/backend/s3.md )
102+ or remotely within an [ AWS S3 bucket] ( ../configuration-reference/backend/local.md ) . By default, Lokomotive
103+ will store Terraform state locally.
104+
101105Create a variables file named ` lokocfg.vars ` in the working directory to set values for variables
102106defined in the configuration file.
103107
Original file line number Diff line number Diff line change @@ -90,6 +90,10 @@ The provided configuration installs the Lokomotive cluster and the following com
9090
9191You can configure the components as per your requirements.
9292
93+ Lokomotive can be set to store Terraform state [ locally] ( ../configuration-reference/backend/s3.md )
94+ or remotely within an [ AWS S3 bucket] ( ../configuration-reference/backend/local.md ) . By default, Lokomotive
95+ will store Terraform state locally.
96+
9397Create a variables file named ` lokocfg.vars ` in the working directory to set values for variables
9498defined in the configuration file.
9599
Original file line number Diff line number Diff line change @@ -188,6 +188,10 @@ cluster "bare-metal" {
188188
189189```
190190
191+ Lokomotive can be set to store Terraform state [ locally] ( ../configuration-reference/backend/s3.md )
192+ or remotely within an [ AWS S3 bucket] ( ../configuration-reference/backend/local.md ) . By default, Lokomotive
193+ will store Terraform state locally.
194+
191195For advanced cluster configurations and more information refer to the [ Bare Metal configuration
192196guide] ( ../configuration-reference/platforms/baremetal.md ) .
193197
Original file line number Diff line number Diff line change @@ -27,6 +27,10 @@ uses the `stable` channel.
2727The guide uses [ Amazon Route 53] ( https://aws.amazon.com/route53/ ) as a DNS provider. For more
2828information on how Lokomotive handles DNS, refer to [ this] ( ../concepts/dns.md ) document.
2929
30+ Lokomotive can be set to store Terraform state [ locally] ( ../configuration-reference/backend/s3.md )
31+ or remotely within an [ AWS S3 bucket] ( ../configuration-reference/backend/local.md ) . By default, Lokomotive
32+ will store Terraform state locally.
33+
3034[ Lokomotive components] ( ../concepts/components.md ) complement the "stock" Kubernetes functionality
3135by adding features such as load balancing, persistent storage and monitoring to a cluster. To keep
3236this guide short you will deploy a single component - ` httpbin ` - which serves as a demo
You can’t perform that action at this time.
0 commit comments