Skip to content

Commit

Permalink
Moved GCP-specific docs to GCP pipelines section. (#1498)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahmaddox authored and k8s-ci-robot committed Jan 6, 2020
1 parent d75216f commit ab7ae7f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
8 changes: 5 additions & 3 deletions content/_redirects
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
/docs/pipelines/output-viewer/ /docs/pipelines/sdk/output-viewer/
/docs/pipelines/pipelines-metrics/ /docs/pipelines/sdk/pipelines-metrics/
/docs/pipelines/build-component/ /docs/pipelines/sdk/build-component/
/docs/pipelines/enable-gpu-and-tpu/ /docs/pipelines/sdk/gcp/enable-gpu-and-tpu/
/docs/pipelines/install-sdk/ /docs/pipelines/sdk/install-sdk/
/docs/pipelines/lightweight-python-components/ /docs/pipelines/sdk/lightweight-python-components/
/docs/pipelines/build-pipeline/ /docs/pipelines/tutorials/build-pipeline/
Expand All @@ -42,8 +41,11 @@
/docs/pipelines/metrics/output-viewer/ /docs/pipelines/sdk/output-viewer/
/docs/pipelines/concepts/* /docs/pipelines/overview/concepts/:splat
/docs/pipelines/pipelines-overview/ /docs/pipelines/overview/pipelines-overview/
/docs/pipelines/sdk/enable-gpu-and-tpu/ /docs/pipelines/sdk/gcp/enable-gpu-and-tpu/
/docs/pipelines/preemptible/ /docs/pipelines/sdk/gcp/preemptible/
/docs/pipelines/enable-gpu-and-tpu/ /docs/gke/pipelines/enable-gpu-and-tpu/
/docs/pipelines/sdk/enable-gpu-and-tpu/ /docs/gke/pipelines/enable-gpu-and-tpu/
/docs/pipelines/sdk/gcp/enable-gpu-and-tpu/ /docs/gke/pipelines/enable-gpu-and-tpu/
/docs/pipelines/preemptible/ /docs/gke/pipelines/preemptible/
/docs/pipelines/sdk/gcp/preemptible/ /docs/gke/pipelines/preemptible/
/docs/pipelines/reusable-components/ /docs/examples/shared-resources/
/docs/pipelines/sdk/reusable-components/ /docs/examples/shared-resources/

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
+++
title = "Enable GPU and TPU"
title = "Enabling GPU and TPU"
description = "Enable GPU and TPU for Kubeflow Pipelines on Google Kubernetes Engine (GKE)"
weight = 10
weight = 70
+++

This page describes how to enable GPU or TPU for a pipeline on GKE by using the Pipelines
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
+++
title = "Using Preemptible VMs and GPUs on GCP"
description = "Configuring preemptible VMs and GPUs for Kubeflow Pipelines on GCP"
weight = 10
weight = 80
+++

This document describes how to configure preemptible virtual machines
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@
title = "GCP-specific Uses of the SDK"
description = "SDK features that are available on Google Cloud Platform (GCP) only"
weight = 130
+++
+++

For pipeline features that are specific to GCP, including SDK features, see the
[GCP section of the docs](/docs/gke/pipelines/).

0 comments on commit ab7ae7f

Please sign in to comment.