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

Commit 4123f7c

Browse files
committed
#24 Remove trailing spaces from developerguide
Signed-off-by: Sven Strittmatter <sven.strittmatter@iteratec.com>
1 parent ac9af9a commit 4123f7c

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

docs/developer-guide/README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,17 @@
44

55
### Prerequisites
66

7-
#### Golang
7+
#### Golang
88

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/).
1110

1211
#### Minikube or Kind
1312

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

1715
#### Operating your local kubernetes cluster
1816

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/)
2018

2119
#### Minio
2220

@@ -30,7 +28,7 @@ $ podman run --name minio -p 9000:9000 minio/minio server /data
3028
$ docker run --name minio -p 9000:9000 minio/minio server /data
3129
```
3230

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.
3432
The default credentials for your minio instance are *minioadmin:minioadmin*.
3533
You might change those.
3634

0 commit comments

Comments
 (0)