Project31 / kubernetes-installer-rpi

Apache License 2.0
15 stars 7 forks source link

Add ETCD_UNSUPPORTED_ARCH environment variable #1

Closed watkinspd closed 8 years ago

watkinspd commented 8 years ago

Added the ETCD_UNSUPPORTED_ARCH environment variable so that the etcd container will run. Without this was getting an error in the etcd container log: {"log":"2016-04-16 21:35:35.095147 E | etcdmain: etcd on unsupported platform without ETCD_UNSUPPORTED_ARCH=arm set.\n","stream":"stderr","time":"2016-04-16T21:35:35.101447739Z"}

KurtStam commented 8 years ago

Thanks @watkinspd