In kind, the node image is a black box used to create a working Kubernetes node. While the source code is open, the internal implementation and contents of these images are subject to change without notice to improve reliability, performance, or maintainability.
The Supported Contract:
kind only guarantees that a node image will:
- Create a working Kubernetes node at the advertised version.
- Be compatible with the
kind version it was released with (and best effort with other releases).
Warning: Do not depend on the specific internals, file paths, or implementation details of the node images. kind provides CNCF-conformant Kubernetes; anything inside the image that is not part of the Kubernetes conformance specification is considered an implementation detail and is not supported.