albertrdixon / romulus

A kubernetes ingress controller
MIT License
103 stars 12 forks source link

Unknown long flag --vulcan-api #26

Closed cescoferraro closed 8 years ago

cescoferraro commented 8 years ago

Running the default replication controller I get

cesco@Laptop: ~/code/go/src/bitbucket.org/cescoferraro/cluster/terraform on master [+!$]
$ kubectl --namespace=kube-system logs  ingress-controller-v1-7ysre romulus
romulusd: error: unknown long flag '--vulcan-api', try --help
minikiller commented 8 years ago

I also get the same error. Try change flag '--vulcan-api' to '--vulcand-api',it will works!

cescoferraro commented 8 years ago

yeah!