1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

Fix proxy pod statement for OLM

This commit is contained in:
Alex Dellapenta
2021-02-10 13:09:07 -07:00
committed by openshift-cherrypick-robot
parent 05c2f8cb14
commit f69bd976eb

View File

@@ -5,7 +5,12 @@
[id="olm-overriding-proxy-settings_{context}"]
= Overriding proxy settings of an Operator
If a cluster-wide egress proxy is configured, applications created from Operators using Operator Lifecycle Manager (OLM) inherit the cluster-wide proxy settings on their deployments and pods. Cluster administrators can also override these proxy settings by configuring the subscription of an Operator.
If a cluster-wide egress proxy is configured, Operators running with Operator Lifecycle Manager (OLM) inherit the cluster-wide proxy settings on their deployments. Cluster administrators can also override these proxy settings by configuring the subscription of an Operator.
[IMPORTANT]
====
Operators must handle setting environment variables for proxy settings in the pods for any managed Operands.
====
.Prerequisites