File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
content/en/docs/tasks/access-kubernetes-api Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -251,15 +251,14 @@ The name of an APIService object must be a valid
251
251
252
252
#### Contacting the extension apiserver
253
253
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,
255
255
it needs to know how to contact it.
256
256
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.
258
258
The service namespace and name are required. The port is optional and defaults to 443.
259
- The path is optional and defaults to "/".
260
259
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
263
262
` my-service-name.my-service-namespace.svc` using a custom CA bundle.
264
263
265
264
` ` ` yaml
You can’t perform that action at this time.
0 commit comments