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
{{ message }}
This repository was archived by the owner on Oct 14, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: docs/developer-guide/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,8 @@ To build the operator you will need to install [Go](https://golang.org/).
11
11
12
12
#### Minikube or Kind
13
13
14
-
For local development we recommend to use [Minikube](https://kubernetes.io/docs/tasks/tools/install-minikube/) or [kind](https://github.com/kubernetes-sigs/kind).
15
-
Both projects will enable you to run a local kubernetes cluster on your development machine.
14
+
For local development we recommend to use [Minikube](https://kubernetes.io/docs/tasks/tools/install-minikube/) or [kind](https://github.com/kubernetes-sigs/kind). If you are using MacOS or Windows you can also use the kubernetes cluster included within Docker for Mac/Windows.
15
+
All of these tools will enable you to run a local kubernetes cluster on your development machine.
16
16
17
17
#### Operating your local kubernetes cluster
18
18
@@ -97,4 +97,4 @@ We're using snake_case (lower case) for json attributes. If an enum type is used
0 commit comments