Add Pod IP to Flannel manifest. (#3379)
This commit is contained in:
parent
d9f495d391
commit
3cfbc1a79a
1 changed files with 4 additions and 0 deletions
|
@ -85,6 +85,10 @@ spec:
|
|||
valueFrom:
|
||||
fieldRef:
|
||||
fieldPath: metadata.namespace
|
||||
- name: POD_IP
|
||||
valueFrom:
|
||||
fieldRef:
|
||||
fieldPath: status.podIP
|
||||
volumeMounts:
|
||||
- name: run
|
||||
mountPath: /run
|
||||
|
|
Loading…
Reference in a new issue