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

Commit

Permalink
Merge pull request #736 from kinvolk/marga-kinvolk/packet-docs
Browse files Browse the repository at this point in the history
Packet Quickstart: add machine types to the example config
  • Loading branch information
johananl authored Aug 13, 2020
2 parents 151897e + a5cceda commit 9172b20
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 9172b20

Please sign in to comment.