Skip to content
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

Remove ingress controller for grafana namespace #271

Merged
merged 1 commit into from
Jun 5, 2024

Conversation

sulochan
Copy link
Collaborator

Currently there is already a nginx ingress controller running with ingress class nginx. The addition of ingress controller in grafana with the same ingressClass meant that two controllers were racing causing ip flips in ingress address.

This patch simply removes the grafana ingress. And since grafana is already using ingressclass of nginx it should still work with the existing ingress controller.

Currently there is already a nginx ingress controller running with
ingress class nginx. The addition of ingress controller in grafana
with the same ingressClass meant that two controllers were racing
causing ip flips in ingress address.

This patch simply removes the grafana ingress. And since grafana is
already using ingressclass of nginx it should still work with the
existing ingress controller.
@sulochan
Copy link
Collaborator Author

This means we will have to do the following. Point the DNS for grafana.sjc3.rackspacecloud.com to the .10 vip on the lb and remove the grafana specific ingress controller. Things should still work.

@the2hill
Copy link
Contributor

Does this yank out the grafana dir? Hard to tell here but we probably should if not. Think this LGTM otherwise but would need signoff from the other reviewers.

@japerezjr
Copy link
Contributor

@sulochan has this been tested? When we deploy grafana in its own namespace, we weren't able to get it to work with the openstack ingress. That is the reason we created the grafana ingress. Phil did point out that there might be an issue with the class name used and maybe we can try fixing that first.

@japerezjr japerezjr merged commit 2e76474 into rackerlabs:main Jun 5, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants