Hugo: Fix getting-started-guides/scratch.md (#8899)
Fix the display of notes on the page so that hugo formats it correctly. Without this change, the content is formatted as code.pull/8955/head
parent
a8577f60c2
commit
25d566650b
|
@ -492,15 +492,14 @@ You will need to run one or more instances of etcd.
|
||||||
- Not highly available, but easy to restore - Run one etcd instance, with its log written to a directory backed
|
- Not highly available, but easy to restore - Run one etcd instance, with its log written to a directory backed
|
||||||
by durable storage (RAID, GCE PD).
|
by durable storage (RAID, GCE PD).
|
||||||
|
|
||||||
{{< note >}}
|
{{< note >}}**Note:** May result in operations outages in case of
|
||||||
**Note:** May result in operations outages in case of instance outage.
|
instance outage. {{< /note >}}
|
||||||
{{< /note >}}
|
|
||||||
- Highly available - Run 3 or 5 etcd instances with non durable storage.
|
- Highly available - Run 3 or 5 etcd instances with non durable storage.
|
||||||
|
|
||||||
{{< note >}}
|
{{< note >}}**Note:** Log can be written to non-durable storage
|
||||||
**Note:** Log can be written to non-durable storage because storage is replicated.
|
because storage is replicated.{{< /note >}}
|
||||||
{{< /note >}}
|
|
||||||
See [cluster-troubleshooting](/docs/admin/cluster-troubleshooting/) for more discussion on factors affecting cluster
|
See [cluster-troubleshooting](/docs/admin/cluster-troubleshooting/) for more discussion on factors affecting cluster
|
||||||
availability.
|
availability.
|
||||||
|
|
||||||
To run an etcd instance:
|
To run an etcd instance:
|
||||||
|
|
Loading…
Reference in New Issue