Right now, I can add my ip using
gcloud container clusters update core-cluster --zone=asia-southeast1-a --enable-master-authorized-networks --master-authorized-networks w.x.y.z/32
but it overrides all the existing authorized networks that was already there.
Is there any way to append the new ip to the existing list of authorized networks?