Skip to content

Ingress addon (traefik based) create an unnecessary loadbalancer service #383

@stalb

Description

@stalb

Summary

The new ingress addon (based on Traefik), create an unnecessary loadbalancer service when deploying the Traefik helm chart.

The ingress addon uses a deamonset with hostPort mappings, so in this configuration there is no need for a loadbalancer service to route the requests to the traefik pods.

What Should Happen Instead?

The addon should not create the unnecessary loadbalancer service.

Reproduction Steps

  1. Deploy the new (Traefik based) ingress addon.
  2. Verify that a loadbalancer service is created: kubectl -n ingress get svc

Can you suggest a fix?

In the ingress addon value.yaml file add:

service:
  enabled: false

Are you interested in contributing with a fix?

yes

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions