johscheuer / theforeman-coreos-kubernetes

A small collection of templates used to deploy Kubernets on CoreOS with theforeman
Apache License 2.0
23 stars 8 forks source link

wupiao parameter bug #7

Closed TheKangaroo closed 8 years ago

TheKangaroo commented 8 years ago

Hi,

i think there is a little mistake in standalone: https://github.com/johscheuer/theforeman-coreos-kubernetes/blob/master/kubernetes/standalone_cloudconfig.erb#L149 and https://github.com/johscheuer/theforeman-coreos-kubernetes/blob/master/kubernetes/standalone_cloudconfig.erb#L168 since you use the wupiao with two parameters instead of just one. Changing 127.0.0.1 8080 to 127.0.0.1:8080 solved this for me.

Anyway you really helped me setting up kubernetes with foreman. Thank you!

johscheuer commented 8 years ago

Thanks!

I'm glad I could help you :)