mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
25 lines
621 B
Plaintext
25 lines
621 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * operators/admin/olm-cs-podsched.adoc
|
|
|
|
:_content-type: PROCEDURE
|
|
[id="olm-node-selector_{context}"]
|
|
= Overriding the node selector for catalog source pods
|
|
|
|
.Prequisites
|
|
|
|
* `CatalogSource` object of source type `grpc` with `spec.image` defined
|
|
|
|
.Procedure
|
|
|
|
* Edit the `CatalogSource` object and add or modify the `spec.grpcPodConfig` section to include the following:
|
|
+
|
|
[source,yaml]
|
|
----
|
|
grpcPodConfig:
|
|
nodeSelector:
|
|
custom_label: <label>
|
|
----
|
|
+
|
|
where `<label>` is the label for the node selector that you want catalog source pods to use for scheduling.
|