Follow-up to #920
We should include arguments --configuration in the gcloud extra arguments and determine if any more need to be added. In addition, we should consider whether to it is helpful to implement an additional gcloud flag which would allow the user to set the arguments in the kubeconfig independently from those in the get-credentials call, e.g. gcloud container clusters get-credentials my-cluster --configuration=initial-config --gcloud-extra-args="--configuration=ongoing-config"
Follow-up to #920
We should include arguments --configuration in the gcloud extra arguments and determine if any more need to be added. In addition, we should consider whether to it is helpful to implement an additional gcloud flag which would allow the user to set the arguments in the kubeconfig independently from those in the
get-credentialscall, e.g.gcloud container clusters get-credentials my-cluster --configuration=initial-config --gcloud-extra-args="--configuration=ongoing-config"