From a0ee7be05096078f364ce00a3199d99c3b4e92d9 Mon Sep 17 00:00:00 2001 From: poornas Date: Thu, 14 Mar 2019 02:48:12 -0700 Subject: [PATCH] update link on README (#7361) --- 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 f7eedd774..e48ff87a1 100644 --- a/docs/orchestration/kubernetes/README.md +++ b/docs/orchestration/kubernetes/README.md @@ -197,7 +197,7 @@ kubectl delete statefulset minio \ If your cluster does not have a storage solution or PV abstraction, you must explicitly define what nodes you wish to run Minio on, and define a homogeneous path to a local fast block device available on every host. -This must be changed in the example daemonset: [minio-distributed-daemonset.yaml](minio-distributed-daemonset.yaml) +This must be changed in the example daemonset: [minio-distributed-daemonset.yaml](https://github.com/minio/minio/blob/master/docs/orchestration/kubernetes/minio-distributed-daemonset.yaml) Specifically the hostpath: ```yaml