Skip to content

Commit e59fb22

Browse files
committed
Move TOC to the top and get rid of gcloud requirements
1 parent 7a27e1f commit e59fb22

File tree

1 file changed

+8
-14
lines changed

1 file changed

+8
-14
lines changed

docs/docs/how-tos/nebari-gcp.md

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@ title: Deploy Nebari on GCP
44
description: A basic overview of how to deploy Nebari on GCP.
55
---
66

7-
## Introduction
8-
9-
This guide is to help first-time users set up a Google Cloud Platform account specifically for the purpose of using and deploying Nebari at a production scale. In this guide we
10-
will walk you through the following steps:
11-
127
- [Introduction](#introduction)
138
- [Sign up for Google Cloud Platform](#sign-up-for-google-cloud-platform)
14-
- [Set up the `gcloud` CLI](#set-up-the-gcloud-cli)
159
- [Authentication](#authentication)
10+
- [Required GCP APIs](#required-gcp-apis)
1611
- [Initializing Nebari](#initializing-nebari)
1712
- [Deploying Nebari](#deploying-nebari)
1813
- [Destroying Nebari](#destroying-nebari)
1914

20-
For those already familiar with Google Cloud Platform and `gcloud`, feel free to skip this first step and jump straight to the [Nebari authentication](#authentication) section of
15+
## Introduction
16+
17+
This guide is to help first-time users set up a Google Cloud Platform account specifically for the purpose of using and deploying Nebari at a production scale. In this guide we
18+
will walk you through the following steps:
19+
20+
For those already familiar with Google Cloud Platform, feel free to skip this first step and jump straight to the [Nebari authentication](#authentication) section of
2121
this guide.
2222

2323
## Sign up for Google Cloud Platform
@@ -46,12 +46,6 @@ A Nebari deployment on GCP will **NOT** fall into `free tier` usage. Therefore,
4646
administrator for more information. If you provision resources outside the free tier, you may be charged. We're not responsible for any charges you may incur if this happens.
4747
:::
4848

49-
## Set up the `gcloud` CLI
50-
51-
As Nebari executes some preliminary steps to check Kubernetes compatibility within the GCP infrastructure, it needs to use the
52-
[`gcloud` command line interface (CLI)](https://cloud.google.com/sdk/gcloud) to interact with the Google Cloud Platform. You will have to
53-
[install the `gcloud` CLI on your system](https://cloud.google.com/sdk/docs/install) before you can use Nebari.
54-
5549
The remaining steps will assume that you are logged in to a GCP account that has admin privileges for the newly created project.
5650

5751
## Authentication
@@ -114,7 +108,7 @@ startup file (for example, for example in the `~/.bashrc` or `~/.profile` for th
114108

115109
:::note
116110
The steps in the following sections assume you have (i) completed the [Install Nebari][nebari-install] section, (ii) confirmed that Nebari is successfully
117-
installed in your environment, (iii) opted for **GCP** as your cloud provider which includes installing and initializing `gcloud`, and (iv) already configured the Nebari
111+
installed in your environment, (iii) opted for **GCP** as your cloud provider, and (iv) already configured the Nebari
118112
environment variables. If you had any issues during the installation, please visit the "Get started" section of our [troubleshooting page][nebari-troubleshooting] for further
119113
guidance.
120114
:::

0 commit comments

Comments
 (0)