• 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
..
api Loading commit data...
apimachinery/tests Loading commit data...
apis Loading commit data...
auth Loading commit data...
bootstrap/api Loading commit data...
capabilities Loading commit data...
client Loading commit data...
cloudprovider Loading commit data...
controller Loading commit data...
conversion Loading commit data...
credentialprovider Loading commit data...
features Loading commit data...
fieldpath Loading commit data...
fields Loading commit data...
generated Loading commit data...
hyperkube Loading commit data...
kubeapiserver Loading commit data...
kubectl Loading commit data...
kubelet Loading commit data...
kubemark Loading commit data...
labels Loading commit data...
master Loading commit data...
metrics Loading commit data...
printers Loading commit data...
probe Loading commit data...
proxy Loading commit data...
quota Loading commit data...
registry Loading commit data...
routes Loading commit data...
runtime Loading commit data...
security Loading commit data...
securitycontext Loading commit data...
serviceaccount Loading commit data...
ssh Loading commit data...
types Loading commit data...
util Loading commit data...
version Loading commit data...
volume Loading commit data...
watch Loading commit data...
BUILD Loading commit data...
OWNERS Loading commit data...