-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Primary ingress domains shoud be labled #149
Comments
Possibly related 😜 - uselagoon/lagoon#2827 |
First class routes will be good. But this is an easy win for now just extending the already present monitoring enabled check but just adding the primary ingress label (even if monitoring is not enabled) since this label could be used for other things. |
should we go ahead and fade out the old stakater parts and add a generic
in the process? |
Need to think about that, because I don't know if other people use these? |
I reviewed the code, we only enable monitoring if it is the primary ingress, so I think the If we do end up removing all the stakater parts, this is also fine by me, but maybe need @tobybellwood to check if this is used by anyone else in the community (hopefully not) |
Oh yes, didn't think about that. The Regarding removing the IngressMonitoringController (IMC) parts. It should be ok to remove, as the Stakater parts moved away from the annotation, and after k8s 1.22+ the old operator isn't working anymore. https://github.com/stakater/IngressMonitorController#from-controller-to-operator |
Using the
I think we still support 1.19+ of kubernetes, once we figure out when we want to drop support for 1.22 and earlier then we can drop the stakater stuff no problemo. |
I think we should remove the stakater by now as Kubernetes 1.19 is a thing of the past and it would simplify a few things in code. |
To make monitoring sites easier and give the possibility to filter for primary domains, we should start adding a label for those ingresses.
Proposal
The text was updated successfully, but these errors were encountered: