We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a80611f commit 028c1e6Copy full SHA for 028c1e6
test/setup/kind/v1.30/kind-config.yml
@@ -3,9 +3,9 @@ kind: Cluster
3
apiVersion: kind.x-k8s.io/v1alpha4
4
nodes:
5
- role: control-plane
6
- image: kindest/node:v1.30.4
+ image: kindest/node:v1.30.6
7
- role: worker
8
9
extraPortMappings:
10
- containerPort: 80
11
hostPort: 80
test/setup/kind/v1.31/kind-config.yml
- image: kindest/node:v1.31.1
+ image: kindest/node:v1.31.2
0 commit comments