2019-01-24 15:40:43 +00:00
|
|
|
---
|
|
|
|
## 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:
|
2019-03-07 11:18:06 +00:00
|
|
|
- hypershift openshift-kube-apiserver
|
2019-01-24 15:40:43 +00:00
|
|
|
|
2019-03-07 11:18:06 +00:00
|
|
|
etcd:
|
2019-01-24 15:40:43 +00:00
|
|
|
bins:
|
2019-03-07 11:18:06 +00:00
|
|
|
- openshift start etcd
|
2019-01-24 15:40:43 +00:00
|
|
|
|
|
|
|
node:
|
|
|
|
proxy:
|
2019-03-06 11:52:13 +00:00
|
|
|
bins:
|
|
|
|
- openshift start network
|