---
## Controls Files.
# These are YAML files that hold all the details for running checks.
#
## Uncomment to use different control file paths.
# masterControls: ./cfg/master.yaml
# nodeControls: ./cfg/node.yaml
# federatedControls: ./cfg/federated.yaml

master:
  apiserver:
    bins:
      - hypershift openshift-kube-apiserver

  etcd:
    bins:
      - openshift start etcd

node:
  proxy:
    bins:
      - openshift start network