Skip to content

Commit

Permalink
Merge pull request kubernetes#3625 from preillyme/btrfs-overlay
Browse files Browse the repository at this point in the history
Update node.yaml to support graphdriver: overlay
  • Loading branch information
kelseyhightower committed Jan 20, 2015
2 parents 1e36cb1 + 41955a9 commit 56f20bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started-guides/coreos/cloud-configs/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ coreos:
[Service]
EnvironmentFile=/run/flannel/subnet.env
ExecStartPre=/bin/mount --make-rprivate /
ExecStart=/usr/bin/docker -d --bip=${FLANNEL_SUBNET} --mtu=${FLANNEL_MTU} -s=btrfs -H fd://
ExecStart=/usr/bin/docker -d --bip=${FLANNEL_SUBNET} --mtu=${FLANNEL_MTU} -s=overlay -H fd://
[Install]
WantedBy=multi-user.target
Expand Down

0 comments on commit 56f20bd

Please sign in to comment.