elotl / kip

Virtual-kubelet provider running pods in cloud instances
Apache License 2.0
223 stars 14 forks source link

fix error with authentication for kubectl in GKE terraform #243

Closed hidalgopl closed 3 years ago

hidalgopl commented 3 years ago

starting with GKE 1.19

master_auth {
    username = "client"
    password = local.password

is deprecated now; added alternative way to authenticate with kubernetes apiserver for kubectl, in order to install kip.