Skip to content

Commit

Permalink
Merge pull request #88 from caseydavenport/cd4-fix-sed
Browse files Browse the repository at this point in the history
Fix sed command in master-config-template.yaml
  • Loading branch information
tomdee committed Apr 13, 2016
2 parents e110c18 + 4ef0b1c commit ea9d68b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ write_files:
# Insert the master's IP address into the manifest.
echo "DEFAULT_IPV4: $DEFAULT_IPV4"
sudo sed -i -e "s/<PRIVATE_IPV4>/$DEFAULT_IPV4/g" /etc/kubernetes/manifests/calico-etcd.manifest
sudo sed -i -e "s/<MASTER_IPV4>/$DEFAULT_IPV4/g" /etc/kubernetes/manifests/calico-etcd.manifest
coreos:
update:
Expand Down

0 comments on commit ea9d68b

Please sign in to comment.