Skip to content

Commit b506716

Browse files
authored
Merge pull request #500 from nebari-dev/google-cloud-python
Remove `gcloud` instructions in how to deploy to GCP page
2 parents 3ffb89e + 2d4e23d commit b506716

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

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

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,19 @@ will walk you through the following steps:
1111

1212
- [Introduction](#introduction)
1313
- [Sign up for Google Cloud Platform](#sign-up-for-google-cloud-platform)
14-
- [Set up the `gcloud` CLI](#set-up-the-gcloud-cli)
1514
- [Authentication](#authentication)
15+
- [Required GCP APIs](#required-gcp-apis)
1616
- [Initializing Nebari](#initializing-nebari)
1717
- [Deploying Nebari](#deploying-nebari)
1818
- [Destroying Nebari](#destroying-nebari)
1919

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
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

23+
:::warning important
24+
Before version 2024.9.1, Nebari relied on users having `gcloud`, Google Cloud's CLI, installed locally on the machine they were deploying Nebari from. If you want to install an older version, make sure to [install it](https://cloud.google.com/sdk/docs/install).
25+
:::
26+
2327
## Sign up for Google Cloud Platform
2428

2529
This documentation assumes that you are already familiar with Google Cloud Platform accounts, and that you have prior knowledge regarding GCP billing and cost usage for Kubernetes related
@@ -46,12 +50,6 @@ A Nebari deployment on GCP will **NOT** fall into `free tier` usage. Therefore,
4650
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.
4751
:::
4852

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-
5553
The remaining steps will assume that you are logged in to a GCP account that has admin privileges for the newly created project.
5654

5755
## Authentication
@@ -118,7 +116,7 @@ startup file (for example, for example in the `~/.bashrc` or `~/.profile` for th
118116

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

0 commit comments

Comments
 (0)