Skip to content

Commit

Permalink
Update the doc about extra volume in kubeadm config (#8453)
Browse files Browse the repository at this point in the history
Signed-off-by: Xianglin Gao <[email protected]>
  • Loading branch information
xlgao-zju authored and Misty Stanley-Jones committed Jun 20, 2018
1 parent a0fc681 commit 4e9f197
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 4e9f197

Please sign in to comment.