File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ spec:
104
104
Configuring control node and switch users is done either passing
105
105
` --default-password-hash ` to ` hhfab init ` or editing the resulting ` fab.yaml `
106
106
file emitted by ` hhfab init ` . The default username on the control node is
107
- core.
107
+ ` core ` .
108
108
109
109
#### Switch Users
110
110
There are two users on the switches, ` admin ` and ` operator ` . The ` operator ` user has
@@ -113,8 +113,8 @@ broad administrative power on the switch.
113
113
In order to avoid conflicts, do not use the following usernames: ` operator ` ,` hhagent ` ,` netops ` .
114
114
115
115
### 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 ) .
118
118
119
119
### Control Node
120
120
The control node is the host that manages all the switches, runs k3s, and serves images.
@@ -171,7 +171,6 @@ spec:
171
171
- loadavg
172
172
- meminfo
173
173
collectSyslogEnabled: true # collect /var/log/syslog on switches and forward to the lokiTargets
174
-
175
174
```
176
175
177
176
For additional options, see the ` AlloyConfig ` [ struct in Fabric repo] ( https://github.com/githedgehog/fabric/blob/master/api/meta/alloy.go ) .
You can’t perform that action at this time.
0 commit comments