Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Select the method below based on your preferred installation method.
1. Install the v3 CRDs:

```bash
kubectl create -f $[manifestsUrl]/manifests/v3_projectcalico_org.yaml
kubectl create -f $[filesUrl]/manifests/v3_projectcalico_org.yaml
```

:::note
Expand All @@ -111,13 +111,13 @@ Select the method below based on your preferred installation method.
1. Install the Tigera Operator:

```bash
kubectl create -f $[manifestsUrl]/manifests/tigera-operator.yaml
kubectl create -f $[filesUrl]/manifests/tigera-operator.yaml
```

1. Install $[prodname] by creating the necessary custom resources:

```bash
kubectl create -f $[manifestsUrl]/manifests/custom-resources.yaml
kubectl create -f $[filesUrl]/manifests/custom-resources.yaml
```

</TabItem>
Expand Down