Skip to content
This repository has been archived by the owner on Sep 30, 2020. It is now read-only.

Commit

Permalink
Merge pull request #69 from pieterlange/feature/efs-after-network
Browse files Browse the repository at this point in the history
EFS systemd unit start ordering.
  • Loading branch information
mumoshu authored Nov 18, 2016
2 parents e1df46d + e49dc11 commit 3fd15a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/templates/cloud-config-controller
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,9 @@ coreos:
- name: efs.service
command: start
content: |
[Unit]
After=network-online.target
Before=kubelet.service
[Service]
Type=oneshot
ExecStartPre=-/usr/bin/mkdir -p /efs
Expand Down
2 changes: 2 additions & 0 deletions config/templates/cloud-config-worker
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,8 @@ coreos:
- name: efs.service
command: start
content: |
[Unit]
After=network-online.target
[Service]
Type=oneshot
ExecStartPre=-/usr/bin/mkdir -p /efs
Expand Down

0 comments on commit 3fd15a5

Please sign in to comment.