1KUBERNETES(1)                      Jan 2015                      KUBERNETES(1)
2
3
4

NAME

6       kubeadm alpha selfhosting pivot - Convert a static Pod-hosted control
7       plane into a self-hosted one
8
9
10

SYNOPSIS

12       kubeadm alpha selfhosting pivot [OPTIONS]
13
14
15

DESCRIPTION

17       Convert static Pod files for control plane components into self-hosted
18       DaemonSets configured via the Kubernetes API.
19
20
21       See the documentation for self-hosting limitations.
22
23
24       Alpha Disclaimer: this command is currently alpha.
25
26
27

OPTIONS

29       --cert-dir="/etc/kubernetes/pki"
30           The path where certificates are stored
31
32
33       --config=""
34           Path to a kubeadm configuration file.
35
36
37       -f, --force=false
38           Pivot the cluster without prompting for confirmation
39
40
41       --kubeconfig="/etc/kubernetes/admin.conf"
42           The kubeconfig file to use when talking to the cluster. If the flag
43       is not set, a set of standard locations can be searched for an existing
44       kubeconfig file.
45
46
47       -s, --store-certs-in-secrets=false
48           Enable storing certs in secrets
49
50
51

OPTIONS INHERITED FROM PARENT COMMANDS

53       --azure-container-registry-config=""
54           Path to the file containing Azure container registry configuration
55       information.
56
57
58       --log-flush-frequency=5s
59           Maximum number of seconds between log flushes
60
61
62       --rootfs=""
63           [EXPERIMENTAL] The path to the 'real' host root filesystem.
64
65
66       --version=false
67           Print version information and quit
68
69
70

EXAMPLE

72                # Convert a static Pod-hosted control plane into a self-hosted one.
73
74                kubeadm alpha phase self-hosting convert-from-staticpods
75
76
77
78

SEE ALSO

80       kubeadm-alpha-selfhosting(1),
81
82
83

HISTORY

85       January 2015, Originally compiled by Eric Paris (eparis at redhat dot
86       com) based on the kubernetes source material, but hopefully they have
87       been automatically generated since!
88
89
90
91Eric Paris                  kubernetes User Manuals              KUBERNETES(1)
Impressum