Skip to content

Commit 84110f2

Browse files
author
Yuvaraj Kakaraparthi
committed
add link to kubernetes proxies
1 parent 7483e2f commit 84110f2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/book/src/tasks/experimental-features/runtime-sdk/implement-extensions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,8 @@ curl -X 'POST' 'http://127.0.0.1:8001/api/v1/namespaces/default/services/https:w
316316
-d '{"apiVersion":"hooks.runtime.cluster.x-k8s.io/v1alpha1","kind":"DiscoveryRequest"}' | jq
317317
```
318318

319-
For more details about the API of the Runtime Extensions please see <button onclick="openSwaggerUI()">Swagger UI</button>.
319+
For more details about the API of the Runtime Extensions please see <button onclick="openSwaggerUI()">Swagger UI</button>.
320+
For more details on proxy support please see [Proxies in Kubernetes](https://kubernetes.io/docs/concepts/cluster-administration/proxies/).
320321

321322
<script>
322323
// openSwaggerUI calculates the absolute URL of the RuntimeSDK YAML file and opens Swagger UI.

0 commit comments

Comments
 (0)