From 680fdf6f90ec321c4bca450860a6ddeafda23142 Mon Sep 17 00:00:00 2001 From: poornas Date: Thu, 20 Jun 2019 16:49:21 -0700 Subject: [PATCH] Update doc link (#7814) --- docs/orchestration/kubernetes/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/orchestration/kubernetes/README.md b/docs/orchestration/kubernetes/README.md index 7eca3e6b8..1b398ee9a 100644 --- a/docs/orchestration/kubernetes/README.md +++ b/docs/orchestration/kubernetes/README.md @@ -18,7 +18,7 @@ Kubernetes concepts like Deployments and StatefulSets provide perfect platform t ## Prerequisites -To run this example, you need Kubernetes version >=1.4 cluster installed and running, and that you have installed the [`kubectl`](https://kubernetes.io/docs/tasks/kubectl/install/) command line tool in your path. Please see the [getting started guides](https://kubernetes.io/docs/getting-started-guides/) for installation instructions for your platform. +To run this example, you need Kubernetes version >=1.4 cluster installed and running, and that you have installed the [`kubectl`](https://kubernetes.io/docs/tasks/kubectl/install/) command line tool in your path. Please see the [getting started guides](https://kubernetes.io/docs/setup/) for installation instructions for your platform.