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:
@@ -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://minikube.sigs.k8s.io/docs/start/) within a Virtual Machine
|
||||
managed by a hypervisor (Xhyve, Virtualbox or KVM) if your machine is not a native Unix operating system.
|
||||
|
||||
|
||||
|
||||
@@ -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://minikube.sigs.k8s.io/docs/start/).
|
||||
|
||||
Once Minikube is downloaded, start it with the following command:
|
||||
```
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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://minikube.sigs.k8s.io/docs/start/) within a Virtual Machine
|
||||
managed by a hypervisor (Xhyve, Virtualbox or KVM) if your machine is not a native Unix operating system.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user