1KUBERNETES(1)(kubernetes) KUBERNETES(1)(kubernetes)
2
3
4
5Eric Paris Jan 2015
6
7
9 kubeadm upgrade diff - Show what differences would be applied to exist‐
10 ing static pod manifests. See also: kubeadm upgrade apply --dry-run
11
12
13
15 kubeadm upgrade diff [OPTIONS]
16
17
18
20 Show what differences would be applied to existing static pod mani‐
21 fests. See also: kubeadm upgrade apply --dry-run
22
23
24
26 --api-server-manifest="/etc/kubernetes/manifests/kube-apiserver.yaml"
27 path to API server manifest
28
29
30 --config="" Path to a kubeadm configuration file.
31
32
33 -c, --context-lines=3 How many lines of context in the diff
34
35
36 --controller-manager-manifest="/etc/kubernetes/manifests/kube-con‐
37 troller-manager.yaml" path to controller manifest
38
39
40 --kubeconfig="/etc/kubernetes/admin.conf" The kubeconfig file to
41 use when talking to the cluster. If the flag is not set, a set of stan‐
42 dard locations can be searched for an existing kubeconfig file.
43
44
45 --scheduler-manifest="/etc/kubernetes/manifests/kube-scheduler.yaml"
46 path to scheduler manifest
47
48
49
51 --azure-container-registry-config="" Path to the file containing
52 Azure container registry configuration information.
53
54
55 --rootfs="" [EXPERIMENTAL] The path to the 'real' host root
56 filesystem.
57
58
59 --version=false Print version information and quit
60
61
62
64 kubeadm-upgrade(1),
65
66
67
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
75Manuals User KUBERNETES(1)(kubernetes)