Update minikube guide links.

# Conflicts:
#	spring-cloud-kubernetes-examples/kubernetes-circuitbreaker-ribbon-example/readme.md
#	spring-cloud-kubernetes-examples/kubernetes-hello-world-example/README.md
#	spring-cloud-kubernetes-examples/kubernetes-leader-election-example/README.md
#	spring-cloud-kubernetes-examples/kubernetes-reload-example/README.md
#	spring-cloud-kubernetes-examples/kubernetes-zipkin-example/README.md
This commit is contained in:
Olga Maciaszek-Sharma
2021-01-19 17:38:05 +01:00
parent 4d7644013d
commit 0e8a8848bb
4 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ As the Spring Cloud LoadBalancer for Kubernetes is configured within this exampl
### Running the example
This project example runs on ALL the Kubernetes or OpenShift environments, but for development purposes you can use [Minikube - Kubernetes](https://kubernetes.io/docs/getting-started-guides/minikube/) tool
This project example runs on ALL the Kubernetes or OpenShift environments, but for development purposes you can use [Minikube - Kubernetes](https://minikube.sigs.k8s.io/docs/start/) tool
to install the platform locally within a virtual machine managed by VirtualBox, Xhyve or KVM, with no fuss.
IMPORTANT: In order for this setup to work, you need to grant permissions to retrieve "pods", "services" and "enpoints" to the serviceaccont that will be used with the greeting-service.