Kong / kubernetes-ingress-controller

:gorilla: Kong for Kubernetes: The official Ingress Controller for Kubernetes.
https://docs.konghq.com/kubernetes-ingress-controller/
Apache License 2.0
2.21k stars 590 forks source link

Bring RedHat certification back #3689

Open czeslavo opened 1 year ago

czeslavo commented 1 year ago

Problem Statement

It was decided that we no longer want to support RedHat certification process for now. The motivation was it's too problematic and we constantly encounter issues with that (missing latest tags in the RH scan registry, no Gateway images in the registry, etc.). This issue's purpose is to track the efforts to bring it back while we decide to do so.

Proposed Solution

Once it is decided we want to implement the certification process back, https://github.com/Kong/kubernetes-ingress-controller/pull/3688 and https://github.com/Kong/kubernetes-ingress-controller/pull/3699 should be a good starting point. It's the PR in which we removed the pieces responsible for the certification.

Acceptance Criteria

pmalek commented 1 year ago

With #3688 being merged I believe we can also get rid of the redhat related bits in our Dockerfile, right?

czeslavo commented 1 year ago

With #3688 being merged I believe we can also get rid of the redhat related bits in our Dockerfile, right?

Yeah, I think so. I must have missed that part.