Skip to content

Commit a362dc4

Browse files
committed
docs: Specify SysctlsForbidden error in allowedUnsafeSysctls documentation
1 parent ee2b49f commit a362dc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/content/en/preview/concepts/nodeclasses.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ spec:
336336
Once the node is configured with `allowedUnsafeSysctls`, you can use the sysctls in your Pod specifications via the `securityContext.sysctls` field. For detailed information on how to configure sysctls in your Pods, see the [Kubernetes documentation on sysctls](https://kubernetes.io/docs/tasks/administer-cluster/sysctl-cluster/).
337337

338338
{{% alert title="Note" color="primary" %}}
339-
The sysctls specified in the Pod must be included in the node's `allowedUnsafeSysctls` list. If you try to use a sysctl that is not allowed, the Pod will fail to start with an error.
339+
The sysctls specified in the Pod must be included in the node's `allowedUnsafeSysctls` list. If you try to use a sysctl that is not allowed, the Pod will fail to start with a `SysctlsForbidden` error.
340340
{{% /alert %}}
341341

342342
#### Pods Per Core

0 commit comments

Comments
 (0)