• John Koleszar's avatar
    Fix tiller deployment on RBAC clusters · 1e03f1bc
    John Koleszar authored
    Adds automountServiceAccountToken when a serviceAccount is specified.
    
    Prior to this, tiller falls back to contacting the KUBERNETES_SERVICE on
    localhost:8080 rather than respecting the cluster IP in the
    KUBERNETES_SERVICE_{HOST,PORT} environment variables.
    
    Fixes #3460, fixes #3467.
    1e03f1bc
install.go 10.9 KB