1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/modules/olm-tolerations.adoc
2025-09-29 18:25:19 +00:00

29 lines
807 B
Plaintext

// Module included in the following assemblies:
//
// * operators/admin/olm-cs-podsched.adoc
:_mod-docs-content-type: PROCEDURE
[id="olm-tolerations_{context}"]
= Overriding tolerations for catalog source pods
.Prerequisites
* A `CatalogSource` object of source type `grpc` with `spec.image` is defined.
ifdef::openshift-dedicated,openshift-rosa,openshift-rosa-hcp[]
* You have access to the cluster as a user with the `dedicated-admin` role.
endif::openshift-dedicated,openshift-rosa,openshift-rosa-hcp[]
.Procedure
* Edit the `CatalogSource` object and add or modify the `spec.grpcPodConfig` section to include the following:
+
[source,yaml]
----
grpcPodConfig:
tolerations:
- key: "<key_name>"
operator: "<operator_type>"
value: "<value>"
effect: "<effect>"
----