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

NAME

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

SYNOPSIS

12       kubeadm upgrade diff [OPTIONS]
13
14
15

DESCRIPTION

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

OPTIONS

23       --api-server-manifest="/etc/kubernetes/manifests/kube-apiserver.yaml"
24           path to API server manifest
25
26
27       --config=""
28           Path to kubeadm config file (WARNING: Usage of a configuration file
29       is experimental)
30
31
32       -c, --context-lines=3
33           How many lines of context in the diff
34
35
36       --controller-manager-manifest="/etc/kubernetes/manifests/kube-con‐
37       troller-manager.yaml"
38           path to controller manifest
39
40
41       --scheduler-manifest="/etc/kubernetes/manifests/kube-scheduler.yaml"
42           path to scheduler manifest
43
44
45

OPTIONS INHERITED FROM PARENT COMMANDS

47       --azure-container-registry-config=""
48           Path  to the file containing Azure container registry configuration
49       information.
50
51
52       --google-json-key=""
53           The Google Cloud Platform Service  Account  JSON  Key  to  use  for
54       authentication.
55
56
57       --log-flush-frequency=5s
58           Maximum number of seconds between log flushes
59
60
61       --rootfs=""
62           [EXPERIMENTAL] The path to the 'real' host root filesystem.
63
64
65       --version=false
66           Print version information and quit
67
68
69

SEE ALSO

71       kubeadm-upgrade(1),
72
73
74

HISTORY

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