We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 254deae commit 7aa600dCopy full SHA for 7aa600d
README.md
@@ -17,9 +17,12 @@ eval $(make kind.kubeconfig)
17
```
18
19
To create a cluster with [clusterctl](https://cluster-api.sigs.k8s.io/user/quick-start.html), run:
20
+(Set `POD_SECURITY_STANDARD_ENABLED=false` to disable
21
+[Pod Security Standards](https://kubernetes.io/docs/concepts/security/pod-security-standards/),
22
+until exemptions namespaces are configurable)
23
24
```shell
-clusterctl generate cluster capi-quickstart \
25
+POD_SECURITY_STANDARD_ENABLED=false clusterctl generate cluster capi-quickstart \
26
--flavor development \
27
--kubernetes-version v1.26.0 \
28
--control-plane-machine-count=1 \
0 commit comments