Skip to content

Commit e729390

Browse files
committed
edits
1 parent 8080a8f commit e729390

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/reference/replicated-sdk-apis.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,12 @@ To use port forwarding to access the SDK API:
1919
```bash
2020
kubectl port-forward service/replicated 3000
2121
```
22+
```
23+
Forwarding from 127.0.0.1:3000 -> 3000
24+
Forwarding from [::1]:3000 -> 3000
25+
```
2226

23-
1. Interact with the SDK API endpoints as desired using the port forward. For example:
27+
1. With the port forward running, test the SDK API endpoints as desired. For example:
2428

2529
```bash
2630
curl localhost:3000/api/v1/license/fields/expires_at

0 commit comments

Comments
 (0)