AWS eks documentation change
Summary
Fixed grammar in containerd runtime documentation ('an hybrid node' → 'a hybrid node')
Security assessment
Minor grammatical fix in container runtime section. No security implications or security feature documentation added.
Diff
diff --git a/eks/latest/userguide/hybrid-nodes-security.md b/eks/latest/userguide/hybrid-nodes-security.md index ff0779cde..7bc703870 100644 --- a//eks/latest/userguide/hybrid-nodes-security.md +++ b//eks/latest/userguide/hybrid-nodes-security.md @@ -23 +23 @@ One example of software that might need security patching is `containerd`. -`containerd` is the standard Kubernetes container runtime and core dependency for EKS Hybrid Nodes, used for managing container lifecycle, including pulling images and managing container execution. On an hybrid node, you can install `containerd` through the [nodeadm CLI](https://docs.aws.amazon.com/eks/latest/userguide/hybrid-nodes-nodeadm.html) or manually. Depending on the operating system of your node, `nodeadm` will install `containerd` from the OS-distributed package or Docker package. +`containerd` is the standard Kubernetes container runtime and core dependency for EKS Hybrid Nodes, used for managing container lifecycle, including pulling images and managing container execution. On a hybrid node, you can install `containerd` through the [nodeadm CLI](https://docs.aws.amazon.com/eks/latest/userguide/hybrid-nodes-nodeadm.html) or manually. Depending on the operating system of your node, `nodeadm` will install `containerd` from the OS-distributed package or Docker package.