mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-27 05:28:22 +00:00
Add Weave content
This commit is contained in:
committed by
Denise Schannon
parent
9deff7b4bd
commit
793de5b87d
@@ -62,6 +62,24 @@ network:
|
||||
calico_cloud_provider: aws
|
||||
```
|
||||
|
||||
### Weave Network Plug-in Options
|
||||
|
||||
```yaml
|
||||
network:
|
||||
plugin: "weave"
|
||||
```
|
||||
|
||||
#### Weave encryption
|
||||
|
||||
Weave encryption can be enabled by using a weave string password, in rke config weave encryption can be enabled by adding the `password` option to `weave_network_provider`:
|
||||
|
||||
```yaml
|
||||
network:
|
||||
plugin: "weave"
|
||||
weave_network_provider:
|
||||
password: "Q]SZOQ5wp@n$oijz"
|
||||
```
|
||||
|
||||
#### Cloud Provider
|
||||
|
||||
Calico currently only supports 2 cloud providers, AWS or GCE, which can be set using `calico_cloud_provider`.
|
||||
|
||||
Reference in New Issue
Block a user