Skip to content
This repository was archived by the owner on Mar 6, 2020. It is now read-only.
This repository was archived by the owner on Mar 6, 2020. It is now read-only.

Can't access evenstore-admin portal if cluster size greater than 1 (GKE) #43

@TomBalt

Description

@TomBalt

**Is this a BUG REPORT ** :

Version of Helm and Kubernetes:
Client: &version.Version{SemVer:"v2.14.1", GitCommit:"5270352a09c7e8b6e8c9593002a73535276507c0", GitTreeState:"clean"}
Server: &version.Version{SemVer:"v2.14.3", GitCommit:"0e7f3b6637f7af8fcfddb3d2941fcc7cbebb0085", GitTreeState:"clean"}

GKE 1.13.7-gke.8

Which chart:
helm eventstore-0.2.3

What happened:
Can't access evenstore-admin portal, if cluster size greater than 1 (GKE) using port-forward on kubernetes.
I have installed cluster with a size of 3 and used port-forward function to reach admin portal using localhost url and it doesn't work. It comes back as url of one of the EventStore node's pod IP.
If I deploy EventStore with cluster size set to 1, it works just fine, I can reach admin portal.

What you expected to happen:
I would expect to have an url still localhost and be able to reach via localhost url after running command "kubectl port-forward svc/eventstore-admin 2113 -n eventstore".

How to reproduce it (as minimally and precisely as possible):
helm install --name eventstore --namespace eventstore eventstore/eventstore --set 'clustersize=3'
kubectl port-forward svc/eventstore-admin 2113 -n eventstore
Try to reach evenstore-admin portal using url -> http://localhost:2113

Anything else we need to know:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions