Update deprecated option --no-deploy

Replace old --no-deploy value with --disable to disable an Traefik
This commit is contained in:
Abmurksi
2020-05-18 10:29:01 -07:00
committed by Craig Jellick
parent 9bd4cf380c
commit fe449fe2d0
+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?**