We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dcf2bf4 + be6f716 commit 2b7637dCopy full SHA for 2b7637d
1 file changed
docs/class1/kubernetes/bigip-node.yaml
@@ -3,12 +3,10 @@ kind: Node
3
metadata:
4
name: bigip1
5
annotations:
6
- #Replace IP with Self-IP for your deployment
7
- flannel.alpha.coreos.com/public-ip: "10.1.10.101"
+ flannel.alpha.coreos.com/public-ip: "10.1.1.4"
8
#Replace MAC with your BIGIP Flannel VXLAN Tunnel MAC
9
flannel.alpha.coreos.com/backend-data: '{"VtepMAC":"52:54:00:9c:0b:fc"}'
10
flannel.alpha.coreos.com/backend-type: "vxlan"
11
flannel.alpha.coreos.com/kube-subnet-manager: "true"
12
spec:
13
- #Replace Subnet with your BIGIP Flannel Subnet
14
podCIDR: "10.42.20.0/24"
0 commit comments