rancher v2.15.1

Cluster.spec.rkeConfig.registries.mirrors.[key].endpoint.spec.rkeConfig.machineSelectorConfig

MachineSelectorConfig is a list of distro arguments which will be copied to /etc/rancher/<rke2/k3s>/config.yaml.d/50-rancher.yaml if the machine matches the label selector.

2 fields
Cluster.spec.rkeConfig.registries.mirrors.[key].endpoint.spec.rkeConfig.machineSelectorConfig fields and descriptions
Field / TypeDescription
config
object

Config is a map of distro arguments which will be copied to /etc/rancher/<rke2/k3s>/config.yaml.d/50-rancher.yaml if the machine matches the label selector.

  • nullable
  • x-kubernetes-preserve-unknown-fields: true
object

MachineLabelSelector is a label selector used to match machines. An empty/null label selector matches all machines.

  • nullable
  • x-kubernetes-map-type: "atomic"