Fix typos in concept pages (#10481)
* Remove unnecessary bracket * Remove unnecessary parenthesis and add line break for easier reading flow. * Fix typos
This commit is contained in:
committed by
k8s-ci-robot
parent
2d27384e3e
commit
9c2f4b7123
@@ -132,7 +132,7 @@ Adding an API does not directly let you affect the behavior of existing APIs (e.
|
||||
|
||||
### API Access Extensions
|
||||
|
||||
When a request reaches the Kubernetes API Server, it is first Authenticated, then Authorized, then subject to various types of Admission Control. See [Controlling Access to the Kubernetes API](/docs/reference/access-authn-authz/controlling-access/)] for more on this flow.
|
||||
When a request reaches the Kubernetes API Server, it is first Authenticated, then Authorized, then subject to various types of Admission Control. See [Controlling Access to the Kubernetes API](/docs/reference/access-authn-authz/controlling-access/) for more on this flow.
|
||||
|
||||
Each of these steps offers extension points.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user