[
https://issues.apache.org/jira/browse/FLINK-26676?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17507775#comment-17507775
]
Gyula Fora commented on FLINK-26676:
------------------------------------
The operator already set's a bunch of configurations. The same config is
automatically set to clusterip regardless of your config if ingress is used for
example. This would be the n+1 th thing that we set behind the scenes :) we
could log a note of it though
> Set ClusterIP service type when watching specific namespaces
> ------------------------------------------------------------
>
> Key: FLINK-26676
> URL: https://issues.apache.org/jira/browse/FLINK-26676
> Project: Flink
> Issue Type: Sub-task
> Components: Kubernetes Operator
> Reporter: Gyula Fora
> Assignee: Gyula Fora
> Priority: Major
>
> As noted in this PR
> [https://github.com/apache/flink-kubernetes-operator/pull/42#issue-1159776739]
> Users get service account related error messages unless we set:
> {noformat}
> kubernetes.rest-service.exposed.type: ClusterIP{noformat}
> In cases where we are watching specific namespaces.
> We should configure this automatically unless override by the user in the
> flinkConfiguration for these cases.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)