Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit ce7acdb

Browse files
authored
Add note on kubernetes on Mac and Windows
1 parent eba2a33 commit ce7acdb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/developer-guide/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ To build the operator you will need to install [Go](https://golang.org/).
1111

1212
#### Minikube or Kind
1313

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.
1616

1717
#### Operating your local kubernetes cluster
1818

@@ -97,4 +97,4 @@ We're using snake_case (lower case) for json attributes. If an enum type is used
9797
},
9898
"location": "tcp://127.0.0.1:3306"
9999
}
100-
```
100+
```

0 commit comments

Comments
 (0)