|
64 | 64 | Type: schema.TypeSet, |
65 | 65 | Description: "A set of apiserver IP Addresses which are used in the generated certificate for kubernetes. This can be used if you want to make the apiserver available from outside the machine", |
66 | 66 |
|
67 | | - Computed: true, |
68 | | - |
69 | 67 | Optional: true, |
70 | 68 | ForceNew: true, |
71 | 69 |
|
@@ -137,7 +135,7 @@ var ( |
137 | 135 | Optional: true, |
138 | 136 | ForceNew: true, |
139 | 137 |
|
140 | | - Default: "gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279", |
| 138 | + Default: "gcr.io/k8s-minikube/kicbase:v0.0.47@sha256:6ed579c9292b4370177b7ef3c42cc4b4a6dcd0735a1814916cbc22c8bf38412b", |
141 | 139 | }, |
142 | 140 |
|
143 | 141 | "binary_mirror": { |
@@ -375,7 +373,7 @@ var ( |
375 | 373 |
|
376 | 374 | "extra_disks": { |
377 | 375 | Type: schema.TypeInt, |
378 | | - Description: "Number of extra disks created and attached to the minikube VM (currently only implemented for hyperkit, kvm2, and qemu2 drivers)", |
| 376 | + Description: "Number of extra disks created and attached to the minikube VM (currently only implemented for hyperkit, kvm2, qemu2, and vfkit drivers)", |
379 | 377 |
|
380 | 378 | Optional: true, |
381 | 379 | ForceNew: true, |
@@ -600,7 +598,7 @@ var ( |
600 | 598 |
|
601 | 599 | "kubernetes_version": { |
602 | 600 | Type: schema.TypeString, |
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'.", |
| 601 | + Description: "The Kubernetes version that the minikube VM will use (ex: v1.2.3, 'stable' for v1.33.1, 'latest' for v1.33.1). Defaults to 'stable'.", |
604 | 602 |
|
605 | 603 | Optional: true, |
606 | 604 | ForceNew: true, |
@@ -826,7 +824,7 @@ var ( |
826 | 824 |
|
827 | 825 | "network": { |
828 | 826 | Type: schema.TypeString, |
829 | | - Description: "network to run minikube with. Now it is used by docker/podman and KVM drivers. If left empty, minikube will create a new network.", |
| 827 | + Description: "network to run minikube with. Used by docker/podman, qemu, kvm, and vfkit drivers. If left empty, minikube will create a new network.", |
830 | 828 |
|
831 | 829 | Optional: true, |
832 | 830 | ForceNew: true, |
@@ -1107,7 +1105,7 @@ var ( |
1107 | 1105 |
|
1108 | 1106 | "wait": { |
1109 | 1107 | Type: schema.TypeSet, |
1110 | | - Description: "comma separated list of Kubernetes components to verify and wait for after starting a cluster. defaults to \"apiserver,system_pods\", available options: \"apiserver,system_pods,default_sa,apps_running,node_ready,kubelet\" . other acceptable values are 'all' or 'none', 'true' and 'false'", |
| 1108 | + Description: "comma separated list of Kubernetes components to verify and wait for after starting a cluster. defaults to \"apiserver,system_pods\", available options: \"apiserver,system_pods,default_sa,apps_running,node_ready,kubelet,extra\" . other acceptable values are 'all' or 'none', 'true' and 'false'", |
1111 | 1109 |
|
1112 | 1110 | Optional: true, |
1113 | 1111 | ForceNew: true, |
|
0 commit comments