From 85a5a3315bcba58df4db7d076a499760b391d56b Mon Sep 17 00:00:00 2001 From: Wilfred Spiegelenburg Date: Tue, 20 Aug 2019 12:05:26 +1000 Subject: [PATCH] Fix the link to the scheduler.yaml in the shim. --- docs/setup/configure-scheduler.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/setup/configure-scheduler.md b/docs/setup/configure-scheduler.md index c56d9ae1f..5a25994f7 100644 --- a/docs/setup/configure-scheduler.md +++ b/docs/setup/configure-scheduler.md @@ -47,7 +47,7 @@ Second step is t link the mount point back to the configuration map created in k name: yunikorn-configs ``` -Both steps are part of the scheduler yaml file, an example can be seen at [scheduler-v0.3.5.yaml](https://github.com/cloudera/yunikorn-k8shim/blob/master/deployments/scheduler/scheduler-v0.3.5.yaml) +Both steps are part of the scheduler yaml file, an example can be seen at [scheduler.yaml](https://github.com/cloudera/yunikorn-k8shim/blob/master/deployments/scheduler/scheduler.yaml) for reference.