mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
26 lines
717 B
Plaintext
26 lines
717 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * virt/post_installation_configuration/virt-node-placement-virt-components.adoc
|
|
|
|
:_mod-docs-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.
|