From a70db321a585c417bffd1316a21d434e444f86a7 Mon Sep 17 00:00:00 2001 From: Olga Maciaszek-Sharma Date: Tue, 19 Jan 2021 17:38:05 +0100 Subject: [PATCH] Update minikube guide links. --- .../kubernetes-circuitbreaker-ribbon-example/readme.md | 2 +- .../kubernetes-hello-world-example/README.md | 2 +- .../kubernetes-leader-election-example/README.md | 2 +- .../kubernetes-loadbalancer-example/README.md | 2 +- .../kubernetes-reload-example/README.md | 2 +- .../kubernetes-zipkin-example/README.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/spring-cloud-kubernetes-examples/kubernetes-circuitbreaker-ribbon-example/readme.md b/spring-cloud-kubernetes-examples/kubernetes-circuitbreaker-ribbon-example/readme.md index 4e7e2002..4a36f1d5 100644 --- a/spring-cloud-kubernetes-examples/kubernetes-circuitbreaker-ribbon-example/readme.md +++ b/spring-cloud-kubernetes-examples/kubernetes-circuitbreaker-ribbon-example/readme.md @@ -5,7 +5,7 @@ As the Ribbon Kubernetes client is configured within this example, it will fetch ### Running the example -This project example runs on ALL the Kubernetes or OpenShift environments, but for development purposes you can use [Minishift - OpenShift](https://github.com/minishift/minishift) or [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 [Minishift - OpenShift](https://github.com/minishift/minishift) or [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. ### Build/Deploy using Minikube diff --git a/spring-cloud-kubernetes-examples/kubernetes-hello-world-example/README.md b/spring-cloud-kubernetes-examples/kubernetes-hello-world-example/README.md index 6c93f4aa..7b929433 100644 --- a/spring-cloud-kubernetes-examples/kubernetes-hello-world-example/README.md +++ b/spring-cloud-kubernetes-examples/kubernetes-hello-world-example/README.md @@ -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. diff --git a/spring-cloud-kubernetes-examples/kubernetes-leader-election-example/README.md b/spring-cloud-kubernetes-examples/kubernetes-leader-election-example/README.md index ad953e0b..530db828 100644 --- a/spring-cloud-kubernetes-examples/kubernetes-leader-election-example/README.md +++ b/spring-cloud-kubernetes-examples/kubernetes-leader-election-example/README.md @@ -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: ``` diff --git a/spring-cloud-kubernetes-examples/kubernetes-loadbalancer-example/README.md b/spring-cloud-kubernetes-examples/kubernetes-loadbalancer-example/README.md index 27c01a76..93b8bdef 100644 --- a/spring-cloud-kubernetes-examples/kubernetes-loadbalancer-example/README.md +++ b/spring-cloud-kubernetes-examples/kubernetes-loadbalancer-example/README.md @@ -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. diff --git a/spring-cloud-kubernetes-examples/kubernetes-reload-example/README.md b/spring-cloud-kubernetes-examples/kubernetes-reload-example/README.md index 8877ef44..ccc9ab64 100644 --- a/spring-cloud-kubernetes-examples/kubernetes-reload-example/README.md +++ b/spring-cloud-kubernetes-examples/kubernetes-reload-example/README.md @@ -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. diff --git a/spring-cloud-kubernetes-examples/kubernetes-zipkin-example/README.md b/spring-cloud-kubernetes-examples/kubernetes-zipkin-example/README.md index db1650c6..ac68cb44 100644 --- a/spring-cloud-kubernetes-examples/kubernetes-zipkin-example/README.md +++ b/spring-cloud-kubernetes-examples/kubernetes-zipkin-example/README.md @@ -31,7 +31,7 @@ it will issue a call against the second endpoint `/hi` and you will receive `/hi ### Running the example -This project example runs on ALL the Kubernetes or OpenShift environments, but for development purposes you can use [Minishift - OpenShift](https://github.com/minishift/minishift) or [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 [Minishift - OpenShift](https://github.com/minishift/minishift) or [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. ### Build/Deploy using Minikube