diff --git a/README.md b/README.md index c9dbf7fe..a71d9430 100644 --- a/README.md +++ b/README.md @@ -68,17 +68,11 @@ kind: Cluster apiVersion: kind.x-k8s.io/v1alpha4 nodes: - role: control-plane - image: kindest/node:v1.33.1 + image: kindest/node:v1.34.0 - role: worker - image: kindest/node:v1.33.1 + image: kindest/node:v1.34.0 - role: worker - image: kindest/node:v1.33.1 -featureGates: - # Enable the corresponding DRA feature gates - DynamicResourceAllocation: true - DRAResourceClaimDeviceStatus: true -runtimeConfig: - api/beta : true + image: kindest/node:v1.34.0 ``` Then to create the cluster: diff --git a/kind.yaml b/kind.yaml index 833c1e7d..ae6e3311 100644 --- a/kind.yaml +++ b/kind.yaml @@ -15,7 +15,7 @@ kind: Cluster apiVersion: kind.x-k8s.io/v1alpha4 nodes: - role: control-plane - image: kindest/node:v1.33.1 + image: kindest/node:v1.34.0@7416a61b42b1662ca6ca89f02028ac133a309a2a30ba309614e8ec94d976dc5a kubeadmConfigPatches: # Enable the corresponding version of the resource.k8s.io API - | @@ -33,7 +33,7 @@ nodes: kubeletExtraArgs: v: "5" - role: worker - image: kindest/node:v1.33.1 + image: kindest/node:v1.34.0@7416a61b42b1662ca6ca89f02028ac133a309a2a30ba309614e8ec94d976dc5a kubeadmConfigPatches: - | kind: JoinConfiguration @@ -41,16 +41,10 @@ nodes: kubeletExtraArgs: v: "5" - role: worker - image: kindest/node:v1.33.1 + image: kindest/node:v1.34.0@7416a61b42b1662ca6ca89f02028ac133a309a2a30ba309614e8ec94d976dc5a kubeadmConfigPatches: - | kind: JoinConfiguration nodeRegistration: kubeletExtraArgs: v: "5" -featureGates: - # Enable the corresponding DRA feature gates - DynamicResourceAllocation: true - DRAResourceClaimDeviceStatus: true -runtimeConfig: - api/beta : true