k3s/pkg/daemons
Terry Cain b6e71ef990 Added support for repeated extra arguments
Problem:
Specifying extra arguments for the API server for example is not supported as
the arguments get stored in a map before being passed to the API server.

Solution:
Updated the GetArgs function to store the arguments in a map that can have
multiple values. Some more logic is added so that repeated extra arguments
retain their order when sorted whilst overall the arguments can still be
sorted for improved readability when logged.

Support has been added for prefixing and suffixing default argument values
by using -= and += when specifying extra arguments.

Signed-off-by: Terry Cain <terry@terrys-home.co.uk>
2022-04-14 13:59:57 -07:00
..
agent fix function arg call (#5234) 2022-03-08 17:00:57 -07:00
config Added support for repeated extra arguments 2022-04-14 13:59:57 -07:00
control Add client certificate authentication support to core Authenticator 2022-04-06 13:03:14 -07:00
executor [master] changing package to k3s-io (#4846) 2022-03-02 15:47:27 -08:00