mirror of https://github.com/kubeflow/website.git
Moved GCP-specific docs to GCP pipelines section. (#1498)
This commit is contained in:
parent
d75216f50e
commit
ab7ae7f914
|
|
@ -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/
|
||||
|
|
@ -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/
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
@ -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/).
|
||||
Loading…
Reference in New Issue