Skip to content

Commit 2b7637d

Browse files
authored
Merge pull request #179 from f5devcentral/develop
update
2 parents dcf2bf4 + be6f716 commit 2b7637d

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

docs/class1/kubernetes/bigip-node.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,10 @@ kind: Node
33
metadata:
44
name: bigip1
55
annotations:
6-
#Replace IP with Self-IP for your deployment
7-
flannel.alpha.coreos.com/public-ip: "10.1.10.101"
6+
flannel.alpha.coreos.com/public-ip: "10.1.1.4"
87
#Replace MAC with your BIGIP Flannel VXLAN Tunnel MAC
98
flannel.alpha.coreos.com/backend-data: '{"VtepMAC":"52:54:00:9c:0b:fc"}'
109
flannel.alpha.coreos.com/backend-type: "vxlan"
1110
flannel.alpha.coreos.com/kube-subnet-manager: "true"
1211
spec:
13-
#Replace Subnet with your BIGIP Flannel Subnet
1412
podCIDR: "10.42.20.0/24"

0 commit comments

Comments
 (0)