Reformat README file

This commit is contained in:
Rakesh Venkatesh
2020-03-02 14:45:02 +01:00
parent 12779a016f
commit 2ec59cf8af
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
# Setting up the Environment
To play with these examples, you can install locally Kubernetes & Docker using `[Minikube](https://kubernetes.io/docs/getting-started-guides/minikube/)` within a Virtual Machine
To play with these examples, you can install locally Kubernetes & Docker using [Minikube](https://kubernetes.io/docs/getting-started-guides/minikube/) within a Virtual Machine
managed by a hypervisor (Xhyve, Virtualbox or KVM) if your machine is not a native Unix operating system.

View File

@@ -3,7 +3,7 @@
## Setting up the Environment
This example uses a Fabric8 Maven Plugin to deploy an application to a Kubernetes cluster.
To try it locally, download and install `[Minikube](https://kubernetes.io/docs/getting-started-guides/minikube/)`.
To try it locally, download and install [Minikube](https://kubernetes.io/docs/getting-started-guides/minikube/).
Once Minikube is downloaded, start it with the following command:
```

View File

@@ -1,7 +1,7 @@
# Setting up the Environment
To play with these examples, you can install locally Kubernetes & Docker using `[Minikube](https://kubernetes.io/docs/getting-started-guides/minikube/)` within a Virtual Machine
To play with these examples, you can install locally Kubernetes & Docker using [Minikube](https://kubernetes.io/docs/getting-started-guides/minikube/) within a Virtual Machine
managed by a hypervisor (Xhyve, Virtualbox or KVM) if your machine is not a native Unix operating system.