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.
There are some rules around how to case titles in English.
I justed used the default of tcc[1]: Chicago Manual of Style.
1: https://github.com/nickjj/title-case-converter
Signed-off-by: Sven Strittmatter <sven.strittmatter@iteratec.com>
Copy file name to clipboardExpand all lines: docs/developer-guide/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ The operator is written in Golang. To build the operator you will need to instal
12
12
13
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.
14
14
15
-
#### Operating your local kubernetes cluster
15
+
#### Operating Your Local Kubernetes Cluster
16
16
17
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/)
18
18
@@ -46,7 +46,7 @@ export S3_USE_SSL="false" # This ensures that the operator will connect even wit
0 commit comments