Skip to content

Commit

Permalink
Fix flannel error on starting
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesplain committed Nov 29, 2017
1 parent d8df54b commit 28bf12b
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,11 @@ spec:
fieldPath: metadata.namespace
resources:
limits:
cpu: 100m
memory: 100Mi
requests:
cpu: 100Mi
cpu: 100m
memory: 100Mi
volumeMounts:
- name: run
mountPath: /run
Expand Down

0 comments on commit 28bf12b

Please sign in to comment.