From 96471e5e87faffaae70dec9851fa7381dc1b5062 Mon Sep 17 00:00:00 2001 From: Seth Jennings Date: Fri, 20 Jan 2017 09:54:45 -0600 Subject: [PATCH] fix kube-dns link in examples --- examples/cluster-dns/README.md | 2 +- examples/mysql-wordpress-pd/README.md | 2 +- examples/spark/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/cluster-dns/README.md b/examples/cluster-dns/README.md index 798e0b97ac3..11f6ba62e8f 100644 --- a/examples/cluster-dns/README.md +++ b/examples/cluster-dns/README.md @@ -4,7 +4,7 @@ This is a toy example demonstrating how to use kubernetes DNS. ### Step Zero: Prerequisites -This example assumes that you have forked the repository and [turned up a Kubernetes cluster](../../docs/getting-started-guides/). Make sure DNS is enabled in your setup, see [DNS doc](../../build/kube-dns/). +This example assumes that you have forked the repository and [turned up a Kubernetes cluster](../../docs/getting-started-guides/). Make sure DNS is enabled in your setup, see [DNS doc](https://github.com/kubernetes/dns). ```sh $ cd kubernetes diff --git a/examples/mysql-wordpress-pd/README.md b/examples/mysql-wordpress-pd/README.md index 2881c0cec62..75673d36834 100644 --- a/examples/mysql-wordpress-pd/README.md +++ b/examples/mysql-wordpress-pd/README.md @@ -67,7 +67,7 @@ this example. * Kubernetes version 1.2 is required due to using newer features, such at PV Claims and Deployments. Run `kubectl version` to see your cluster version. -* [Cluster DNS](../../build/kube-dns/) will be used for service discovery. +* [Cluster DNS](https://github.com/kubernetes/dns) will be used for service discovery. * An [external load balancer](http://kubernetes.io/docs/user-guide/services/#type-loadbalancer) will be used to access WordPress. * [Persistent Volume Claims](http://kubernetes.io/docs/user-guide/persistent-volumes/) diff --git a/examples/spark/README.md b/examples/spark/README.md index 9699fbb39d9..8ea4f6a4f0f 100644 --- a/examples/spark/README.md +++ b/examples/spark/README.md @@ -24,7 +24,7 @@ This example assumes - You have a Kubernetes cluster installed and running. - That you have installed the ```kubectl``` command line tool installed in your path and configured to talk to your Kubernetes cluster -- That your Kubernetes cluster is running [kube-dns](../../build/kube-dns/) or an equivalent integration. +- That your Kubernetes cluster is running [kube-dns](https://github.com/kubernetes/dns) or an equivalent integration. Optionally, your Kubernetes cluster should be configured with a Loadbalancer integration (automatically configured via kube-up or GKE)