@@ -42,22 +42,22 @@ that are most appropriate for your configuration, do the following:
42
42
1 . Create a cluster with no Pod Security Standards applied:
43
43
44
44
``` shell
45
- kind create cluster --name psa-wo-cluster-pss --image kindest/node:v1.24.0
45
+ kind create cluster --name psa-wo-cluster-pss
46
46
```
47
- The output is similar to this :
47
+ The output is similar to:
48
48
```
49
49
Creating cluster "psa-wo-cluster-pss" ...
50
- ✓ Ensuring node image (kindest/node:v1.24 .0) 🖼
51
- ✓ Preparing nodes 📦
50
+ ✓ Ensuring node image (kindest/node:v{{< skew currentVersion >}} .0) 🖼
51
+ ✓ Preparing nodes 📦
52
52
✓ Writing configuration 📜
53
53
✓ Starting control-plane 🕹️
54
54
✓ Installing CNI 🔌
55
55
✓ Installing StorageClass 💾
56
56
Set kubectl context to "kind-psa-wo-cluster-pss"
57
57
You can now use your cluster with:
58
-
58
+
59
59
kubectl cluster-info --context kind-psa-wo-cluster-pss
60
-
60
+
61
61
Thanks for using kind! 😊
62
62
```
63
63
@@ -72,7 +72,7 @@ that are most appropriate for your configuration, do the following:
72
72
Kubernetes control plane is running at https://127.0.0.1:61350
73
73
74
74
CoreDNS is running at https://127.0.0.1:61350/api/v1/namespaces/kube-system/services/kube-dns:dns/proxy
75
-
75
+
76
76
To further debug and diagnose cluster problems, use 'kubectl cluster-info dump'.
77
77
```
78
78
@@ -255,22 +255,22 @@ following:
255
255
these Pod Security Standards:
256
256
257
257
```shell
258
- kind create cluster --name psa-with-cluster-pss --image kindest/node:v1.24.0 -- config /tmp/pss/cluster-config.yaml
258
+ kind create cluster --name psa-with-cluster-pss --config /tmp/pss/cluster-config.yaml
259
259
```
260
260
The output is similar to this:
261
261
```
262
262
Creating cluster "psa-with-cluster-pss" ...
263
- ✓ Ensuring node image (kindest/node:v1.24. 0) 🖼
264
- ✓ Preparing nodes 📦
265
- ✓ Writing configuration 📜
266
- ✓ Starting control-plane 🕹️
267
- ✓ Installing CNI 🔌
268
- ✓ Installing StorageClass 💾
263
+ ✓ Ensuring node image (kindest/node:v{{< skew currentVersion >}}. 0) 🖼
264
+ ✓ Preparing nodes 📦
265
+ ✓ Writing configuration 📜
266
+ ✓ Starting control-plane 🕹️
267
+ ✓ Installing CNI 🔌
268
+ ✓ Installing StorageClass 💾
269
269
Set kubectl context to "kind-psa-with-cluster-pss"
270
270
You can now use your cluster with:
271
-
271
+
272
272
kubectl cluster-info --context kind-psa-with-cluster-pss
273
-
273
+
274
274
Have a question, bug, or feature request? Let us know! https://kind.sigs.k8s.io/#community 🙂
275
275
```
276
276
0 commit comments