Add Pod IP to Flannel manifest. (#3379)

This commit is contained in:
Luke Seelenbinder 2018-10-01 09:06:13 +02:00 committed by k8s-ci-robot
parent d9f495d391
commit 3cfbc1a79a

View file

@ -85,6 +85,10 @@ spec:
valueFrom: valueFrom:
fieldRef: fieldRef:
fieldPath: metadata.namespace fieldPath: metadata.namespace
- name: POD_IP
valueFrom:
fieldRef:
fieldPath: status.podIP
volumeMounts: volumeMounts:
- name: run - name: run
mountPath: /run mountPath: /run