diff --git a/v3-calico/README.md b/v3-calico/README.md index a51d865..a2eafde 100644 --- a/v3-calico/README.md +++ b/v3-calico/README.md @@ -137,3 +137,19 @@ anytime before you plan to schedule containers on them, after the **kubeadm join** request. **THIS is fixed if we use a kubeadm config file specifying the cgroupdriver**. + +## Calico notes + +Requires + +``` +mount --make-shared /sys +``` + +## Kubevirt nodes + +Requires + +``` +mount --make-shared / +``` diff --git a/v3-calico/bgp-place7-v2.yaml b/v3-calico/bgp-place7-v2.yaml new file mode 100644 index 0000000..0697737 --- /dev/null +++ b/v3-calico/bgp-place7-v2.yaml @@ -0,0 +1,21 @@ +--- +apiVersion: projectcalico.org/v3 +kind: BGPConfiguration +metadata: + name: default +spec: + logSeverityScreen: Info + nodeToNodeMeshEnabled: true + asNumber: 65534 + serviceClusterIPs: + - cidr: 2a0a:e5c0:13:e2::/108 + serviceExternalIPs: + - cidr: 2a0a:e5c0:13:e2::/108 +--- +apiVersion: projectcalico.org/v3 +kind: BGPPeer +metadata: + name: red-place7 +spec: + peerIP: 2a0a:e5c0:13::42 + asNumber: 213081