Skip to content

Commit

Permalink
* Add out of date banners.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Lewi committed Jun 27, 2020
1 parent 451e663 commit 07b00b1
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
6 changes: 6 additions & 0 deletions content/en/docs/gke/deploy/delete-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ description = "Deleting Kubeflow from GCP using the command line interface (CLI)
weight = 6
+++

{{% alert title="Out of date" color="warning" %}}
This guide contains outdated information pertaining to Kubeflow 1.0. This guide
needs to be updated for Kubeflow 1.1.
{{% /alert %}}


This page shows you how to use the CLI to delete a Kubeflow deployment on
Google Cloud Platform (GCP).

Expand Down
5 changes: 5 additions & 0 deletions content/en/docs/gke/deploy/delete-ui.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ description = "Deleting Kubeflow using the Google Cloud Platform (GCP) Console"
weight = 7
+++

{{% alert title="Out of date" color="warning" %}}
This guide contains outdated information pertaining to Kubeflow 1.0. This guide
needs to be updated for Kubeflow 1.1.
{{% /alert %}}

This page shows you how to delete your Kubeflow deployment using Deployment
Manager in the GCP Console.

Expand Down
8 changes: 4 additions & 4 deletions content/en/docs/gke/deploy/deploy-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ Before installing Kubeflow on the command line:

1. You must have created a management cluster and installed Config Connector.

* If you don't have a management cluster follow the [instructions](management-setup.md)
* If you don't have a management cluster follow the [instructions](../management-setup/)

* Your management cluster must have a namespace setup to administer the GCP project where
Kubeflow will be deployed. Follow the [instructions](management-setup.md) to create
Kubeflow will be deployed. Follow the [instructions](../management-setup/) to create
one if you haven't already.

1. If you're using
Expand Down Expand Up @@ -141,8 +141,8 @@ gcloud.compute.zone | The zone to use for zonal resources; must be in gcloud.com
* Set environment variables with OAuth Client ID and Secret for IAP

```
export CLIENT_ID=
export CLIENT_SECRET=
export CLIENT_ID=<Your CLIENT_ID>
export CLIENT_SECRET=<Your CLIENT_SECRET>
```

* Invoke the make rule to set the kpt setters
Expand Down
5 changes: 5 additions & 0 deletions content/en/docs/gke/deploy/deploy-ui.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ description = "Instructions for using the UI to deploy Kubeflow on Google Cloud
weight = 3
+++

{{% alert title="Out of date" color="warning" %}}
This guide contains outdated information pertaining to Kubeflow 1.0. This guide
needs to be updated for Kubeflow 1.1.
{{% /alert %}}

This page provides instructions for using the Kubeflow deployment web app to
deploy Kubeflow on GCP. The deployment web app currently supports
**Kubeflow {{% kf-deployment-ui-version %}}**.
Expand Down

0 comments on commit 07b00b1

Please sign in to comment.