Skip to content

Commit

Permalink
Update the doc about extra volume in kubeadm config (kubernetes#8453)
Browse files Browse the repository at this point in the history
Signed-off-by: Xianglin Gao <xianglin.gxl@alibaba-inc.com>
  • Loading branch information
xlgao-zju authored and k82cn committed Jun 11, 2018
1 parent f733d2f commit f5d7510
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions content/en/docs/reference/setup-tools/kubeadm/kubeadm-init.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,14 +154,20 @@ apiServerExtraVolumes:
- name: <value|string>
hostPath: <value|string>
mountPath: <value|string>
writable: <value|bool>
pathType: <value|string>
controllerManagerExtraVolumes:
- name: <value|string>
hostPath: <value|string>
mountPath: <value|string>
writable: <value|bool>
pathType: <value|string>
schedulerExtraVolumes:
- name: <value|string>
hostPath: <value|string>
mountPath: <value|string>
writable: <value|bool>
pathType: <value|string>
apiServerCertSANs:
- <name1|string>
- <name2|string>
Expand Down

0 comments on commit f5d7510

Please sign in to comment.