Skip to content

Commit 6ca9bb9

Browse files
committed
Manually code image tag
1 parent d463ee0 commit 6ca9bb9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ that are most appropriate for your configuration, do the following:
4141
1. Create a cluster with no Pod Security Standards applied:
4242

4343
```shell
44-
kind create cluster --name psa-wo-cluster-pss --image kindest/node:v{{< skew currentVersion >}}.0
44+
kind create cluster --name psa-wo-cluster-pss --image kindest/node:v1.24.0
4545
```
4646
The output is similar to this:
4747
```
4848
Creating cluster "psa-wo-cluster-pss" ...
49-
✓ Ensuring node image (kindest/node:v{{< skew currentVersion >}}.0) 🖼
49+
✓ Ensuring node image (kindest/node:v1.24.0) 🖼
5050
✓ Preparing nodes 📦
5151
✓ Writing configuration 📜
5252
✓ Starting control-plane 🕹️
@@ -248,12 +248,12 @@ following:
248248
these Pod Security Standards:
249249
250250
```shell
251-
kind create cluster --name psa-with-cluster-pss --image kindest/node:v{{< skew currentVersion >}}.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
252252
```
253253
The output is similar to this:
254254
```
255255
Creating cluster "psa-with-cluster-pss" ...
256-
✓ Ensuring node image (kindest/node:v{{< skew currentVersion >}}.0) 🖼
256+
✓ Ensuring node image (kindest/node:v1.24.0) 🖼
257257
✓ Preparing nodes 📦
258258
✓ Writing configuration 📜
259259
✓ Starting control-plane 🕹️

0 commit comments

Comments
 (0)