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

NAME

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

SYNOPSIS

15       kubeadm upgrade diff [OPTIONS]
16
17
18

DESCRIPTION

20       Show what differences would be applied to  existing  static  pod  mani‐
21       fests. See also: kubeadm upgrade apply --dry-run
22
23
24

OPTIONS

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

OPTIONS INHERITED FROM PARENT COMMANDS

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

SEE ALSO

68       kubeadm-upgrade(1),
69
70
71

HISTORY

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