Skip to content
Discussion options

You must be logged in to vote

Well, as far as I understand it, the apiserver_endpoint IP is a virtual IP (VIP) that "floats" on top of the assigned IPs of your control plane machines. (In your case only one.) Basically, it's intended to provide load balancing across the IPs of the server nodes. But, if you assign the same IP to the apiserver_endpoint as one of your nodes, you'll end up with an IP conflict. In your case, you only have one node, so the VIP is kind of pointless. If your single machine goes down, your "cluster" won't be reachable anyway, so it becomes sort of pointless. But, that said, if you just want it there, instead of trying to remove it, then you should use another IP for that.

Again, I might be wro…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@knuurr
Comment options

@mlanner
Comment options

Answer selected by timothystewart6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants