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

Commit a5cceda

Browse files
author
Marga Manterola
committed
Packet Quickstart: add machine types to the example config
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.
1 parent b510474 commit a5cceda

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/quickstarts/packet.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@ cluster "packet" {
116116
facility = "ams1"
117117
project_id = "89273817-4f44-4b41-9f0c-cb00bf538542"
118118
119+
controller_type = "c3.small.x86"
120+
119121
ssh_pubkeys = ["ssh-rsa AAAA..."]
120122
management_cidrs = ["0.0.0.0/0"]
121123
node_private_cidr = "10.0.0.0/8"
@@ -124,6 +126,7 @@ cluster "packet" {
124126
125127
worker_pool "pool-1" {
126128
count = 2
129+
node_type = "c3.small.x86"
127130
}
128131
}
129132

0 commit comments

Comments
 (0)