Skip to content

Commit 7aa600d

Browse files
committed
fix: disable Pod Security Standards for Calico to work
Disabling it until an updated template is released with support for setting exemptions namespaces
1 parent 254deae commit 7aa600d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,12 @@ eval $(make kind.kubeconfig)
1717
```
1818

1919
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)
2023

2124
```shell
22-
clusterctl generate cluster capi-quickstart \
25+
POD_SECURITY_STANDARD_ENABLED=false clusterctl generate cluster capi-quickstart \
2326
--flavor development \
2427
--kubernetes-version v1.26.0 \
2528
--control-plane-machine-count=1 \

0 commit comments

Comments
 (0)