Skip to content

Commit 43c71c5

Browse files
pratyakshsharmatdcmeehan
authored andcommitted
Fix helm and kubectl commands
1 parent f02144d commit 43c71c5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

website/blog/2023-08-02-presto-on-kubernetes-with-helm-prestocon-day.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Prerequisites:
5656

5757
**Step 1: Add Presto Helm Chart Repository**
5858

59-
`helm repo add presto https://example.com/presto/charts`
59+
`helm repo add presto https://prestodb.github.io/presto-helm-charts`
6060

6161
**Step 2: Explore the Helm Chart Information**
6262

@@ -84,7 +84,7 @@ This command will show the status of the Presto Pods. Ensure that the coordinato
8484

8585
**Step 6: Access Presto UI**
8686

87-
`kubectl port-forward svc/my-presto-coordinator 8080:8080`
87+
`kubectl port-forward svc/my-presto 8080:8080`
8888

8989
This command will create a port-forwarding tunnel, allowing you to access the Presto UI at http://localhost:8080 on your local machine.
9090

@@ -108,7 +108,7 @@ Ensure that all Presto Pods are running and ready.
108108

109109
**Step 10: Access Presto UI**
110110

111-
`kubectl port-forward svc/my-presto-coordinator 8080:8080`
111+
`kubectl port-forward svc/my-presto 8080:8080`
112112

113113
Access the Presto UI at http://localhost:8080 on your local machine.
114114

@@ -126,7 +126,7 @@ Ensure all Presto Pods, including coordinators and workers, are running and read
126126

127127
**Step 13: Access Presto UI**
128128

129-
`kubectl port-forward svc/my-presto-coordinator 8080:8080`
129+
`kubectl port-forward svc/my-presto 8080:8080`
130130

131131
Access the Presto UI at http://localhost:8080 on your local machine.
132132

0 commit comments

Comments
 (0)