// Be sure to set the :FeatureName: value in each assembly on the line before // the include statement for this module. For example, to set the FeatureName // value to "ClusterAutoscaler", add the following line to the assembly: // :FeatureName: ClusterAutoscaler // Module included in the following assemblies: // // * machine_management/applying-autoscaling.adoc // * post_installation_configuration/cluster-tasks.adoc [id="{FeatureName}-deploying_{context}"] = Deploying the {FeatureName} To deploy the {FeatureName}, you create an instance of the `{FeatureName}` resource. .Procedure . Create a YAML file for the `{FeatureName}` resource that contains the customized resource definition. . Create the resource in the cluster: + [source,terminal] ---- $ oc create -f .yaml <1> ---- <1> `` is the name of the resource file that you customized. // Undefine {FeatureName} attribute, so that any mistakes are easily spotted :!FeatureName: