Skip to content

Commit

Permalink
Fix typo and add blank lines in enforce-standards-admission-controller
Browse files Browse the repository at this point in the history
  • Loading branch information
windsonsea committed Feb 15, 2023
1 parent 08dbd2d commit 681e433
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@ You can configure this admission controller to set cluster-wide defaults and [ex
## {{% heading "prerequisites" %}}

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

{{% version-check %}}

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


```yaml
apiVersion: apiserver.config.k8s.io/v1 # see compatibility note
kind: AdmissionConfiguration
Expand Down Expand Up @@ -63,6 +64,7 @@ plugins:
# Array of namespaces to exempt.
namespaces: []
```

{{< note >}}
The above manifest needs to be specified via the `--admission-control-config-file` to kube-apiserver.
{{< /note >}}
Expand Down

0 comments on commit 681e433

Please sign in to comment.