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

Commit 9172b20

Browse files
authored
Merge pull request #736 from kinvolk/marga-kinvolk/packet-docs
Packet Quickstart: add machine types to the example config
2 parents 151897e + a5cceda commit 9172b20

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)