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

NAME

6       kubeadm upgrade node phase kubelet-config - Upgrade the kubelet
7       configuration for this node
8
9
10

SYNOPSIS

12       kubeadm upgrade node phase kubelet-config [OPTIONS]
13
14
15

DESCRIPTION

17       Download the kubelet configuration from a ConfigMap of the form
18       "kubelet-config-1.X" in the cluster, where X is the minor version of
19       the kubelet. kubeadm uses the KuberneteVersion field in the
20       kubeadm-config ConfigMap to determine what the desired kubelet version
21       is.
22
23
24

OPTIONS

26       --dry-run=false
27           Do not change any state, just output the actions that would be
28       performed.
29
30
31       --kubeconfig="/etc/kubernetes/admin.conf"
32           The kubeconfig file to use when talking to the cluster. If the flag
33       is not set, a set of standard locations can be searched for an existing
34       kubeconfig file.
35
36
37       --kubelet-version=""
38           The desired version for the kubelet config after the upgrade. If
39       not specified, the KubernetesVersion from the kubeadm-config ConfigMap
40       will be used
41
42
43

OPTIONS INHERITED FROM PARENT COMMANDS

45       --azure-container-registry-config=""
46           Path to the file containing Azure container registry configuration
47       information.
48
49
50       --log-flush-frequency=5s
51           Maximum number of seconds between log flushes
52
53
54       --rootfs=""
55           [EXPERIMENTAL] The path to the 'real' host root filesystem.
56
57
58       --version=false
59           Print version information and quit
60
61
62

SEE ALSO

64       kubeadm-upgrade-node-phase(1),
65
66
67

HISTORY

69       January 2015, Originally compiled by Eric Paris (eparis at redhat dot
70       com) based on the kubernetes source material, but hopefully they have
71       been automatically generated since!
72
73
74
75Eric Paris                  kubernetes User Manuals              KUBERNETES(1)
Impressum