Skip to content

Commit

Permalink
Update karbon documentation for active_passive_config
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Miles committed May 25, 2021
1 parent d54b91c commit e426194
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions website/docs/r/karbon_cluster.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,16 @@ The following arguments are supported:
* `master_node_pool`: - (Required) Configuration of the master node pools.
* `cni_config`: - (Required) K8s cluster networking configuration. The flannel or the calico configuration needs to be provided.

### Active Passive Config

If you plan to use multi-master (which you should for production), then you need to set the `active_passive_config` block.
The `external_ipv4_address` should be an IP address in your subnet range, as this will be a VRRP IP that will 'bounce' between masters.

```
active_passive_config {
external_ipv4_address = "10.100.10.100"
```

### Storage Class Config

The storage_class_config attribute supports the following:
Expand Down

0 comments on commit e426194

Please sign in to comment.