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
Copy file name to clipboardExpand all lines: docs/weave.md
+2-21Lines changed: 2 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,25 +74,6 @@ This mode is best to use on dynamic size cluster
74
74
75
75
The seed mode also allows multi-clouds and hybrid on-premise/cloud clusters deployment.
76
76
77
-
* Switch from consensus mode to seed mode
77
+
* Switch from consensus mode to seed/Observation mode
78
78
79
-
```ShellSession
80
-
# In file ./inventory/sample/group_vars/k8s-cluster.yml
81
-
weave_mode_seed: true
82
-
```
83
-
84
-
These two variables are only used when `weave_mode_seed` is set to `true` (**/!\ do not manually change these values**)
85
-
86
-
```ShellSession
87
-
# In file ./inventory/sample/group_vars/k8s-cluster.yml
88
-
weave_seed: uninitialized
89
-
weave_peers: uninitialized
90
-
```
91
-
92
-
The first variable, `weave_seed`, contains the initial nodes of the weave network
93
-
94
-
The second variable, `weave_peers`, saves the IPs of all nodes joined to the weave network
95
-
96
-
These two variables are used to connect a new node to the weave network. The new node needs to know the firsts nodes (seed) and the list of IPs of all nodes.
97
-
98
-
To reset these variables and reset the weave network set them to `uninitialized`
79
+
See [weave ipam documentation](https://www.weave.works/docs/net/latest/tasks/ipam/ipam/) and use `weave_extra_args` to enable.
0 commit comments