Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion calico-cloud/get-started/operator-checklist.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ default-ipv4-ippool 2021-01-20T19:49:35Z
A Tigera license is applied by the installation script.

```bash
kubectl get LicenseKeys.crd.projectcalico.org
kubectl get licensekeys.projectcalico.org
```

```
Expand Down
2 changes: 1 addition & 1 deletion calico-cloud/network-policy/hosts/kubernetes-nodes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ To enable template host endpoints and disable default host endpoints, edit the d
The output should look similar to this:

```
apiVersion: crd.projectcalico.org/v1
apiVersion: projectcalico.org/v3
kind: KubeControllersConfiguration
metadata:
name: default
Expand Down
2 changes: 1 addition & 1 deletion calico-cloud/reference/resources/bgpfilter.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ In order for a BGPFilter to be used in a BGP peering, its `name`
must be added to `filters` of the corresponding BGPPeer resource.

For `kubectl` commands, the following case-sensitive aliases may
be used to specify the resource type on the CLI: `bgpfilters.crd.projectcalico.org`
be used to specify the resource type on the CLI: `bgpfilters.projectcalico.org`

## Sample YAML

Expand Down
4 changes: 2 additions & 2 deletions calico-cloud/reference/resources/bgppeer.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ data:
peer_b_pw: "base64-encoded Password for Peer B"

---
apiVersion: crd.projectcalico.org/v1
apiVersion: projectcalico.org/v3
kind: BGPPeer
metadata:
name: "peer-a"
Expand All @@ -152,7 +152,7 @@ spec:
key: "peer_a_pw"

---
apiVersion: crd.projectcalico.org/v1
apiVersion: projectcalico.org/v3
kind: BGPPeer
metadata:
name: "peer-b"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ default-ipv4-ippool 2021-01-20T19:49:35Z
A Tigera license is applied by the installation script.

```bash
kubectl get LicenseKeys.crd.projectcalico.org
kubectl get licensekeys.projectcalico.org
```

```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ To enable template host endpoints and disable default host endpoints, edit the d
The output should look similar to this:

```
apiVersion: crd.projectcalico.org/v1
apiVersion: projectcalico.org/v3
kind: KubeControllersConfiguration
metadata:
name: default
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ In order for a BGPFilter to be used in a BGP peering, its `name`
must be added to `filters` of the corresponding BGPPeer resource.

For `kubectl` commands, the following case-sensitive aliases may
be used to specify the resource type on the CLI: `bgpfilters.crd.projectcalico.org`
be used to specify the resource type on the CLI: `bgpfilters.projectcalico.org`

## Sample YAML

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ data:
peer_b_pw: "base64-encoded Password for Peer B"

---
apiVersion: crd.projectcalico.org/v1
apiVersion: projectcalico.org/v3
kind: BGPPeer
metadata:
name: "peer-a"
Expand All @@ -152,7 +152,7 @@ spec:
key: "peer_a_pw"

---
apiVersion: crd.projectcalico.org/v1
apiVersion: projectcalico.org/v3
kind: BGPPeer
metadata:
name: "peer-b"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ This release adds support for Kubernetes 1.32 and 1.33.
To prevent or resolve these issues, modify the Felix configuration resource by setting the `dnsPolicyMode` parameter to `DelayDeniedPacket`. Apply this patch either before or after updating to $[prodname] 21.3.0:

```bash
kubectl patch --type json felixconfigurations.crd.projectcalico.org default -p '[{"op":"add","path":"/spec/dnsPolicyMode","value":"DelayDeniedPacket"}]'
kubectl patch --type json felixconfigurations.projectcalico.org default -p '[{"op":"add","path":"/spec/dnsPolicyMode","value":"DelayDeniedPacket"}]'
```

This issue is caused by a new default value for the `dnsPolicyMode` parameter in the Felix configuration.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ To enable template host endpoints and disable default host endpoints, edit the d
The output should look similar to this:

