Update the doc about extra volume in kubeadm config (#8453)

Signed-off-by: Xianglin Gao <xianglin.gxl@alibaba-inc.com>
This commit is contained in:
Xianglin Gao
2018-05-25 06:46:32 +08:00
committed by Misty Linville
parent fbf5c26fe5
commit 7b39ed7185
@@ -154,14 +154,20 @@ apiServerExtraVolumes:
- name: <value|string> - name: <value|string>
hostPath: <value|string> hostPath: <value|string>
mountPath: <value|string> mountPath: <value|string>
writable: <value|bool>
pathType: <value|string>
controllerManagerExtraVolumes: controllerManagerExtraVolumes:
- name: <value|string> - name: <value|string>
hostPath: <value|string> hostPath: <value|string>
mountPath: <value|string> mountPath: <value|string>
writable: <value|bool>
pathType: <value|string>
schedulerExtraVolumes: schedulerExtraVolumes:
- name: <value|string> - name: <value|string>
hostPath: <value|string> hostPath: <value|string>
mountPath: <value|string> mountPath: <value|string>
writable: <value|bool>
pathType: <value|string>
apiServerCertSANs: apiServerCertSANs:
- <name1|string> - <name1|string>
- <name2|string> - <name2|string>