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

Commit

Permalink
docs: Reference component configuration from quickstarts
Browse files Browse the repository at this point in the history
Related to #226
  • Loading branch information
BrainBlasted committed Jun 29, 2020
1 parent 3f87701 commit bc6d519
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/quickstarts/aks.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@ The provided configuration installs the Lokomotive cluster and the following com

You can configure the components as per your requirements.

Lokomotive can store Terraform state [locally](../configuration-reference/backend/local.md)
or remotely within an [AWS S3 bucket](../configuration-reference/backend/s3.md). By default, Lokomotive
stores Terraform state locally.

Create a variables file named `lokocfg.vars` in the working directory to set values for variables
defined in the configuration file.

Expand Down
4 changes: 4 additions & 0 deletions docs/quickstarts/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ The provided configuration installs the Lokomotive cluster and the following com

You can configure the components as per your requirements.

Lokomotive can store Terraform state [locally](../configuration-reference/backend/local.md)
or remotely within an [AWS S3 bucket](../configuration-reference/backend/s3.md). By default, Lokomotive
stores Terraform state locally.

Create a variables file named `lokocfg.vars` in the working directory to set values for variables
defined in the configuration file.

Expand Down
4 changes: 4 additions & 0 deletions docs/quickstarts/baremetal.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,10 @@ cluster "bare-metal" {
```

Lokomotive can store Terraform state [locally](../configuration-reference/backend/local.md)
or remotely within an [AWS S3 bucket](../configuration-reference/backend/s3.md). By default, Lokomotive
stores Terraform state locally.

For advanced cluster configurations and more information refer to the [Bare Metal configuration
guide](../configuration-reference/platforms/baremetal.md).

Expand Down
4 changes: 4 additions & 0 deletions docs/quickstarts/packet.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ uses the `stable` channel.
The guide uses [Amazon Route 53](https://aws.amazon.com/route53/) as a DNS provider. For more
information on how Lokomotive handles DNS, refer to [this](../concepts/dns.md) document.

Lokomotive can store Terraform state [locally](../configuration-reference/backend/local.md)
or remotely within an [AWS S3 bucket](../configuration-reference/backend/s3.md). By default, Lokomotive
stores Terraform state locally.

[Lokomotive components](../concepts/components.md) complement the "stock" Kubernetes functionality
by adding features such as load balancing, persistent storage and monitoring to a cluster. To keep
this guide short you will deploy a single component - `httpbin` - which serves as a demo
Expand Down

0 comments on commit bc6d519

Please sign in to comment.