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

Remove endpointPublishingStrategy

This commit is contained in:
Servesha Dudhgaonkar
2022-03-04 08:44:40 +05:30
committed by openshift-cherrypick-robot
parent 9228b196fb
commit 4bb4a3bf95

View File

@@ -31,15 +31,12 @@ metadata:
namespace: openshift-ingress-operator
spec:
replicas: 2
endpointPublishingStrategy:
type: NodePortService <1>
logging:
access:
destination:
type: Container
----
<1> `NodePortService` is not required to configure Ingress access logging to a sidecar. Ingress logging is compatible with any `endpointPublishingStrategy`.
+
* When you configure the Ingress Controller to log to a sidecar, the operator creates a container named `logs` inside the Ingress Controller Pod:
+
[source,terminal]
@@ -66,8 +63,6 @@ metadata:
namespace: openshift-ingress-operator
spec:
replicas: 2
endpointPublishingStrategy:
type: NodePortService
logging:
access:
destination:
@@ -95,8 +90,6 @@ metadata:
namespace: openshift-ingress-operator
spec:
replicas: 2
endpointPublishingStrategy:
type: NodePortService
logging:
access:
destination:
@@ -120,8 +113,6 @@ metadata:
namespace: openshift-ingress-operator
spec:
replicas: 2
endpointPublishingStrategy:
type: NodePortService
logging:
access: null
----