$ oc api-resources -o name | grep config.openshift.io
To keep consistent behavior across your OKD cluster, set global configuration options that Operators apply to all nodes.
To view and edit the global configuration of your OKD cluster, use the OpenShift CLI (oc) to query and change cluster resources.
You have access to the cluster as a user with the cluster-admin role.
You have access to the web console or you have installed the oc CLI tool.
To check which configuration Operators apply to your cluster, run the following command:
$ oc api-resources -o name | grep config.openshift.io
To see what cluster resources you can configure, run the following command:
$ oc explain <resource_name>.config.openshift.io
To see the configuration of custom resource definition (CRD) objects in the cluster, run the following command:
$ oc get <resource_name>.config -o yaml
To edit the cluster resource configuration, run the following command:
$ oc edit <resource_name>.config -o yaml