From 7cb52d34f49d1df8bfbde93b3d7d19d2cf1a5c3a Mon Sep 17 00:00:00 2001 From: Abmurksi Date: Thu, 7 May 2020 12:09:31 +0000 Subject: [PATCH] Update deprecated option --no-deploy Replace old --no-deploy value with --disable to disable an Traefik --- content/k3s/latest/en/faq/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/k3s/latest/en/faq/_index.md b/content/k3s/latest/en/faq/_index.md index 9de75aa8645..d80a0394d6c 100644 --- a/content/k3s/latest/en/faq/_index.md +++ b/content/k3s/latest/en/faq/_index.md @@ -11,7 +11,7 @@ K3s is capable of nearly everything k8s can do. It is just a more lightweight ve **How can I use my own Ingress instead of Traefik?** -Simply start K3s server with `--no-deploy=traefik` and deploy your ingress. +Simply start K3s server with `--disable traefik` and deploy your ingress. **Does K3s support Windows?**