diff --git a/infrastructure/calico/README.md b/infrastructure/calico/README.md
index 0a6ce76207659b8c4e0480ba6baf12509034958b..acd3d9bd084971e946867dcc579fb5c1d69e4c9a 100644
--- a/infrastructure/calico/README.md
+++ b/infrastructure/calico/README.md
@@ -8,7 +8,7 @@ This component provides general networking to the cluster. The overlay network i
 Nice to knows
 ---
 
-- The operator provides its own set of CRDs, examples from the docs, won't work by default. Operator uses `crd.projectcalico.org/v1` while calico itself uses `projectcalico.org/v3`
+- <del>The operator provides its own set of CRDs, examples from the docs, won't work by default. Operator uses `crd.projectcalico.org/v1` while calico itself uses `projectcalico.org/v3`</del> You have to install the [calico API server](https://projectcalico.docs.tigera.io/maintenance/install-apiserver) in order to use the correct CRD versions. 
 
 Links
 ---
diff --git a/infrastructure/calico/calico-apiserver.yaml b/infrastructure/calico/calico-apiserver.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..cd9898dea7102ae12e079ab982828e7e11101aac
--- /dev/null
+++ b/infrastructure/calico/calico-apiserver.yaml
@@ -0,0 +1,6 @@
+apiVersion: operator.tigera.io/v1
+kind: APIServer
+metadata:
+  name: default
+spec: {}
+