We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09159f4 commit 54e2ec7Copy full SHA for 54e2ec7
kind-config.yaml
@@ -2,9 +2,9 @@ kind: Cluster
2
apiVersion: kind.x-k8s.io/v1alpha4
3
nodes:
4
- role: control-plane
5
- image: kindest/node:v1.19.1@sha256:98cf5288864662e37115e362b23e4369c8c4a408f99cbc06e58ac30ddc721600
+ image: kindest/node:v1.23.0@sha256:49824ab1727c04e56a21a5d8372a402fcd32ea51ac96a2706a12af38934f81ac
6
- role: worker
7
8
extraPortMappings:
9
- containerPort: 5900
10
hostPort: 5900
0 commit comments