chore: fixed titles missing from documents

This commit is contained in:
David Allen 2025-07-22 12:54:37 -06:00
parent 31bf2031d6
commit 60b4a0cf8b
Signed by: towk
GPG key ID: 793B2924A49B3A3F
16 changed files with 26 additions and 0 deletions

View file

@ -1 +1,3 @@
# Using Image Layers to Customize Boot Image with a Common Base
Often, we want to allocate nodes for different purposes using different images. Let's use the base image that we created before and create another Kubernetes layer called `kubernetes-worker` based on the `base` image we created before. We would need to modify the boot script to use this new Kubernetes image and update cloud-init set up the nodes.