Skip to content

Commit 32833a6

Browse files
Update containers/kubernetes/reference-content/modifying-kernel-parameters-kubernetes-cluster.mdx
Co-authored-by: ldecarvalho-doc <[email protected]>
1 parent bc82d1b commit 32833a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

containers/kubernetes/reference-content/modifying-kernel-parameters-kubernetes-cluster.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Kernel parameters, managed via the `sysctl` command, are grouped into different
4343

4444
To apply kernel parameter changes across all nodes in the cluster, you can create a Kubernetes DaemonSet that runs privileged pods. This will ensure the changes are applied to every node.
4545

46-
Create a YAML file (e.g., `sysctl-daemonset.yaml`), copy/paste the follwoing content into the file, save it and exit the text editor:
46+
Create a YAML file (e.g., `sysctl-daemonset.yaml`), copy/paste the following content into the file, save it and exit the text editor:
4747

4848
```yaml
4949
apiVersion: apps/v1

0 commit comments

Comments
 (0)