Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove gcloud instructions in how to deploy to GCP page #500

Merged
merged 10 commits into from
Dec 12, 2024
16 changes: 7 additions & 9 deletions docs/docs/how-tos/nebari-gcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,19 @@ will walk you through the following steps:

viniciusdc marked this conversation as resolved.
Show resolved Hide resolved
- [Introduction](#introduction)
- [Sign up for Google Cloud Platform](#sign-up-for-google-cloud-platform)
- [Set up the `gcloud` CLI](#set-up-the-gcloud-cli)
- [Authentication](#authentication)
- [Required GCP APIs](#required-gcp-apis)
- [Initializing Nebari](#initializing-nebari)
- [Deploying Nebari](#deploying-nebari)
- [Destroying Nebari](#destroying-nebari)

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
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
this guide.

:::warning important
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).
:::

## Sign up for Google Cloud Platform

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
Expand All @@ -46,12 +50,6 @@ A Nebari deployment on GCP will **NOT** fall into `free tier` usage. Therefore,
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.
:::

## Set up the `gcloud` CLI

As Nebari executes some preliminary steps to check Kubernetes compatibility within the GCP infrastructure, it needs to use the
[`gcloud` command line interface (CLI)](https://cloud.google.com/sdk/gcloud) to interact with the Google Cloud Platform. You will have to
[install the `gcloud` CLI on your system](https://cloud.google.com/sdk/docs/install) before you can use Nebari.

The remaining steps will assume that you are logged in to a GCP account that has admin privileges for the newly created project.

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

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