Skip to content
This repository was archived by the owner on Jun 29, 2022. It is now read-only.

Commit bc6d519

Browse files
author
Christopher Davis
committed
docs: Reference component configuration from quickstarts
Related to #226
1 parent 3f87701 commit bc6d519

File tree

4 files changed

+16
-0
lines changed

4 files changed

+16
-0
lines changed

docs/quickstarts/aks.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,10 @@ The provided configuration installs the Lokomotive cluster and the following com
9898

9999
You can configure the components as per your requirements.
100100

101+
Lokomotive can store Terraform state [locally](../configuration-reference/backend/local.md)
102+
or remotely within an [AWS S3 bucket](../configuration-reference/backend/s3.md). By default, Lokomotive
103+
stores Terraform state locally.
104+
101105
Create a variables file named `lokocfg.vars` in the working directory to set values for variables
102106
defined in the configuration file.
103107

docs/quickstarts/aws.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,10 @@ The provided configuration installs the Lokomotive cluster and the following com
9090

9191
You can configure the components as per your requirements.
9292

93+
Lokomotive can store Terraform state [locally](../configuration-reference/backend/local.md)
94+
or remotely within an [AWS S3 bucket](../configuration-reference/backend/s3.md). By default, Lokomotive
95+
stores Terraform state locally.
96+
9397
Create a variables file named `lokocfg.vars` in the working directory to set values for variables
9498
defined in the configuration file.
9599

docs/quickstarts/baremetal.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,10 @@ cluster "bare-metal" {
188188
189189
```
190190

191+
Lokomotive can store Terraform state [locally](../configuration-reference/backend/local.md)
192+
or remotely within an [AWS S3 bucket](../configuration-reference/backend/s3.md). By default, Lokomotive
193+
stores Terraform state locally.
194+
191195
For advanced cluster configurations and more information refer to the [Bare Metal configuration
192196
guide](../configuration-reference/platforms/baremetal.md).
193197

docs/quickstarts/packet.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ uses the `stable` channel.
2727
The guide uses [Amazon Route 53](https://aws.amazon.com/route53/) as a DNS provider. For more
2828
information on how Lokomotive handles DNS, refer to [this](../concepts/dns.md) document.
2929

30+
Lokomotive can store Terraform state [locally](../configuration-reference/backend/local.md)
31+
or remotely within an [AWS S3 bucket](../configuration-reference/backend/s3.md). By default, Lokomotive
32+
stores Terraform state locally.
33+
3034
[Lokomotive components](../concepts/components.md) complement the "stock" Kubernetes functionality
3135
by adding features such as load balancing, persistent storage and monitoring to a cluster. To keep
3236
this guide short you will deploy a single component - `httpbin` - which serves as a demo

0 commit comments

Comments
 (0)