From 674dd8271a0870560a39829e189f56d13d7a6dd5 Mon Sep 17 00:00:00 2001 From: Mike Ng Date: Wed, 22 Nov 2023 21:19:47 -0500 Subject: [PATCH] doc fix - addon example readme link fix (#225) Signed-off-by: Mike Ng --- examples/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/README.md b/examples/README.md index 78835e3c2..06c9991d9 100644 --- a/examples/README.md +++ b/examples/README.md @@ -7,9 +7,9 @@ We have several AddOn examples for user to understand how Addon works and how to - the [helloworld_helm example](helloworld_helm) is implemented using Helm Chart. - the [helloworld_hosted example](helloworld_hosted) is implemented using Go templateds, and support running the agent deployment on a hosting cluster cluster. -- the [helloworld-template example](deplpy/addon/helloworld-template) is implemented using the AddOnTemplate API, it +- the [helloworld-template example](deploy/addon/helloworld-template) is implemented using the AddOnTemplate API, it is managed by the global addon-manager, so there is no dedicated addon-manager pod running on the hub cluster for it. -- the [kubernetes-dashboard](deplpy/addon/kubernetes-dashboard) is another addon implemented using the AddOnTemplate API +- the [kubernetes-dashboard](deploy/addon/kubernetes-dashboard) is another addon implemented using the AddOnTemplate API to install [a kubernetes dashboard](https://kubernetes.io/docs/tasks/access-application-cluster/web-ui-dashboard/) for a managed cluster.