We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8080a8f commit e729390Copy full SHA for e729390
docs/reference/replicated-sdk-apis.md
@@ -19,8 +19,12 @@ To use port forwarding to access the SDK API:
19
```bash
20
kubectl port-forward service/replicated 3000
21
```
22
+ ```
23
+ Forwarding from 127.0.0.1:3000 -> 3000
24
+ Forwarding from [::1]:3000 -> 3000
25
26
-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:
28
29
30
curl localhost:3000/api/v1/license/fields/expires_at
0 commit comments