diff --git a/doc/usage/al2.md b/doc/usage/al2.md index e98d87c7a..8f6f88543 100644 --- a/doc/usage/al2.md +++ b/doc/usage/al2.md @@ -105,7 +105,7 @@ echo "$(jq ".registryPullQPS=20 | .registryBurst=40" /etc/kubernetes/kubelet/kub There are a couple of important caveats here: 1. If you update the `kubelet` config file after `kubelet` has already started (i.e. `bootstrap.sh` already ran), you'll need to restart `kubelet` to pick up the latest configuration. -2. [bootstrap.sh](https://github.com/awslabs/amazon-eks-ami/blob/main/src/runtime/bootstrap.sh) does modify a few fields, like `kubeReserved` and `evictionHard`, so you'd need to modify the config after the bootstrap script is run and restart `kubelet` to overwrite those properties. +2. [bootstrap.sh](https://github.com/awslabs/amazon-eks-ami/blob/main/templates/al2/runtime/bootstrap.sh) does modify a few fields, like `kubeReserved` and `evictionHard`, so you'd need to modify the config after the bootstrap script is run and restart `kubelet` to overwrite those properties. **View active kubelet config**