set kubelet hostname

This commit is contained in:
Kelsey Hightower
2025-04-07 17:08:56 -07:00
parent c9690e523a
commit ea9178edae
3 changed files with 35 additions and 5 deletions

View File

@@ -156,6 +156,16 @@ Create the `kubelet-config.yaml` configuration file:
}
```
Check if the kubelet service is running:
```bash
systemctl is-active kubelet
```
```text
active
```
Be sure to complete the steps in this section on each worker node, `node-0` and `node-1`, before moving on to the next section.
## Verification