mirror of
https://github.com/kubernetes-sigs/kind.git
synced 2025-11-30 23:16:04 +07:00
Merge pull request #1043 from BenTheElder/base-image-minor-docs-update
minor update to base image docs
This commit is contained in:
@@ -28,8 +28,9 @@ the container truly boots
|
||||
- we do a few tricks to minimize unnecessary services and inform systemd that it
|
||||
is in docker (see the [Dockerfile][dockerfile])
|
||||
|
||||
This image is based on `ubuntu:18.04` image
|
||||
due to high availability of tooling.
|
||||
This image is based on the `ubuntu` image which starts relatively small for
|
||||
a Kubernetes node image, has near exclusively packages we need, and has
|
||||
relatively up to date packages.
|
||||
We strive to minimize the image size where possible.
|
||||
|
||||
[base image]: https://sigs.k8s.io/kind/images/base
|
||||
|
||||
Reference in New Issue
Block a user