1KUBERNETES(1)(kubernetes)                            KUBERNETES(1)(kubernetes)
2
3
4
5Eric Paris Jan 2015
6
7

NAME

9       kubeadm  config print join-defaults - Print default join configuration,
10       that can be used for 'kubeadm join'
11
12
13

SYNOPSIS

15       kubeadm config print join-defaults [OPTIONS]
16
17
18

DESCRIPTION

20       This command prints objects such as the default join configuration that
21       is used for 'kubeadm join'.
22
23
24       Note that sensitive values like the Bootstrap Token fields are replaced
25       with placeholder values like "abcdef.0123456789abcdef" in order to pass
26       validation but not perform the real computation for creating a token.
27
28
29

OPTIONS

31       --component-configs=[]      A comma-separated list for component config
32       API objects to print the default values for. Available  values:  [Kube‐
33       ProxyConfiguration  KubeletConfiguration].  If this flag is not set, no
34       component configs will be printed.
35
36
37

OPTIONS INHERITED FROM PARENT COMMANDS

39       --azure-container-registry-config=""      Path to the  file  containing
40       Azure container registry configuration information.
41
42
43       --kubeconfig="/etc/kubernetes/admin.conf"       The  kubeconfig file to
44       use when talking to the cluster. If the flag is not set, a set of stan‐
45       dard locations can be searched for an existing kubeconfig file.
46
47
48       --rootfs=""       [EXPERIMENTAL]  The  path  to  the  'real'  host root
49       filesystem.
50
51
52       --version=false      Print version information and quit
53
54
55

SEE ALSO

57       kubeadm-config-print(1),
58
59
60

HISTORY

62       January 2015, Originally compiled by Eric Paris (eparis at  redhat  dot
63       com)  based  on the kubernetes source material, but hopefully they have
64       been automatically generated since!
65
66
67
68Manuals                              User            KUBERNETES(1)(kubernetes)
Impressum