Skip to content

Commit 3128f50

Browse files
Update deploy-on-google-kubernetes-engine.mdx (#160)
1. Change path of images in the guide from how-to/deploy-on-gke/images/ to images, since images are stored here https://mintlify.s3-us-west-1.amazonaws.com/tensorops/how-to/deploy-on-gke/images/
1 parent a7b02e3 commit 3128f50

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/how-to/deploy-on-gke/deploy-on-google-kubernetes-engine.mdx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,20 @@ This example demonstrates a public deployment. For a private service accessible
1818
<Step title="Select Deploy">
1919
Go to **Workloads** and **Create a new Deployment**.
2020
<Frame>
21-
<img src="how-to/deploy-on-gke/images/step-2.png" />
21+
<img src="images/step-2.png" />
2222
</Frame>
2323
</Step>
2424
<Step title="Name Your Deployment">
2525
Rename your project. We will call the one in this guide **llmstudio-on-gcp**.
2626
<Frame>
27-
<img src="how-to/deploy-on-gke/images/step-3.png" />
27+
<img src="images/step-3.png" />
2828
</Frame>
2929
</Step>
3030
<Step title="Select Your Cluster">
3131
Choose between **creating a new cluster** or **using an existing cluster**.
3232
For this guide, we will create a new cluster and use the default region.
3333
<Frame>
34-
<img src="how-to/deploy-on-gke/images/step-4.png" />
34+
<img src="images/step-4.png" />
3535
</Frame>
3636
</Step>
3737
<Step title="Proceed to Container Details">
@@ -47,7 +47,7 @@ This example demonstrates a public deployment. For a private service accessible
4747
```
4848
Set it as the **Image path** to your container.
4949
<Frame>
50-
<img src="how-to/deploy-on-gke/images/step-6.png" />
50+
<img src="images/step-6.png" />
5151
</Frame>
5252
</Step>
5353
<Step title="Set Environment Variables">
@@ -63,7 +63,7 @@ Additionally, set the `GOOGLE_API_KEY` environment variable to enable calls to G
6363
<Tip>Refer to **SDK/LLM/Providers** for instructions on setting up other providers.</Tip>
6464

6565
<Frame>
66-
<img src="how-to/deploy-on-gke/images/step-7.png" />
66+
<img src="images/step-7.png" />
6767
</Frame>
6868

6969
</Step>
@@ -74,13 +74,13 @@ Additionally, set the `GOOGLE_API_KEY` environment variable to enable calls to G
7474
Select **Expose deployment as a new service** and leave the first item as is.
7575

7676
<Frame>
77-
<img src="how-to/deploy-on-gke/images/step-9-1.png" />
77+
<img src="images/step-9-1.png" />
7878
</Frame>
7979

8080
Add two other items, and expose the ports defined in the **Set Environment Variables** step.
8181

8282
<Frame>
83-
<img src="how-to/deploy-on-gke/images/step-9-2.png" />
83+
<img src="images/step-9-2.png" />
8484
</Frame>
8585
</Step>
8686
<Step title="Deploy">
@@ -108,7 +108,7 @@ Now let's make a call to our LLMstudio instance on GCP!
108108

109109
Go to your newly deployed **Workload**, scroll to the **Exposing services** section, and take note of the Host of your endpoint.
110110
<Frame>
111-
<img src="how-to/deploy-on-gke/images/step-env.png" />
111+
<img src="images/step-env.png" />
112112
</Frame>
113113

114114
Create your `.env` file with the following:
@@ -141,7 +141,7 @@ Now let's make a call to our LLMstudio instance on GCP!
141141
```
142142

143143
<Frame>
144-
<img src="how-to/deploy-on-gke/images/step-llmstudio-call.png" />
144+
<img src="images/step-llmstudio-call.png" />
145145
</Frame>
146146

147147

0 commit comments

Comments
 (0)