Skip to content
Snippets Groups Projects
Verified Commit 92177b9b authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

feat(calico): Enable calico API server

parent cc6afc10
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ This component provides general networking to the cluster. The overlay network i ...@@ -8,7 +8,7 @@ This component provides general networking to the cluster. The overlay network i
Nice to knows 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 Links
--- ---
......
apiVersion: operator.tigera.io/v1
kind: APIServer
metadata:
name: default
spec: {}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment