File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- * .yaml
2101b.us *
32! 01b.us.enc
43! 01b.us- * .sh
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ if [ -d 01b.us ]; then
33 echo " 01b.us directory already exists"
44 exit 1
55fi
6- echo " *.yaml" >> .gitignore
76echo " 01b.us*" >> .gitignore
87echo " !01b.us.enc" >> .gitignore
98echo " !01b.us-*.sh" >> .gitignore
Original file line number Diff line number Diff line change 1+ apiVersion : metallb.io/v1beta1
2+ kind : IPAddressPool
3+ metadata :
4+ name : first-pool
5+ namespace : metallb-system
6+ spec :
7+ addresses :
8+ # reserved for static ip
9+ # - 10.10.0.0 - 10.10.1.255
10+
11+ # reserved for gateway dhcp (main edge router)
12+ # - 10.10.2.0 - 10.10.31.255
13+
14+ # reserved for 01b.us cluster load balancers
15+ - 10.10.32.0-10.10.63.254
16+
17+ ---
18+ apiVersion : metallb.io/v1beta1
19+ kind : L2Advertisement
20+ metadata :
21+ name : l2advertisement
22+ namespace : metallb-system
23+ spec :
24+ ipAddressPools :
25+ - first-pool
You can’t perform that action at this time.
0 commit comments