Skip to content

Commit

Permalink
typo fix (kubeflow#1027)
Browse files Browse the repository at this point in the history
  • Loading branch information
amygdala authored and k8s-ci-robot committed Aug 6, 2019
1 parent b3fb238 commit f3d9c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/gke/deploy/deploy-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ Follow these steps to deploy Kubeflow:
running `kfctl apply` you should notice two new [deployments](https://console.cloud.google.com/dm/deployments):
* **{KFAPP}-storage**: This deployment has persistent volumes for your
pipelines.
* **{KFAPP}**: This deployment has all the components of Kubeflow, including a [GKE cluster](https://console.cloud.google.com/kubernetes/list?project=aju-vtests2) named **${KFAPP}** with Kubeflow installed.
* **{KFAPP}**: This deployment has all the components of Kubeflow, including a [GKE cluster](https://console.cloud.google.com/kubernetes/list) named **${KFAPP}** with Kubeflow installed.

1. Once the deployment finishes, check the resources installed in the namespace `kubeflow` in your new cluster. To do this from the command line, first set your `kubectl` credentials to point to the new cluster:

Expand Down

0 comments on commit f3d9c3a

Please sign in to comment.