k3s/pkg/volume/cinder
wlan0 a68c783dc8 Use ProviderID to address nodes in the cloudprovider
The cloudprovider is being refactored out of kubernetes core. This is being
done by moving all the cloud-specific calls from kube-apiserver, kubelet and
kube-controller-manager into a separately maintained binary(by vendors) called
cloud-controller-manager. The Kubelet relies on the cloudprovider to detect information
about the node that it is running on. Some of the cloudproviders worked by
querying local information to obtain this information. In the new world of things,
local information cannot be relied on, since cloud-controller-manager will not
run on every node. Only one active instance of it will be run in the cluster.

Today, all calls to the cloudprovider are based on the nodename. Nodenames are
unqiue within the kubernetes cluster, but generally not unique within the cloud.
This model of addressing nodes by nodename will not work in the future because
local services cannot be queried to uniquely identify a node in the cloud. Therefore,
I propose that we perform all cloudprovider calls based on ProviderID. This ID is
a unique identifier for identifying a node on an external database (such as
the instanceID in aws cloud).
2017-03-27 23:13:13 -07:00
..
BUILD Update generated files 2017-01-29 21:41:45 +01:00
OWNERS Update OWNERS 2017-01-17 16:20:24 -08:00
attacher.go Implement support for mount options in PVs 2017-03-01 11:50:40 -05:00
attacher_test.go Use ProviderID to address nodes in the cloudprovider 2017-03-27 23:13:13 -07:00
cinder.go Impement bulk polling of volumes 2017-03-02 14:59:59 -05:00
cinder_test.go move authoritative client-go utils out of pkg 2017-01-24 08:59:18 -05:00
cinder_util.go resolve udevadm from PATH 2017-02-10 22:22:32 +01:00
doc.go