What's a kubernetes provider?

6/6/2016

I have difficulties to understand what we do when we set kubernetes_provider? Can we make our own with two hosts? If so, what I should choose if I use ubuntu 14.04 LTS as OS.

-- rsabir
kubernetes
ubuntu

1 Answer

6/23/2016

if you deploy kubernetes on ubuntu nodes, then you need set KUBERNETES_PROVIDER like bellow:

$ KUBERNETES_PROVIDER=ubuntu ./kube-up.sh

-- zhenxing lu
Source: StackOverflow