Skip to content

using only config.yaml to configure k3s #10345

Closed Answered by brandond
cwrx777 asked this question in Q&A
Discussion options

You must be logged in to vote

I covered that already

repeatable CLI arguments being represented as YAML lists.
--foo=bar --foo=baz is foo: [bar, baz] or any other valid yaml list expression

So you could do

disable: [servicelb, traefik]

or

disable: 
  - servicelb
  - traefik

You might check out some yaml tutorials if you're not familiar with how lists are expressed in yaml. We don't expect to have to cover YAML basics in our documentation.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@cwrx777
Comment options

@brandond
Comment options

@cwrx777
Comment options

@brandond
Comment options

Answer selected by cwrx777
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants