You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A terraform provider for [minikube!](https://minikube.sigs.k8s.io/docs/)
8
6
7
+
The goal of this project is to allow developers to create minikube clusters and integrate it with common kubernetes terraform providers such as [hashicorp/kubernetes](https://registry.terraform.io/providers/hashicorp/kubernetes/2.12.1) and [hashicorp/helm](https://registry.terraform.io/providers/hashicorp/helm/2.6.0) all within the comfort of Minikube!
8
+
9
+
You can learn more about how to use the provider at https://registry.terraform.io/providers/scott-the-programmer/minikube/latest/docs
10
+
9
11
## Installing your preferred driver
10
12
11
13
If you don't have minikube installed, or have never run minikube before, you'll need to install your corresponding driver first
Copy file name to clipboardExpand all lines: docs/index.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,8 @@ description: |-
8
8
9
9
A terraform provider for [minikube!](https://minikube.sigs.k8s.io/docs/)
10
10
11
+
The goal of this project is to allow developers to create minikube clusters and integrate it with common kubernetes terraform providers such as [hashicorp/kubernetes](https://registry.terraform.io/providers/hashicorp/kubernetes/2.12.1) and [hashicorp/helm](https://registry.terraform.io/providers/hashicorp/helm/2.6.0) all within the comfort of Minikube!
12
+
11
13
## Installing your preferred driver
12
14
13
15
If you don't have minikube installed, or have never run minikube before, you'll need to install your corresponding driver first
You can find the drivers published in the [minikube releases section](https://github.com/kubernetes/minikube/releases). Simply download the
27
29
preferred driver and copy it to your .minikube/bin folder and ensure the current user has sufficient access
28
30
29
-
### Living dangerously
31
+
### Automatic Install (discouraged)
32
+
33
+
You can invoke a simple bootstrap script called [install-driver.sh](https://github.com/scott-the-programmer/terraform-provider-minikube/blob/main/bootstrap/install-driver.sh)
Copy file name to clipboardExpand all lines: templates/index.md.tmpl
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,8 @@ description: |-
8
8
9
9
A terraform provider for [minikube!](https://minikube.sigs.k8s.io/docs/)
10
10
11
+
The goal of this project is to allow developers to create minikube clusters and integrate it with common kubernetes terraform providers such as [hashicorp/kubernetes](https://registry.terraform.io/providers/hashicorp/kubernetes/2.12.1) and [hashicorp/helm](https://registry.terraform.io/providers/hashicorp/helm/2.6.0) all within the comfort of Minikube!
12
+
11
13
## Installing your preferred driver
12
14
13
15
If you don't have minikube installed, or have never run minikube before, you'll need to install your corresponding driver first
You can find the drivers published in the [minikube releases section](https://github.com/kubernetes/minikube/releases). Simply download the
27
29
preferred driver and copy it to your .minikube/bin folder and ensure the current user has sufficient access
28
30
29
-
### Living dangerously
31
+
### Automatic Install (discouraged)
32
+
33
+
You can invoke a simple bootstrap script called [install-driver.sh](https://github.com/scott-the-programmer/terraform-provider-minikube/blob/main/bootstrap/install-driver.sh)
0 commit comments