1OVNKUBE(1)               OVN-KUBERNETES User Commands               OVNKUBE(1)
2
3
4

NAME

6       ovnkube - ovn utility
7

SYNOPSIS

9       ovnkube [OPTION]... [FILE]...
10

DESCRIPTION

12       The ovn utility used to confiugre ovn-kubernetes
13

OPTIONS

15       -alsologtostderr
16              log to standard error as well as files
17
18       -apiserver string
19              URL   to   the  Kubernetes  apiserver  (default  "https://local
20              host:8443")
21
22       -ca-cert string
23              CA cert for the Kubernetes api server
24
25       -gateway-interface string
26              The interface in minions that will be the gateway interface.  If
27              none  specified,  then the node's interface on which the default
28              gateway is configured will be used  as  the  gateway  interface.
29              Only useful with init-gateways.
30
31       -gateway-nexthop string
32              The  external default gateway which is used as a next hop by OVN
33              gateway. This is many times just the default gateway of the node
34              in question. If not specified, the default gateway configured in
35              the node is used. Only useful with init-gateways.
36
37       -cluster-subnet string
38              Cluster wide IP subnet to use (default "11.11.0.0/16")
39
40       -init-gateways
41              Initialize a gateway in the minion. Only useful with init-node.
42
43       -init-master string
44              initialize master, requires the hostname as argument
45
46       -init-node string
47              initialize node, requires the name that node is registered  with
48              in kubernetes cluster
49
50       -kubeconfig string
51              absolute path to the kubeconfig file
52
53       -log_backtrace_at value
54              when logging hits line file:N, emit a stack trace
55
56       -log_dir string
57              If non-empty, write log files in this directory
58
59       -logfile string
60              logfile name (with path) for ovnkube to write to.
61
62       -loglevel int
63              loglevels 5=debug, 4=info, 3=warn, 2=error, 1=fatal
64
65       -logtostderr
66              log to standard error instead of files
67
68       -net-controller
69              Flag  to  start  the  central  controller that watches pods/ser‐
70              vices/policies
71
72       -ovn-north-client-cacert string
73              CA certificate that the client should use for talking to the OVN
74              database.  Leave empty to use local unix socket.
75
76       -ovn-north-client-cert string
77              Client certificate that the client should use for talking to the
78              OVN database.  Leave empty to use local unix socket.
79
80       -ovn-north-client-privkey string
81              Private key that the client should use for talking  to  the  OVN
82              database.  Leave empty to use local unix socket.
83
84       -ovn-north-db string
85              IP   address   and   port   of   the  OVN  northbound  API  (eg,
86              ssl://1.2.3.4:6641).  Leave empty to use a local unix socket.
87
88       -ovn-north-server-cacert string
89              CA certificate that the OVN northbound API should use for secur‐
90              ing the API.  Leave empty to use local unix socket.
91
92       -ovn-north-server-cert string
93              Server  certificate  that  the OVN northbound API should use for
94              securing the API.  Leave empty to use local unix socket.
95
96       -ovn-north-server-privkey string
97              Private key that the OVN northbound API should use for  securing
98              the API.  Leave empty to use local unix socket.
99
100       -ovn-south-client-cacert string
101              CA certificate that the client should use for talking to the OVN
102              database.
103
104       -ovn-south-client-cert string
105              Client certificate that the client should use for talking to the
106              OVN database.
107
108       -ovn-south-client-privkey string
109              Private  key  that  the client should use for talking to the OVN
110              database.
111
112       -ovn-south-db string
113              IP  address  and  port  of  the  OVN  southbound  database  (eg,
114              ssl://1.2.3.4:6642).
115
116       -ovn-south-server-cacert string
117              CA  certificate  that the OVN southbound database should use for
118              securing the API.
119
120       -ovn-south-server-cert string
121              Server certificate that the OVN southbound database  should  use
122              for securing the API.
123
124       -ovn-south-server-privkey string
125              Private  key  that  the  OVN  southbound database should use for
126              securing the API.
127
128       -stderrthreshold value
129              logs at or above this threshold go to stderr
130
131       -token string
132              Bearer token to use for establishing ovn infrastructure
133
134       -v value
135              log level for V logs
136
137       -vmodule value
138              comma-separated list of  pattern=N  settings  for  file-filtered
139              logging
140
141

SEE ALSO

143       ovn-k8s-overlay(1), ovn-kube-util(1).
144
145
146       https://github.com/openvswitch/ovn-kubernetes
147
148
149
150ovn-kubernetes                     Jan 2018                         OVNKUBE(1)
Impressum