Skip to content
This repository has been archived by the owner on Jul 7, 2020. It is now read-only.

Added option --load-balanced for running in GKE #591

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

robdewit
Copy link

@robdewit robdewit commented May 15, 2019

In GKE (Google's managed Kubernetes environment), the master nodes are outside the node network. When adding the StorrageClass with a node IP address, they cannot connect to Heketi.

Running the service as NodePort and using external IP address of one of the nodes would work, but I preferred using a non-ephemeral load balanced address. Of course some authentication should be in place. I added a warning for that.

Future work: setup firewall rule to only allow connects from the master nodes.


This change is Reviewable

@centos-ci
Copy link
Collaborator

Can one of the admins verify this patch?

--all should be -a (or --show-all)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants