Skip to content

Commit

Permalink
Replaced KFAPP with KF_NAME and fixed some URLs. (#1266)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahmaddox authored and k8s-ci-robot committed Oct 24, 2019
1 parent fef39f1 commit 8aa22af
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions content/docs/pipelines/sdk/gcp/preemptible.md
Expand Up @@ -65,9 +65,9 @@ Where:
autoscaling](https://cloud.google.com/kubernetes-engine/docs/how-to/cluster-autoscaler)
functionality.
+ `DEPLOYMENT_NAME` is the name of your Kubeflow deployment. If you used
[the CLI to deploy Kubeflow](https://www.kubeflow.org/docs/gke/deploy/deploy-cli/),
this name is the value of the `${KFAPP}` environment variable. If you used
the [deployment UI](https://www.kubeflow.org/docs/gke/deploy/deploy-ui/),
[the CLI to deploy Kubeflow](/docs/gke/deploy/deploy-cli/),
this name is the value of the `${KF_NAME}` environment variable. If you used
the [deployment UI](/docs/gke/deploy/deploy-ui/),
this name is the value you specified as the deployment name.
+ `PROJECT_NAME` is the name of your GCP project.

Expand All @@ -85,7 +85,7 @@ Below is an example of the command:
After configuring a node pool with preemptible VMs, you must configure your
pipelines to run on the preemptible VMs.

In the [DSL code](https://www.kubeflow.org/docs/pipelines/sdk/dsl-overview/) for
In the [DSL code](/docs/pipelines/sdk/sdk-overview/) for
your pipeline, add the following to the `ContainerOp` instance:

.apply(gcp.use_preemptible_nodepool())
Expand Down Expand Up @@ -187,9 +187,9 @@ Where:
[GKE autoscaling](https://cloud.google.com/kubernetes-engine/docs/how-to/cluster-autoscaler)
functionality.
+ `DEPLOYMENT_NAME` is the name of your Kubeflow deployment. If you used
[the CLI to deploy Kubeflow](https://www.kubeflow.org/docs/gke/deploy/deploy-cli/),
this name is the value of the `${KFAPP}` environment variable. If you used
the [deployment UI](https://www.kubeflow.org/docs/gke/deploy/deploy-ui/),
[the CLI to deploy Kubeflow](/docs/gke/deploy/deploy-cli/),
this name is the value of the `${KF_NAME}` environment variable. If you used
the [deployment UI](/docs/gke/deploy/deploy-ui/),
this name is the value you specified as the deployment name.
+ `PROJECT_NAME` is the name of your GCP project.
+ `GPU_TYPE` is the [type of
Expand All @@ -208,7 +208,7 @@ Below is an example of the command:

### 3. Schedule your pipeline to run on the preemptible VMs with preemptible GPUs

In the [DSL code](https://www.kubeflow.org/docs/pipelines/sdk/dsl-overview/) for
In the [DSL code](/docs/pipelines/sdk/sdk-overview/) for
your pipeline, add the following to the `ContainerOp` instance:

.apply(gcp.use_preemptible_nodepool()
Expand Down

0 comments on commit 8aa22af

Please sign in to comment.