• Thong Kuah's avatar
    Fix commands for kubectl >= 1.12 · c5522c7d
    Thong Kuah authored
    The `--username` and `--password` top level options have been removed.
    
    Fortunately we have a backwards compatible way of setting the
    credentials via `kubectl config set-credentials <name>`, and using the
    `--user <name>` top level option which is available at least in 1.10
    (and possibly farther back).
    c5522c7d
kubernetes_cluster.rb 4.53 KB