Skip to content

Commit 681e433

Browse files
committed
Fix typo and add blank lines in enforce-standards-admission-controller
1 parent 08dbd2d commit 681e433

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

content/en/docs/tasks/configure-pod-container/enforce-standards-admission-controller.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,11 @@ You can configure this admission controller to set cluster-wide defaults and [ex
1313
## {{% heading "prerequisites" %}}
1414

1515
Following an alpha release in Kubernetes v1.22,
16-
Pod Security Admission becaome available by default in Kubernetes v1.23, as
16+
Pod Security Admission became available by default in Kubernetes v1.23, as
1717
a beta. From version 1.25 onwards, Pod Security Admission is generally
18-
available. {{% version-check %}}
18+
available.
19+
20+
{{% version-check %}}
1921

2022
If you are not running Kubernetes {{< skew currentVersion >}}, you can switch
2123
to viewing this page in the documentation for the Kubernetes version that you
@@ -29,7 +31,6 @@ For v1.23 and v1.24, use [v1beta1](https://v1-24.docs.kubernetes.io/docs/tasks/c
2931
For v1.22, use [v1alpha1](https://v1-22.docs.kubernetes.io/docs/tasks/configure-pod-container/enforce-standards-admission-controller/).
3032
{{< /note >}}
3133

32-
3334
```yaml
3435
apiVersion: apiserver.config.k8s.io/v1 # see compatibility note
3536
kind: AdmissionConfiguration
@@ -63,6 +64,7 @@ plugins:
6364
# Array of namespaces to exempt.
6465
namespaces: []
6566
```
67+
6668
{{< note >}}
6769
The above manifest needs to be specified via the `--admission-control-config-file` to kube-apiserver.
6870
{{< /note >}}

0 commit comments

Comments
 (0)