okteto / docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Document that the self-hosted setting 'convertLoadBalancedServices' converts more than LoadBalancer type Services

jvc5546 opened this issue · comments

Currently, the documentation here covers that when the self-hosted configuration setting convertloadbalancedservices is set to true, then we convert LoadBalancer type Services to ClusterIp type Services.

But the documentation does not cover the scenario whereExternalName type Services are also converted to ClusterIp type Services when convertloadbalancedservices is set.