romulus icon indicating copy to clipboard operation
romulus copied to clipboard

A kubernetes ingress controller

Results 10 romulus issues
Sort by recently updated
recently updated
newest added

RC wouldn't start on minikube until this change was made to the yaml file.

See https://github.com/albertrdixon/romulus/commit/67a059e92dd0aed75f0b2aedcec3f33f4ba06089

Looks like some dependencies are private, eg: github.com/albertrdixon/gearbox/ezd Are those supposed to be public?

The old etcd keys don't get removed when pod(s) rescheduled or scaled down. Get this error: `````` [romulusd] 2016/04/19 00:36:15 [info] Upserting Backend(id="default.test.api", servers=[http://172.16.85.4:5000]) ERROR: logging before flag.Parse: E0419 00:36:15.264312...

bug

Please add minimal install instructions that assume little-to-no knowledge of the Go environment. After cloning the project, I ran `make install` (after a quick peak at the Makefile). The install...

Hi I run the example under bare metal environment. It works properly. But now I do not know how to check vulcan works. Would you like to give me some...

Hi, I tried the recent release of Coreos/Kubernetes (https://github.com/coreos/coreos-kubernetes/blob/v0.1.0/Documentation/kubernetes-on-aws.md) and they are using the client certificate authentication. Is it possible to have romulus dealing with the a certificate authentication ?...

I'm excited about this project. We need a bare metal ingress controller that supports pluggable backends. I'd be more than happy to help get this as a Kubernetes cluster addon...

Hi, Was looking at your repo, and I was wondering if you have a local docker-compose with kubernetes, kube-ui and romulus ? I would like to see test it.