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

Commit

Permalink
Packet Quickstart: add machine types to the example config
Browse files Browse the repository at this point in the history
Currently it's not possible to deploy the latest lokomotive release on
Packet without specifying the machine type. Figuring out the right
parameters in the config takes a while. Make this easier by adding them
to the example config.
  • Loading branch information
Marga Manterola committed Jul 27, 2020
1 parent b510474 commit a5cceda
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/quickstarts/packet.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ cluster "packet" {
facility = "ams1"
project_id = "89273817-4f44-4b41-9f0c-cb00bf538542"
controller_type = "c3.small.x86"
ssh_pubkeys = ["ssh-rsa AAAA..."]
management_cidrs = ["0.0.0.0/0"]
node_private_cidr = "10.0.0.0/8"
Expand All @@ -124,6 +126,7 @@ cluster "packet" {
worker_pool "pool-1" {
count = 2
node_type = "c3.small.x86"
}
}
Expand Down

0 comments on commit a5cceda

Please sign in to comment.