Skip to content

Commit 646f08e

Browse files
rebuild schema
1 parent 75d9746 commit 646f08e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

minikube/schema_cluster.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ var (
137137
Optional: true,
138138
ForceNew: true,
139139

140-
Default: "gcr.io/k8s-minikube/kicbase:v0.0.45@sha256:81df288595202a317b1a4dc2506ca2e4ed5f22373c19a441b88cfbf4b9867c85",
140+
Default: "gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279",
141141
},
142142

143143
"binary_mirror": {
@@ -415,7 +415,7 @@ var (
415415

416416
"gpus": {
417417
Type: schema.TypeString,
418-
Description: "Allow pods to use your NVIDIA GPUs. Options include: [all,nvidia] (Docker driver with Docker container-runtime only)",
418+
Description: "Allow pods to use your GPUs. Options include: [all,nvidia,amd] (Docker driver with Docker container-runtime only)",
419419

420420
Optional: true,
421421
ForceNew: true,
@@ -600,7 +600,7 @@ var (
600600

601601
"kubernetes_version": {
602602
Type: schema.TypeString,
603-
Description: "The Kubernetes version that the minikube VM will use (ex: v1.2.3, 'stable' for v1.31.0, 'latest' for v1.31.0). Defaults to 'stable'.",
603+
Description: "The Kubernetes version that the minikube VM will use (ex: v1.2.3, 'stable' for v1.32.0, 'latest' for v1.32.0). Defaults to 'stable'.",
604604

605605
Optional: true,
606606
ForceNew: true,

0 commit comments

Comments
 (0)