Skip to content

Secret type "Opaque" or "kubernetes.io/tls" #73

Closed

Description

What happened:
The generated secret is of type: Opaque and that cannot be changed because the field is immutable.
In my contour ingress I see error messages:

level=error msg="unresolved secret reference" context=IngressProcessor error="Secret not found" name=github-actions-runner-self-service namespace=github-actions secret=github-actions/ingress-tls

In another cluster the same setup is working. Only difference I was able to find is the secret type: kubernetes.io/tls field.
According to https://projectcontour.io/docs/main/config/tls-termination/ the type should be kubernetes.io/tls

What you expected to happen:

My ingress secret should be generated with the correct type kubernetes.io/tls.

How to reproduce it (as minimally and precisely as possible):
N/A

Anything else we need to know:

Environment:

  • develop/eval
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions