Update deprecated option --no-deploy

Replace old --no-deploy value with --disable to disable an Traefik
This commit is contained in:
Abmurksi
2020-05-07 12:09:31 +00:00
committed by Catherine Luse
parent 86aab49056
commit 7cb52d34f4
+1 -1
View File
@@ -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?**