Use a glossary tooltip for "node"

This commit is contained in:
Tim Bannister 2021-10-16 12:24:54 +01:00
parent ee588f6d2b
commit 5d5a2125c5
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ Seccomp stands for secure computing mode and has been a feature of the Linux
kernel since version 2.6.12. It can be used to sandbox the privileges of a kernel since version 2.6.12. It can be used to sandbox the privileges of a
process, restricting the calls it is able to make from userspace into the process, restricting the calls it is able to make from userspace into the
kernel. Kubernetes lets you automatically apply seccomp profiles loaded onto a kernel. Kubernetes lets you automatically apply seccomp profiles loaded onto a
Node to your Pods and containers. {{< glossary_tooltip text="node" term_id="node" >}} to your Pods and containers.
Identifying the privileges required for your workloads can be difficult. In this Identifying the privileges required for your workloads can be difficult. In this
tutorial, you will go through how to load seccomp profiles into a local tutorial, you will go through how to load seccomp profiles into a local