Skip to content

Commit 5548f21

Browse files
committed
Correct description of registering APIService
APIService doesn't have `path` field and cannot call a service at specified subpath. This might be a copy-paste error from service in CRD webhook.
1 parent b386a31 commit 5548f21

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

content/en/docs/tasks/access-kubernetes-api/configure-aggregation-layer.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -251,15 +251,14 @@ The name of an APIService object must be a valid
251251
252252
#### Contacting the extension apiserver
253253
254-
Once the Kubernetes apiserver has determined a request should be sent to a extension apiserver,
254+
Once the Kubernetes apiserver has determined a request should be sent to an extension apiserver,
255255
it needs to know how to contact it.
256256
257-
The `service` stanza is a reference to the service for a extension apiserver.
257+
The `service` stanza is a reference to the service for an extension apiserver.
258258
The service namespace and name are required. The port is optional and defaults to 443.
259-
The path is optional and defaults to "/".
260259

261-
Here is an example of an extension apiserver that is configured to be called on port "1234"
262-
at the subpath "/my-path", and to verify the TLS connection against the ServerName
260+
Here is an example of an extension apiserver that is configured to be called on port "1234",
261+
and to verify the TLS connection against the ServerName
263262
`my-service-name.my-service-namespace.svc` using a custom CA bundle.
264263

265264
```yaml

0 commit comments

Comments
 (0)