Skip to content
This repository was archived by the owner on May 6, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
12 changes: 3 additions & 9 deletions kind.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
- |
Expand All @@ -33,24 +33,18 @@ 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"
- 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
Loading