• Mike Fedosin's avatar
    Allow to define kubeconfig file for OpenStack cloud provider · bac22911
    Mike Fedosin authored
    Now, to build a kubernetes client, provider uses only in-cluster config,
    but if kubelet is not running as a pod, then it doesn't work.
    
    This commit adds an ability to specify a path to the kubeconfig file if
    necessary. If no value was provided, then the provider falls back to
    in-cluster config.
    bac22911