Replies: 1 comment 1 reply
-
First of all, Second, these are the documents that you need to append to your machine config. So you have options here, and you can pick whatever works best for you:
Plase see docs |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have following situation, which I do not understand completely:
My Cluster is configured with 4 nodes:
I try to achieve the following:
Access the prometheus via nginx-ingress via metallb which are all deployed inside my cluster.
All seems to work as I expected, with the only exception: How to expose the metallb ports 80, 443?
I do not understand where the firewall rules explained in the docs need to be applied.
The command to get the current firewall config returns the following error:
And trying to apply firewall rule returns like this:
where the content of
ingress-firewall-cp.yaml
is jsut thee content described hereMy thought process was: If I am able to get and set the default rules I am also able to expand for metallb.
If I am totally sideways, please tell what I am doing wrong.
Beta Was this translation helpful? Give feedback.
All reactions