Skip to content

Commit 8df9ac7

Browse files
authored
Merge pull request #7285 from ykakarap/docs-link-k8sproxies
📖 add link to Kubernetes proxies in Runtime Extensions doc
2 parents 7483e2f + 84110f2 commit 8df9ac7

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)