```
apiVersion: crd.projectcalico.org/v1
apiVersion: projectcalico.org/v3
kind: KubeControllersConfiguration
metadata:
name: default
Expand Down
2 changes: 1 addition & 1 deletion calico-enterprise/reference/resources/bgpfilter.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ In order for a BGPFilter to be used in a BGP peering, its `name`
must be added to `filters` of the corresponding BGPPeer resource.

For `kubectl` commands, the following case-sensitive aliases may
be used to specify the resource type on the CLI: `bgpfilters.crd.projectcalico.org`
be used to specify the resource type on the CLI: `bgpfilters.projectcalico.org`

## Sample YAML

Expand Down
4 changes: 2 additions & 2 deletions calico-enterprise/reference/resources/bgppeer.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ data:
peer_b_pw: "base64-encoded Password for Peer B"

---
apiVersion: crd.projectcalico.org/v1
apiVersion: projectcalico.org/v3
kind: BGPPeer
metadata:
name: "peer-a"
Expand All @@ -153,7 +153,7 @@ spec:
key: "peer_a_pw"

---
apiVersion: crd.projectcalico.org/v1
apiVersion: projectcalico.org/v3
kind: BGPPeer
metadata:
name: "peer-b"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ In order for a BGPFilter to be used in a BGP peering, its `name`
must be added to `filters` of the corresponding BGPPeer resource.

For `kubectl` commands, the following case-sensitive aliases may
be used to specify the resource type on the CLI: `bgpfilters.crd.projectcalico.org`
be used to specify the resource type on the CLI: `bgpfilters.projectcalico.org`

## Sample YAML

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ data:
peer_b_pw: "base64-encoded Password for Peer B"

---
apiVersion: crd.projectcalico.org/v1
apiVersion: projectcalico.org/v3
kind: BGPPeer
metadata:
name: "peer-a"
Expand All @@ -149,7 +149,7 @@ spec:
key: "peer_a_pw"

---
apiVersion: crd.projectcalico.org/v1
apiVersion: projectcalico.org/v3
kind: BGPPeer
metadata:
name: "peer-b"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ To enable template host endpoints and disable default host endpoints, edit the d
The output should look similar to this:

```
apiVersion: crd.projectcalico.org/v1
apiVersion: projectcalico.org/v3
kind: KubeControllersConfiguration
metadata:
name: default
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ In order for a BGPFilter to be used in a BGP peering, its `name`
must be added to `filters` of the corresponding BGPPeer resource.

For `kubectl` commands, the following case-sensitive aliases may
be used to specify the resource type on the CLI: `bgpfilters.crd.projectcalico.org`
be used to specify the resource type on the CLI: `bgpfilters.projectcalico.org`

## Sample YAML

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ data:
peer_b_pw: "base64-encoded Password for Peer B"

---
apiVersion: crd.projectcalico.org/v1
apiVersion: projectcalico.org/v3
kind: BGPPeer
metadata:
name: "peer-a"
Expand All @@ -152,7 +152,7 @@ spec:
key: "peer_a_pw"

---
apiVersion: crd.projectcalico.org/v1
apiVersion: projectcalico.org/v3
kind: BGPPeer
metadata:
name: "peer-b"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ To enable template host endpoints and disable default host endpoints, edit the d
The output should look similar to this:

```
apiVersion: crd.projectcalico.org/v1
apiVersion: projectcalico.org/v3
kind: KubeControllersConfiguration
metadata:
name: default
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ In order for a BGPFilter to be used in a BGP peering, its `name`
must be added to `filters` of the corresponding BGPPeer resource.

For `kubectl` commands, the following case-sensitive aliases may
be used to specify the resource type on the CLI: `bgpfilters.crd.projectcalico.org`
be used to specify the resource type on the CLI: `bgpfilters.projectcalico.org`

## Sample YAML

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ data:
peer_b_pw: "base64-encoded Password for Peer B"

---
apiVersion: crd.projectcalico.org/v1
apiVersion: projectcalico.org/v3
kind: BGPPeer
metadata:
name: "peer-a"
Expand All @@ -153,7 +153,7 @@ spec:
key: "peer_a_pw"

---
apiVersion: crd.projectcalico.org/v1
apiVersion: projectcalico.org/v3
kind: BGPPeer
metadata:
name: "peer-b"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ To enable template host endpoints and disable default host endpoints, edit the d
The output should look similar to this:

```
apiVersion: crd.projectcalico.org/v1
apiVersion: projectcalico.org/v3
kind: KubeControllersConfiguration
metadata:
name: default
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ In order for a BGPFilter to be used in a BGP peering, its `name`
must be added to `filters` of the corresponding BGPPeer resource.

For `kubectl` commands, the following case-sensitive aliases may
be used to specify the resource type on the CLI: `bgpfilters.crd.projectcalico.org`
be used to specify the resource type on the CLI: `bgpfilters.projectcalico.org`

## Sample YAML

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ data:
peer_b_pw: "base64-encoded Password for Peer B"

---
apiVersion: crd.projectcalico.org/v1
apiVersion: projectcalico.org/v3
kind: BGPPeer
metadata:
name: "peer-a"
Expand All @@ -153,7 +153,7 @@ spec:
key: "peer_a_pw"

---
apiVersion: crd.projectcalico.org/v1
apiVersion: projectcalico.org/v3
kind: BGPPeer
metadata:
name: "peer-b"
Expand Down
2 changes: 1 addition & 1 deletion calico/network-policy/hosts/kubernetes-nodes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ To enable template host endpoints and disable default host endpoints, edit the d
The output should look similar to this:

