Add Pod IP to Flannel manifest. (#3379)
This commit is contained in:
committed by
k8s-ci-robot
parent
d9f495d391
commit
3cfbc1a79a
@ -85,6 +85,10 @@ spec:
|
||||
valueFrom:
|
||||
fieldRef:
|
||||
fieldPath: metadata.namespace
|
||||
- name: POD_IP
|
||||
valueFrom:
|
||||
fieldRef:
|
||||
fieldPath: status.podIP
|
||||
volumeMounts:
|
||||
- name: run
|
||||
mountPath: /run
|
||||
|
Reference in New Issue
Block a user