1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 21:46:22 +01:00
Files
openshift-docs/modules/virt-applying-node-placement-rules.adoc
Avital Pinnick 368ae691a7 post-install configuration
Signed-off-by: Avital Pinnick <apinnick@redhat.com>
2023-08-21 13:56:07 +00:00

26 lines
708 B
Plaintext

// Module included in the following assemblies:
//
// * virt/post_installation_configuration/virt-node-placement-virt-components.adoc
:_content-type: PROCEDURE
[id="virt-applying-node-place-rules_{context}"]
= Applying node placement rules
You can apply node placement rules by editing a `Subscription`, `HyperConverged`, or `HostPathProvisioner` object using the command line.
.Prerequisites
* The `oc` CLI tool is installed.
* You are logged in with cluster administrator permissions.
.Procedure
. Edit the object in your default editor by running the following command:
+
[source,terminal]
----
$ oc edit <resource_type> <resource_name> -n {CNVNamespace}
----
. Save the file to apply the changes.