```
apiVersion: crd.projectcalico.org/v1
apiVersion: projectcalico.org/v3
kind: KubeControllersConfiguration
metadata:
name: default
Expand Down
4 changes: 2 additions & 2 deletions calico/reference/resources/bgpfilter.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ In order for a BGPFilter to be used in a BGP peering, its `name`
must be added to `filters` of the corresponding BGPPeer resource.

For `kubectl` commands, the following case-sensitive aliases may
be used to specify the resource type on the CLI: `bgpfilters.crd.projectcalico.org`
be used to specify the resource type on the CLI: `bgpfilters.projectcalico.org`

## Sample YAML

Expand Down Expand Up @@ -99,4 +99,4 @@ spec:
| Field | Description | Accepted Values | Schema | Default |
| ------ | --------------------------------------------- | ------------------------------------------------------------------- | ------ | ------- |
| min | Smallest matched mask size (0 by default) | Valid integers between 0 and ipv4/6 max (32, 128) | int | |
| max | Largest matched mask size (32/128 by default) | Valid integers between 1 and ipv4/6 max (32, 128) | int | |
| max | Largest matched mask size (32/128 by default) | Valid integers between 1 and ipv4/6 max (32, 128) | int | |
4 changes: 2 additions & 2 deletions calico/reference/resources/bgppeer.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ data:
peer_b_pw: "base64-encoded Password for Peer B"

---
apiVersion: crd.projectcalico.org/v1
apiVersion: projectcalico.org/v3
kind: BGPPeer
metadata:
name: "peer-a"
Expand All @@ -152,7 +152,7 @@ spec:
key: "peer_a_pw"

---
apiVersion: crd.projectcalico.org/v1
apiVersion: projectcalico.org/v3
kind: BGPPeer
metadata:
name: "peer-b"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ In order for a BGPFilter to be used in a BGP peering, its `name`
must be added to `filters` of the corresponding BGPPeer resource.

For `kubectl` commands, the following case-sensitive aliases may
be used to specify the resource type on the CLI: `bgpfilters.crd.projectcalico.org`
be used to specify the resource type on the CLI: `bgpfilters.projectcalico.org`

## Sample YAML

Expand Down Expand Up @@ -99,4 +99,4 @@ spec:
| Field | Description | Accepted Values | Schema | Default |
| ------ | --------------------------------------------- | ------------------------------------------------------------------- | ------ | ------- |
| min | Smallest matched mask size (0 by default) | Valid integers between 0 and ipv4/6 max (32, 128) | int | |
| max | Largest matched mask size (32/128 by default) | Valid integers between 1 and ipv4/6 max (32, 128) | int | |
| max | Largest matched mask size (32/128 by default) | Valid integers between 1 and ipv4/6 max (32, 128) | int | |
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ data:
peer_b_pw: "base64-encoded Password for Peer B"

---
apiVersion: crd.projectcalico.org/v1
apiVersion: projectcalico.org/v3
kind: BGPPeer
metadata:
name: "peer-a"
Expand All @@ -148,7 +148,7 @@ spec:
key: "peer_a_pw"

---
apiVersion: crd.projectcalico.org/v1
apiVersion: projectcalico.org/v3
kind: BGPPeer
metadata:
name: "peer-b"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ To enable template host endpoints and disable default host endpoints, edit the d
The output should look similar to this:

```
apiVersion: crd.projectcalico.org/v1
apiVersion: projectcalico.org/v3
kind: KubeControllersConfiguration
metadata:
name: default
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ In order for a BGPFilter to be used in a BGP peering, its `name`
must be added to `filters` of the corresponding BGPPeer resource.

For `kubectl` commands, the following case-sensitive aliases may
be used to specify the resource type on the CLI: `bgpfilters.crd.projectcalico.org`
be used to specify the resource type on the CLI: `bgpfilters.projectcalico.org`

## Sample YAML

Expand Down Expand Up @@ -99,4 +99,4 @@ spec:
| Field | Description | Accepted Values | Schema | Default |
| ------ | --------------------------------------------- | ------------------------------------------------------------------- | ------ | ------- |
| min | Smallest matched mask size (0 by default) | Valid integers between 0 and ipv4/6 max (32, 128) | int | |
| max | Largest matched mask size (32/128 by default) | Valid integers between 1 and ipv4/6 max (32, 128) | int | |
| max | Largest matched mask size (32/128 by default) | Valid integers between 1 and ipv4/6 max (32, 128) | int | |
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ data:
peer_b_pw: "base64-encoded Password for Peer B"

---
apiVersion: crd.projectcalico.org/v1
apiVersion: projectcalico.org/v3
kind: BGPPeer
metadata:
name: "peer-a"
Expand All @@ -151,7 +151,7 @@ spec:
key: "peer_a_pw"

---
apiVersion: crd.projectcalico.org/v1
apiVersion: projectcalico.org/v3
kind: BGPPeer
metadata:
name: "peer-b"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ To enable template host endpoints and disable default host endpoints, edit the d
The output should look similar to this:

```
apiVersion: crd.projectcalico.org/v1
apiVersion: projectcalico.org/v3
kind: KubeControllersConfiguration
metadata:
name: default
Expand Down
Loading