From 843796e0c549fa8ee98d0afc07ea4479719f66a3 Mon Sep 17 00:00:00 2001 From: Kunming Qu <37601826+kunmingg@users.noreply.github.com> Date: Sun, 1 Sep 2019 22:45:41 -0700 Subject: [PATCH] add --use_basic_auth flag to cli doc (#1112) --- content/docs/gke/deploy/deploy-cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/gke/deploy/deploy-cli.md b/content/docs/gke/deploy/deploy-cli.md index 2f0efbcff7..d0f3b32c20 100644 --- a/content/docs/gke/deploy/deploy-cli.md +++ b/content/docs/gke/deploy/deploy-cli.md @@ -84,7 +84,7 @@ Follow these steps to deploy Kubeflow: # Run this command for the default installation which uses Cloud IAP: kfctl init ${KFAPP} --project ${PROJECT} --config=https://raw.githubusercontent.com/kubeflow/kubeflow/c54401e/bootstrap/config/kfctl_gcp_iap.0.6.2.yaml -V # Alternatively, run this command if you want to use basic authentication: - kfctl init ${KFAPP} --project ${PROJECT} --config=https://raw.githubusercontent.com/kubeflow/kubeflow/c54401e/bootstrap/config/kfctl_gcp_basic_auth.0.6.2.yaml -V + kfctl init ${KFAPP} --project ${PROJECT} --config=https://raw.githubusercontent.com/kubeflow/kubeflow/c54401e/bootstrap/config/kfctl_gcp_basic_auth.0.6.2.yaml -V --use_basic_auth cd ${KFAPP} kfctl generate all -V --zone ${ZONE}