From eb36dc17bedbdafbb18280fa09e0697c6febd093 Mon Sep 17 00:00:00 2001 From: Igor Alexandrov Date: Fri, 20 Sep 2024 12:35:56 +0400 Subject: [PATCH] Replaced Traefik with kamal-proxy and removed Traefik from the navigation --- _data/docs.yml | 2 -- docs/commands/deploy.md | 2 +- docs/commands/redeploy.md | 2 +- docs/commands/remove.md | 2 +- 4 files changed, 3 insertions(+), 5 deletions(-) diff --git a/_data/docs.yml b/_data/docs.yml index 777aab6..58f8d7c 100644 --- a/_data/docs.yml +++ b/_data/docs.yml @@ -82,8 +82,6 @@ url: /docs/commands/server/ - title: "kamal setup" url: /docs/commands/setup/ - - title: "kamal traefik" - url: /docs/commands/traefik/ - title: "kamal upgrade" url: /docs/commands/upgrade/ - title: "kamal version" diff --git a/docs/commands/deploy.md b/docs/commands/deploy.md index 236b489..b9c6390 100644 --- a/docs/commands/deploy.md +++ b/docs/commands/deploy.md @@ -6,7 +6,7 @@ title: Deploy Build and deploy your app to all servers. By default it will build the currently checked out version of the app. -Kamal will use the Traefik proxy to seamlessly move requests from the old version of the app to new without downtime. +Kamal will use the kamal-proxy to seamlessly move requests from the old version of the app to new without downtime. The deployment process is: 1. Login into the docker registry locally and on all servers diff --git a/docs/commands/redeploy.md b/docs/commands/redeploy.md index 8f28c64..59d8365 100644 --- a/docs/commands/redeploy.md +++ b/docs/commands/redeploy.md @@ -4,6 +4,6 @@ title: Redeploy # kamal redeploy -Deploy your app, but skip bootstrapping servers, starting Traefik, pruning, and registry login. +Deploy your app, but skip bootstrapping servers, starting kamal-proxy, pruning, and registry login. You must run [`kamal deploy`](../deploy) at least once first. diff --git a/docs/commands/remove.md b/docs/commands/remove.md index 7f98d3b..a153458 100644 --- a/docs/commands/remove.md +++ b/docs/commands/remove.md @@ -4,6 +4,6 @@ title: Remove # kamal remove -This will remove app, Traefik and accessory containers and log out of the docker registry. +This will remove app, kamal-proxy and accessory containers and log out of the docker registry. It will prompt for confirmation unless you add the `-y` option.