Skip to content

Commit 01cbea7

Browse files
authored
Merge pull request #34649 from Babapool/cluster-level-pss-version-docs
Document "Apply Pod Security Standards at the Cluster Level" for recent release
2 parents 5e568ed + 6ca9bb9 commit 01cbea7

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

content/en/docs/tutorials/security/cluster-level-pss.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ to all namespaces in a cluster.
1919

2020
To apply Pod Security Standards to specific namespaces, refer to [Apply Pod Security Standards at the namespace level](/docs/tutorials/security/ns-level-pss).
2121

22+
If you are running a version of Kubernetes other than v{{< skew currentVersion >}},
23+
check the documentation for that version.
24+
2225
## {{% heading "prerequisites" %}}
2326

2427
Install the following on your workstation:
@@ -38,12 +41,12 @@ that are most appropriate for your configuration, do the following:
3841
1. Create a cluster with no Pod Security Standards applied:
3942

4043
```shell
41-
kind create cluster --name psa-wo-cluster-pss --image kindest/node:v1.23.0
44+
kind create cluster --name psa-wo-cluster-pss --image kindest/node:v1.24.0
4245
```
4346
The output is similar to this:
4447
```
4548
Creating cluster "psa-wo-cluster-pss" ...
46-
✓ Ensuring node image (kindest/node:v1.23.0) 🖼
49+
✓ Ensuring node image (kindest/node:v1.24.0) 🖼
4750
✓ Preparing nodes 📦
4851
✓ Writing configuration 📜
4952
✓ Starting control-plane 🕹️
@@ -245,12 +248,12 @@ following:
245248
these Pod Security Standards:
246249
247250
```shell
248-
kind create cluster --name psa-with-cluster-pss --image kindest/node:v1.23.0 --config /tmp/pss/cluster-config.yaml
251+
kind create cluster --name psa-with-cluster-pss --image kindest/node:v1.24.0 --config /tmp/pss/cluster-config.yaml
249252
```
250253
The output is similar to this:
251254
```
252255
Creating cluster "psa-with-cluster-pss" ...
253-
✓ Ensuring node image (kindest/node:v1.23.0) 🖼
256+
✓ Ensuring node image (kindest/node:v1.24.0) 🖼
254257
✓ Preparing nodes 📦
255258
✓ Writing configuration 📜
256259
✓ Starting control-plane 🕹️

0 commit comments

Comments
 (0)