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
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,19 +4,17 @@
4
4
5
5
### Prerequisites
6
6
7
-
#### Golang
7
+
#### Golang
8
8
9
-
The operator is written in Golang.
10
-
To build the operator you will need to install [Go](https://golang.org/).
9
+
The operator is written in Golang. To build the operator you will need to install [Go](https://golang.org/).
11
10
12
11
#### Minikube or Kind
13
12
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.
13
+
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. All of these tools will enable you to run a local kubernetes cluster on your development machine.
16
14
17
15
#### Operating your local kubernetes cluster
18
16
19
-
To operate your (local) kubernetes cluster you will need to install [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/) and [helm](https://helm.sh/)
17
+
To operate your (local) kubernetes cluster you will need to install [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/) and [helm](https://helm.sh/)
20
18
21
19
#### Minio
22
20
@@ -30,7 +28,7 @@ $ podman run --name minio -p 9000:9000 minio/minio server /data
30
28
$ docker run --name minio -p 9000:9000 minio/minio server /data
31
29
```
32
30
33
-
In the Minio management GUI you will need to add a new bucket for the operator.
31
+
In the Minio management GUI you will need to add a new bucket for the operator.
34
32
The default credentials for your minio instance are *minioadmin:minioadmin*.
0 commit comments