Skip to content

Commit

Permalink
Update etcd guide config option (#918)
Browse files Browse the repository at this point in the history
* Update etcd guide config option

Highlighted in issue #905 this configuration option was not updated when datastore was changed to bootstrap-datastore
  • Loading branch information
nhennigan authored Dec 20, 2024
1 parent 717ee0a commit 324cebb
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/src/charm/howto/etcd.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ crucial, particularly if you opt for an external datastore like **etcd**.
juju deploy etcd
```

This setup is straightforward but not recommended for production environments
due to a lack of high availability.
This setup is straightforward but not recommended for production
environments due to a lack of high availability.

- **High Availability Setup**:
- For environments where high availability is crucial, deploy etcd across at
Expand All @@ -58,7 +58,8 @@ crucial, particularly if you opt for an external datastore like **etcd**.
juju deploy etcd -n 3
```

This ensures that your etcd cluster remains available even if one node fails.
This ensures that your etcd cluster remains available even if one node
fails.

## Integrating etcd with EasyRSA

Expand All @@ -75,7 +76,7 @@ juju integrate etcd easyrsa
Deploy the control plane units of {{product}} with the command:

```bash
juju deploy k8s --config datastore=etcd -n 3
juju deploy k8s --config bootstrap-datastore=etcd -n 3
```

This command deploys 3 units of the {{product}} control plane (`k8s`)
Expand Down

0 comments on commit 324cebb

Please sign in to comment.