• wlan0's avatar
    Use ProviderID to address nodes in the cloudprovider · a68c783d
    wlan0 authored
    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).
    a68c783d
Name
Last commit
Last update
..
aws_ebs Loading commit data...
azure_dd Loading commit data...
azure_file Loading commit data...
cephfs Loading commit data...
cinder Loading commit data...
configmap Loading commit data...
downwardapi Loading commit data...
empty_dir Loading commit data...
fc Loading commit data...
flexvolume Loading commit data...
flocker Loading commit data...
gce_pd Loading commit data...
git_repo Loading commit data...
glusterfs Loading commit data...
host_path Loading commit data...
iscsi Loading commit data...
nfs Loading commit data...
photon_pd Loading commit data...
portworx Loading commit data...
projected Loading commit data...
quobyte Loading commit data...
rbd Loading commit data...
scaleio Loading commit data...
secret Loading commit data...
testing Loading commit data...
util Loading commit data...
validation Loading commit data...
vsphere_volume Loading commit data...
BUILD Loading commit data...
OWNERS Loading commit data...
README.md Loading commit data...
doc.go Loading commit data...
metrics_cached.go Loading commit data...
metrics_du.go Loading commit data...
metrics_du_test.go Loading commit data...
metrics_errors.go Loading commit data...
metrics_nil.go Loading commit data...
metrics_nil_test.go Loading commit data...
metrics_statfs.go Loading commit data...
metrics_statfs_test.go Loading commit data...
plugins.go Loading commit data...
plugins_test.go Loading commit data...
util.go Loading commit data...
util_test.go Loading commit data...
volume.go Loading commit data...
volume_linux.go Loading commit data...
volume_unsupported.go Loading commit data...