You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The netplugin starting scripts and README files need to be updated
according to the netplugin CLI refactoring.
Signed-off-by: Wei Tie <[email protected]>
Copy file name to clipboardexpand all lines: install/HowtoSetupContiv.md
+37-27
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,9 @@ Download tarball for the version you want to try.
9
9
-`netplugin` and `netmaster` are main binaries which are part of contiv networking.
10
10
-`netctl` is command line utinlity you will need to talk to netmaster.
11
11
12
-
## How to start netmaster ?
12
+
## How to start netmaster ?
13
13
14
-
We recommend starting netmaster on master node in your master slave architecture. You can start netmaster in HA mode and appropriate netmaster node will handle all the queries from end user.
14
+
We recommend starting netmaster on master node in your master slave architecture. You can start netmaster in HA mode and appropriate netmaster node will handle all the queries from end user.
15
15
16
16
```
17
17
netmaster --help
@@ -30,41 +30,51 @@ Usage: netmaster [OPTION]...
30
30
prints current version
31
31
```
32
32
33
-
## How to start netplugin ?
33
+
## How to start netplugin ?
34
34
35
35
You start netplugin on each node in your cluster.
36
36
37
37
```
38
38
netplugin --help
39
-
Usage of netplugin:
40
-
-cluster-store string
41
-
state store url (default "etcd://127.0.0.1:2379")
42
-
-config string
43
-
plugin configuration. Use '-' to read configuration from stdin
44
-
-ctrl-ip string
45
-
Local ip address to be used for control communication
46
-
-debug
47
-
Show debugging information generated by netplugin
48
-
-host-label string
49
-
label used to identify endpoints homed for this host, default is host name. If -config flag is used then host-label must be specified in the the configuration passed. (default "aci-testbed-swarm-1")
50
-
-json-log
51
-
Format logs as JSON
52
-
-plugin-mode string
53
-
plugin mode docker|kubernetes (default "docker")
54
-
-syslog string
55
-
Log to syslog at proto://ip:port -- use 'kernel' to log via kernel syslog
0 commit comments