1KUBERNETES(1) Jan 2015 KUBERNETES(1)
2
3
4
6 kubeadm upgrade diff - Show what differences would be applied to exist‐
7 ing static pod manifests. See also: kubeadm upgrade apply --dry-run
8
9
10
12 kubeadm upgrade diff [OPTIONS]
13
14
15
17 Show what differences would be applied to existing static pod mani‐
18 fests. See also: kubeadm upgrade apply --dry-run
19
20
21
23 --api-server-manifest="/etc/kubernetes/manifests/kube-apiserver.yaml"
24 path to API server manifest
25
26
27 --config=""
28 Path to a kubeadm configuration file.
29
30
31 -c, --context-lines=3
32 How many lines of context in the diff
33
34
35 --controller-manager-manifest="/etc/kubernetes/manifests/kube-con‐
36 troller-manager.yaml"
37 path to controller manifest
38
39
40 --scheduler-manifest="/etc/kubernetes/manifests/kube-scheduler.yaml"
41 path to scheduler manifest
42
43
44
46 --azure-container-registry-config=""
47 Path to the file containing Azure container registry configuration
48 information.
49
50
51 --log-flush-frequency=5s
52 Maximum number of seconds between log flushes
53
54
55 --rootfs=""
56 [EXPERIMENTAL] The path to the 'real' host root filesystem.
57
58
59 --version=false
60 Print version information and quit
61
62
63
65 kubeadm-upgrade(1),
66
67
68
70 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
71 com) based on the kubernetes source material, but hopefully they have
72 been automatically generated since!
73
74
75
76Eric Paris kubernetes User Manuals KUBERNETES(1)