Last active
May 13, 2022 20:02
-
-
Save bentito/c72db53bc01a5f394d3dd4cfdc1220cd to your computer and use it in GitHub Desktop.
Building kind node-image for a given k8s tag
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
See comments to this gist for how to build a kind node-image for a given k8s tag |
Author
bentito
commented
May 13, 2022
# name: kind-config-1.25.yaml
kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
nodes:
- role: control-plane
image: kindest/node:v1.25.0.alpha.0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment