Skip to content

Commit

Permalink
feat(contrib/linode): add plane metadata to cloud-init template.
Browse files Browse the repository at this point in the history
Allows for placement of deis planes on different machines when
provisioning a cluster on linode.
  • Loading branch information
thealmightygrant committed Jan 8, 2016
1 parent 2520e54 commit 8feb367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/linode/linode-user-data-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
hostname: $hostname
coreos:
fleet:
metadata: name=%H
metadata: name=%H,controlPlane=true,dataPlane=true,routerMesh=true
units:
- name: 00-eth0.network
runtime: true
Expand Down

0 comments on commit 8feb367

Please sign in to comment.