10000 Fix some issues with independent/high-availability.md (#8901) · ArduinoBot/website@7d0bce5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7d0bce5

Browse files
ajaegerk8s-ci-robot
authored andcommitted
Fix some issues with independent/high-availability.md (kubernetes#8901)
Fix some hugo transition issues: * Use `file` as code syntax following our style guide and fixing bug kubernetes#8868 * Reformat Note so that it's not displayed as text. Closes: kubernetes#8868
1 parent 3c1c581 commit 7d0bce5

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

content/en/docs/setup/independent/high-availability.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,7 @@ For **Option 2**: you can skip to the next step. Any reference to `etcd0`, `etcd
117117
EOF
118118
```
119119
120-
{{< note >}}
121-
**Optional:** You can modify `ca-csr.json` to add a section for `names`.
120+
{{< note >}}**Optional:** You can modify `ca-csr.json` to add a section for `names`.
122121
See [the CFSSL wiki](https://github.com/cloudflare/cfssl/wiki/Creating-a-new-CSR) for an example.
123122
{{< /note >}}
124123
@@ -368,7 +367,7 @@ As an example we outline a simple setup based on keepalived. Depending on enviro
368367

369368
1. Install keepalived, e.g. using your distribution's package manager. The configuration shown here works with version `1.3.5` but is expected to work with may other versions. Make sure to have it enabled (chkconfig, systemd, ...) so that it starts automatically when the respective node comes up.
370369
371-
2. Create the following configuration file _/etc/keepalived/keepalived.conf_ on all master nodes:
370+
2. Create the following configuration file `/etc/keepalived/keepalived.conf` on all master nodes:
372371
```none
373372
! Configuration File for keepalived
374373
global_defs {
@@ -409,7 +408,7 @@ As an example we outline a simple setup based on keepalived. Depending on enviro
409408
* `auth_pass` use any random string here.
410409
* `virtual_ipaddresses` should contain the virtual IP for the master nodes.
411410
412-
3. Install the following health check script to _/etc/keepalived/check_apiserver.sh_ on all master nodes:
411+
3. Install the following health check script to `/etc/keepalived/check_apiserver.sh` on all master nodes:
413412
```bash
414413
#!/bin/sh
415414

0 commit comments

Comments
 (0)
0