K3d: [PROBLEM] Option to pass custom args to disable traefik?

Created on 25 Feb 2020  路  4Comments  路  Source: rancher/k3d

Quick question: Is it possible to pass arguments to the k3s deployed in k3d, e.g. to disable the traefik ingress?

enhancement

Most helpful comment

Hey, yes, try --server-arg and --agent-arg馃憤
E.g. --server-arg '--no-deploy=traefik'

All 4 comments

Hey, yes, try --server-arg and --agent-arg馃憤
E.g. --server-arg '--no-deploy=traefik'

Hey, yes, try --server-arg and --agent-arg馃憤
E.g. --server-arg '--no-deploy=traefik'

Hey, yes, try --server-arg and --agent-arg馃憤
E.g. --server-arg '--no-deploy=traefik'

Ah, thanks. /close

Was this page helpful?
0 / 5 - 0 ratings