This message was deleted.
# k3s
a
This message was deleted.
c
all of the options that take a list can either be specified multiple times, or take a comma-separated list. You can even do both. --foo=bar --foo=baz --foo=bop --foo=bar --foo=baz,bop --foo=bar,baz,bop are all equivalent
this is consistent with upstream Kubernetes behavior for StringSlice flags
w
Awesome, thanks!