From 6cc0b8ee6ba64360edab7452e6940f017d8392fb Mon Sep 17 00:00:00 2001 From: Gareth Anderson Date: Sat, 14 Feb 2026 18:45:36 +1100 Subject: [PATCH] Add caddy deployment This is mentioned in https://github.com/tonyo/uncloud-labs/issues/1 Additionally I found the exact same issue while completing the tutorial today --- .../tutorials/uncloud-create-cluster-ebebf72b/index.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/manifests/tutorials/uncloud-create-cluster-ebebf72b/index.md b/manifests/tutorials/uncloud-create-cluster-ebebf72b/index.md index e6f27fa..8187755 100644 --- a/manifests/tutorials/uncloud-create-cluster-ebebf72b/index.md +++ b/manifests/tutorials/uncloud-create-cluster-ebebf72b/index.md @@ -202,7 +202,12 @@ To switch contexts, use [`uc ctx use`](https://uncloud.run/docs/cli-reference/uc Now that we have a working cluster, let's deploy a simple web application to see the cluster in action. We'll use [Excalidraw](https://excalidraw.com), a popular sketching and diagramming tool. -First, let's check the currently running services: +First, let's deploy the caddy service to act as our reverse proxy: +```bash +uc caddy deploy +``` + +Now we can check the currently running services: ```bash uc ls