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

Commit 3fd15a5

Browse files
authored
Merge pull request #69 from pieterlange/feature/efs-after-network
EFS systemd unit start ordering.
2 parents e1df46d + e49dc11 commit 3fd15a5

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

config/templates/cloud-config-controller

+3
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,9 @@ coreos:
190190
- name: efs.service
191191
command: start
192192
content: |
193+
[Unit]
194+
After=network-online.target
195+
Before=kubelet.service
193196
[Service]
194197
Type=oneshot
195198
ExecStartPre=-/usr/bin/mkdir -p /efs

config/templates/cloud-config-worker

+2
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,8 @@ coreos:
181181
- name: efs.service
182182
command: start
183183
content: |
184+
[Unit]
185+
After=network-online.target
184186
[Service]
185187
Type=oneshot
186188
ExecStartPre=-/usr/bin/mkdir -p /efs

0 commit comments

Comments
 (0)