Skip to content
This repository was archived by the owner on Aug 26, 2021. It is now read-only.
This repository was archived by the owner on Aug 26, 2021. It is now read-only.

Unsupported ingress class #312

@Stono

Description

@Stono

Hey,
I use nginx-ingress in a couple of configurations, as such they have a custom class of nginx-internal and nginx-external.

I want to do kube-lego on the external ingress, but I'm getting:

time="2018-01-25T20:36:48Z" level=info msg="ignoring as unsupported ingress class 'nginx-external'. Did you you forget to specify LEGO_DEFAULT_INGRESS_CLASS ?" context=ingress name=at-consumer-platform-ingress-external namespace=default

My pod is configured with:

        env:
        - name: LEGO_SUPPORTED_INGRESS_CLASS
          value: nginx-external
        - name: LEGO_DEFAULT_INGRESS_CLASS
          value: nginx-external

So I'm not really sure what else I could do?
Thanks
Karl

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions