Install istio in OpenShift

Hello,
I’m triying to install istio 1.17.2 in OPenShift 4.10. I generated manifest files by executing

./istioctl manifest generate --set namespace=ops-istio-piloto

Then I give anyuid to istio service accounts. Then two pods started to initiate but one of then the one with the name istio-ingressgateway-699cc9bb99-nnf2d doen't start properly. In the log shows the following:

2023-06-02T07:43:53.299160Z debug envoy router external/envoy/source/common/router/router.cc:470 [C0][S17110703654414618914] cluster ‘xds-grpc’ match for URL ‘/envoy.service.discovery.v3.AggregatedDiscoveryService/StreamAggregatedResources’ thread=20
2023-06-02T07:43:53.299228Z debug envoy router external/envoy/source/common/router/router.cc:678 [C0][S17110703654414618914] router decoding headers:
‘:method’, ‘POST’
‘:path’, ‘/envoy.service.discovery.v3.AggregatedDiscoveryService/StreamAggregatedResources’
‘:authority’, ‘xds-grpc’
‘:scheme’, ‘http’
‘te’, ‘trailers’
‘content-type’, ‘application/grpc’
‘x-envoy-internal’, ‘true’
‘x-forwarded-for’, ‘172.25.8.155’
thread=20
2023-06-02T07:43:53.299244Z debug envoy pool external/envoy/source/common/http/conn_pool_base.cc:78 queueing stream due to no available connections (ready=0 busy=0 connecting=0) thread=20
2023-06-02T07:43:53.299250Z debug envoy pool external/envoy/source/common/conn_pool/conn_pool_base.cc:291 trying to create new connection thread=20
2023-06-02T07:43:53.299253Z debug envoy pool external/envoy/source/common/conn_pool/conn_pool_base.cc:145 creating a new connection (connecting=0) thread=20
2023-06-02T07:43:53.299324Z debug envoy http2 external/envoy/source/common/http/http2/codec_impl.cc:1599 [C97] updating connection-level initial window size to 268435456 thread=20
2023-06-02T07:43:53.299332Z debug envoy connection external/envoy/source/common/network/connection_impl.h:92 [C97] current connecting state: true thread=20
2023-06-02T07:43:53.299336Z debug envoy client external/envoy/source/common/http/codec_client.cc:57 [C97] connecting thread=20
2023-06-02T07:43:53.299338Z debug envoy connection external/envoy/source/common/network/connection_impl.cc:939 [C97] connecting to ./etc/istio/proxy/XDS thread=20
2023-06-02T07:43:53.299531Z debug envoy connection external/envoy/source/common/network/connection_impl.cc:688 [C97] connected thread=20
2023-06-02T07:43:53.299539Z debug envoy client external/envoy/source/common/http/codec_client.cc:88 [C97] connected thread=20
2023-06-02T07:43:53.299547Z debug envoy pool external/envoy/source/common/conn_pool/conn_pool_base.cc:328 [C97] attaching to next stream thread=20
2023-06-02T07:43:53.299550Z debug envoy pool external/envoy/source/common/conn_pool/conn_pool_base.cc:182 [C97] creating stream thread=20
2023-06-02T07:43:53.299552Z debug envoy pool external/envoy/source/common/conn_pool/conn_pool_base.cc:188 [C97] maximum streams per connection, start draining thread=20
2023-06-02T07:43:53.299562Z debug envoy router external/envoy/source/common/router/upstream_request.cc:581 [C0][S17110703654414618914] pool ready thread=20
2023-06-02T07:43:53.308599Z debug envoy client external/envoy/source/common/http/codec_client.cc:126 [C97] response complete thread=20
2023-06-02T07:43:53.308622Z debug envoy client external/envoy/source/common/http/codec_client.cc:134 [C97] waiting for encode to complete thread=20
2023-06-02T07:43:53.308633Z debug envoy router external/envoy/source/common/router/router.cc:1363 [C0][S17110703654414618914] upstream headers complete: end_stream=true thread=20
2023-06-02T07:43:53.308655Z debug envoy router external/envoy/source/common/router/upstream_request.cc:500 [C0][S17110703654414618914] resetting pool request thread=20
2023-06-02T07:43:53.308660Z debug envoy client external/envoy/source/common/http/codec_client.cc:156 [C97] request reset thread=20
2023-06-02T07:43:53.308667Z debug envoy pool external/envoy/source/common/conn_pool/conn_pool_base.cc:215 [C97] destroying stream: 0 remaining thread=20
2023-06-02T07:43:53.308674Z debug envoy connection external/envoy/source/common/network/connection_impl.cc:139 [C97] closing data_to_write=0 type=1 thread=20
2023-06-02T07:43:53.308677Z debug envoy connection external/envoy/source/common/network/connection_impl.cc:250 [C97] closing socket: 1 thread=20
2023-06-02T07:43:53.308695Z debug envoy client external/envoy/source/common/http/codec_client.cc:107 [C97] disconnect. resetting 0 pending requests thread=20
2023-06-02T07:43:53.308701Z debug envoy pool external/envoy/source/common/conn_pool/conn_pool_base.cc:484 [C97] client disconnected, failure reason: thread=20
2023-06-02T07:43:53.308707Z debug envoy pool external/envoy/source/common/conn_pool/conn_pool_base.cc:454 invoking idle callbacks - is_draining_for_deletion_=false thread=20
2023-06-02T07:43:53.308714Z debug envoy pool external/envoy/source/common/conn_pool/conn_pool_base.cc:454 invoking idle callbacks - is_draining_for_deletion_=false thread=20
2023-06-02T07:43:53.308725Z debug envoy http external/envoy/source/common/http/async_client_impl.cc:105 async http request response headers (end_stream=true):
‘:status’, ‘200’
‘content-type’, ‘application/grpc’
‘grpc-status’, ‘14’
‘grpc-message’, ‘connection error: desc = “transport: Error while dialing dial tcp: lookup istiod.istio-system.svc on 172.26.0.10:53: no such host”’
thread=20
2023-06-02T07:43:53.308737Z warning envoy config external/envoy/source/common/config/grpc_stream.h:201 StreamAggregatedResources gRPC config stream to xds-grpc closed since 1432s ago: 14, connection error: desc = “transport: Error while dialing dial tcp: lookup istiod.istio-system.svc on 172.26.0.10:53: no such host” thread=20
2023-06-02T07:43:53.308741Z debug envoy config external/envoy/source/common/config/grpc_subscription_impl.cc:115 gRPC update for type.googleapis.com/envoy.config.cluster.v3.Cluster failed thread=20
2023-06-02T07:43:53.308750Z debug envoy client external/envoy/source/common/http/codec_client.cc:168 [C97] Error dispatching received data: Connection was closed while dispatching frames thread=20