Skip to content

Commit 499066e

Browse files
mrbojangles3qmonnet
andcommitted
Apply suggestions from Quentin
Co-authored-by: Quentin Monnet <[email protected]>
1 parent 9b088d9 commit 499066e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/install-upgrade/config.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ spec:
104104
Configuring control node and switch users is done either passing
105105
`--default-password-hash` to `hhfab init` or editing the resulting `fab.yaml`
106106
file emitted by `hhfab init`. The default username on the control node is
107-
core.
107+
`core`.
108108

109109
#### Switch Users
110110
There are two users on the switches, `admin` and `operator`. The `operator` user has
@@ -113,8 +113,8 @@ broad administrative power on the switch.
113113
In order to avoid conflicts, do not use the following usernames: `operator`,`hhagent`,`netops`.
114114

115115
### NTP and DHCP
116-
The control node uses public ntp servers from cloudflare and google by default.
117-
The control node runs a dhcp server on the management network. See the [example file](#complete-example-file).
116+
The control node uses public NTP servers from Cloudflare and Google by default.
117+
The control node runs a DHCP server on the management network. See the [example file](#complete-example-file).
118118

119119
### Control Node
120120
The control node is the host that manages all the switches, runs k3s, and serves images.
@@ -171,7 +171,6 @@ spec:
171171
- loadavg
172172
- meminfo
173173
collectSyslogEnabled: true # collect /var/log/syslog on switches and forward to the lokiTargets
174-
175174
```
176175

177176
For additional options, see the `AlloyConfig` [struct in Fabric repo](https://github.com/githedgehog/fabric/blob/master/api/meta/alloy.go).

0 commit comments

Comments
 (0)