Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions content/operate/kubernetes/active-active/prepare-clusters.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ To communicate with other clusters, all participating clusters will need access
type: Opaque
```

{{< note >}}
The `username` and `password` values should be base64 encoded, not plain text.
{{< /note >}}

1. Add the username and password to the new secret for that REC and namespace.

This example shows the collected secrets file (`all-rec-secrets.yaml`) for `rerc-ohare` (representing `rec-chicago` in namespace `ns-illinois`) and `rerc-reagan` (representing `rec-arlington` in namespace `ns-virginia`).
Expand Down