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

NAME

6       kubeadm upgrade diff - Show what differences would be applied to
7       existing static pod manifests. See also: kubeadm upgrade apply
8       --dry-run
9
10
11

SYNOPSIS

13       kubeadm upgrade diff [OPTIONS]
14
15
16

DESCRIPTION

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

OPTIONS

24       --api-server-manifest="/etc/kubernetes/manifests/kube-apiserver.yaml"
25           path to API server manifest
26
27
28       --config=""
29           Path to a kubeadm configuration file.
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-controller-manager.yaml"
37           path to controller manifest
38
39
40       --kubeconfig="/etc/kubernetes/admin.conf"
41           The kubeconfig file to use when talking to the cluster. If the flag
42       is not set, a set of standard locations can be searched for an existing
43       kubeconfig file.
44
45
46       --scheduler-manifest="/etc/kubernetes/manifests/kube-scheduler.yaml"
47           path to scheduler manifest
48
49
50

OPTIONS INHERITED FROM PARENT COMMANDS

52       --azure-container-registry-config=""
53           Path to the file containing Azure container registry configuration
54       information.
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