Skip to content

Commit

Permalink
docs: fix typo in word governor
Browse files Browse the repository at this point in the history
Docs typo.

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
  • Loading branch information
ebCrypto authored and smira committed Feb 28, 2024
1 parent d81d490 commit 3a76402
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions website/content/v1.2/learn-more/knowledge-base.md
Expand Up @@ -68,9 +68,9 @@ promtail:
__path__: /var/log/audit/kube/*.log
```

## Setting CPU scaling governer
## Setting CPU scaling governor

While its possible to set [CPU scaling governer](https://kernelnewbies.org/Linux_5.9#CPU_Frequency_scaling) via `.machine.sysfs` it's sometimes cumbersome to set it for all CPU's individually.
While its possible to set [CPU scaling governor](https://kernelnewbies.org/Linux_5.9#CPU_Frequency_scaling) via `.machine.sysfs` it's sometimes cumbersome to set it for all CPU's individually.
A more elegant approach would be set it via a kernel commandline parameter.
This also means that the options are applied way early in the boot process.

Expand Down
4 changes: 2 additions & 2 deletions website/content/v1.3/learn-more/knowledge-base.md
Expand Up @@ -68,9 +68,9 @@ promtail:
__path__: /var/log/audit/kube/*.log
```

## Setting CPU scaling governer
## Setting CPU scaling governor

While its possible to set [CPU scaling governer](https://kernelnewbies.org/Linux_5.9#CPU_Frequency_scaling) via `.machine.sysfs` it's sometimes cumbersome to set it for all CPU's individually.
While its possible to set [CPU scaling governor](https://kernelnewbies.org/Linux_5.9#CPU_Frequency_scaling) via `.machine.sysfs` it's sometimes cumbersome to set it for all CPU's individually.
A more elegant approach would be set it via a kernel commandline parameter.
This also means that the options are applied way early in the boot process.

Expand Down
4 changes: 2 additions & 2 deletions website/content/v1.4/learn-more/knowledge-base.md
Expand Up @@ -68,9 +68,9 @@ promtail:
__path__: /var/log/audit/kube/*.log
```

## Setting CPU scaling governer
## Setting CPU scaling governor

While its possible to set [CPU scaling governer](https://kernelnewbies.org/Linux_5.9#CPU_Frequency_scaling) via `.machine.sysfs` it's sometimes cumbersome to set it for all CPU's individually.
While its possible to set [CPU scaling governor](https://kernelnewbies.org/Linux_5.9#CPU_Frequency_scaling) via `.machine.sysfs` it's sometimes cumbersome to set it for all CPU's individually.
A more elegant approach would be set it via a kernel commandline parameter.
This also means that the options are applied way early in the boot process.

Expand Down
4 changes: 2 additions & 2 deletions website/content/v1.5/learn-more/knowledge-base.md
Expand Up @@ -68,9 +68,9 @@ promtail:
__path__: /var/log/audit/kube/*.log
```

## Setting CPU scaling governer
## Setting CPU scaling governor

While its possible to set [CPU scaling governer](https://kernelnewbies.org/Linux_5.9#CPU_Frequency_scaling) via `.machine.sysfs` it's sometimes cumbersome to set it for all CPU's individually.
While its possible to set [CPU scaling governor](https://kernelnewbies.org/Linux_5.9#CPU_Frequency_scaling) via `.machine.sysfs` it's sometimes cumbersome to set it for all CPU's individually.
A more elegant approach would be set it via a kernel commandline parameter.
This also means that the options are applied way early in the boot process.

Expand Down
4 changes: 2 additions & 2 deletions website/content/v1.6/learn-more/knowledge-base.md
Expand Up @@ -68,9 +68,9 @@ promtail:
__path__: /var/log/audit/kube/*.log
```

## Setting CPU scaling governer
## Setting CPU scaling governor

While its possible to set [CPU scaling governer](https://kernelnewbies.org/Linux_5.9#CPU_Frequency_scaling) via `.machine.sysfs` it's sometimes cumbersome to set it for all CPU's individually.
While its possible to set [CPU scaling governor](https://kernelnewbies.org/Linux_5.9#CPU_Frequency_scaling) via `.machine.sysfs` it's sometimes cumbersome to set it for all CPU's individually.
A more elegant approach would be set it via a kernel commandline parameter.
This also means that the options are applied way early in the boot process.

Expand Down
4 changes: 2 additions & 2 deletions website/content/v1.7/learn-more/knowledge-base.md
Expand Up @@ -68,9 +68,9 @@ promtail:
__path__: /var/log/audit/kube/*.log
```

## Setting CPU scaling governer
## Setting CPU scaling governor

While its possible to set [CPU scaling governer](https://kernelnewbies.org/Linux_5.9#CPU_Frequency_scaling) via `.machine.sysfs` it's sometimes cumbersome to set it for all CPU's individually.
While its possible to set [CPU scaling governor](https://kernelnewbies.org/Linux_5.9#CPU_Frequency_scaling) via `.machine.sysfs` it's sometimes cumbersome to set it for all CPU's individually.
A more elegant approach would be set it via a kernel commandline parameter.
This also means that the options are applied way early in the boot process.

Expand Down

0 comments on commit 3a76402

Please sign in to comment.