Skip to content
Snippets Groups Projects
Commit 3cfbc1a7 authored by Luke Seelenbinder's avatar Luke Seelenbinder Committed by k8s-ci-robot
Browse files

Add Pod IP to Flannel manifest. (#3379)

parent d9f495d3
No related branches found
No related tags found
No related merge requests found
...@@ -85,6 +85,10 @@ spec: ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment