[p6.k8s.ooo] phase in
This commit is contained in:
parent
4c9ec5a0bd
commit
7350055fe2
2 changed files with 41 additions and 0 deletions
29
k8s/p6/calico-bgp.yaml
Normal file
29
k8s/p6/calico-bgp.yaml
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
---
|
||||||
|
apiVersion: projectcalico.org/v3
|
||||||
|
kind: BGPConfiguration
|
||||||
|
metadata:
|
||||||
|
name: default
|
||||||
|
spec:
|
||||||
|
logSeverityScreen: Info
|
||||||
|
nodeToNodeMeshEnabled: true
|
||||||
|
asNumber: 65534
|
||||||
|
serviceClusterIPs:
|
||||||
|
- cidr: 2a0a:e5c0:2:14::/108
|
||||||
|
serviceExternalIPs:
|
||||||
|
- cidr: 2a0a:e5c0:2:14::/108
|
||||||
|
---
|
||||||
|
apiVersion: projectcalico.org/v3
|
||||||
|
kind: BGPPeer
|
||||||
|
metadata:
|
||||||
|
name: router1-place6
|
||||||
|
spec:
|
||||||
|
peerIP: 2a0a:e5c0:2:11::5
|
||||||
|
asNumber: 207996
|
||||||
|
---
|
||||||
|
apiVersion: projectcalico.org/v3
|
||||||
|
kind: BGPPeer
|
||||||
|
metadata:
|
||||||
|
name: router2-place6
|
||||||
|
spec:
|
||||||
|
peerIP: 2a0a:e5c0:2:11::6
|
||||||
|
asNumber: 207996
|
12
k8s/p6/kubeadm.yaml
Normal file
12
k8s/p6/kubeadm.yaml
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
# kubeadm-config.yaml
|
||||||
|
kind: ClusterConfiguration
|
||||||
|
apiVersion: kubeadm.k8s.io/v1beta2
|
||||||
|
kubernetesVersion: v1.21.2
|
||||||
|
networking:
|
||||||
|
dnsDomain: p6.k8s.ooo
|
||||||
|
podSubnet: 2a0a:e5c0:2:13::/64
|
||||||
|
serviceSubnet: 2a0a:e5c0:2:14::/108
|
||||||
|
---
|
||||||
|
kind: KubeletConfiguration
|
||||||
|
apiVersion: kubelet.config.k8s.io/v1beta1
|
||||||
|
cgroupDriver: cgroupfs
|
Loading…
Reference in a new issue