services.rke2.extraFlags

NixOS option

Extra flags to pass to the rke2 command.

type: string or list of string
Default
[ ]
Example
[
  "--etcd-expose-metrics"
  "--cluster-cidr 10.24.0.0/16"
]
declared in: nixos/modules/services/cluster/rancher/default.nixView source on NixOS/nixpkgs →