Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 813 Bytes

accessing-an-example-cluster-node-tuning-operator-specification.adoc

File metadata and controls

22 lines (17 loc) · 813 Bytes

Accessing an example Node Tuning Operator specification

Use this process to access an example Node Tuning Operator specification.

Procedure
  1. Run:

    $ oc get Tuned/default -o yaml -n openshift-cluster-node-tuning-operator

Note the default CR is meant for delivering standard node-level tuning for the {product-title} platform and any custom changes to the default CR will be overwritten by the Operator. For custom tuning, create your own tuned CRs. Newly created CRs will be combined with the default CR and custom tuning applied to {product-title} nodes based on node/pod labels and profile priorities.