Konubinix' opinionated web of thoughts

Clk Parameters

Fleeting

clk comes with a built-in way of configuring what command line arguments are given by default.

On the contrary to setting configurations values (semantically), like in git, you just set command line settings (syntactical).

For instance, my command to create a k3d cluster also install cert-manager as well.

But, in the scope of some of my work projects, I need to prevent this installation. So I can simply switch the option off with the following command.

clk k3d create-cluster --set-parameter global --no-cert-manager

Notes linking here