Skip to content

Commit fb1fab9

Browse files
authored
Merge pull request #751 from VaynerAkaWalo/fix-fsn1-location-code
Fix typo: fns1 -> fsn1 for Falkenstein location code
2 parents 8dfefb8 + 711133a commit fb1fab9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/Masters_in_different_locations.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@ If you already have a cluster with a single master or three masters in the same
1111
Before you begin, make sure to back up all your applications and data! This is crucial. While the migration process is relatively simple, there is always some level of risk involved.
1212

1313
- Set the `instance_count` for the masters pool to 3 if your cluster currently has only one master.
14-
- Update the `locations` setting for the masters pool to include `fns1`, `hel1`, and `nbg1` like this:
14+
- Update the `locations` setting for the masters pool to include `fsn1`, `hel1`, and `nbg1` like this:
1515

1616
```yaml
1717
locations:
18-
- fns1
18+
- fsn1
1919
- hel1
2020
- nbg1
2121
```
2222
2323
The locations are always processed in alphabetical order, regardless of how you list them in the `locations` property. This ensures consistency, especially when replacing a master due to node failure or other issues.
2424

2525
- If your cluster currently has a single master, run the `create` command with the updated configuration. This will create `master2` in Helsinki and `master3` in Nuremberg. Wait for the operation to complete and confirm that all three masters are in a ready state.
26-
- If `master1` is not in Falkenstein (fns1):
26+
- If `master1` is not in Falkenstein (fsn1):
2727
- Drain `master1`.
2828
- Delete `master1` using the command `kubectl delete node {cluster-name}-master1`.
2929
- Remove the `master1` instance via the Hetzner Console or the `hcloud` utility.

0 commit comments

Comments
 (0)