• Brad Davidson's avatar
    Replace k3s cloud provider wrangler controller with core node informer (#2843) · f152f656
    Brad Davidson authored
    * Replace k3s cloud provider wrangler controller with core node informer
    
    Upstream k8s has exposed an interface for cloud providers to access the
    cloud controller manager's node cache and shared informer since
    Kubernetes 1.9. This is used by all the other in-tree cloud providers;
    we should use it too instead of running a dedicated wrangler controller.
    
    Doing so also appears to fix an intermittent issue with the uninitialized
    taint not getting cleared on nodes in CI.
    Signed-off-by: 's avatarBrad Davidson <brad.davidson@rancher.com>
    f152f656
Name
Last commit
Last update
..
cloudprovider.go Loading commit data...
instances.go Loading commit data...