We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e84f1e commit 4fbc47aCopy full SHA for 4fbc47a
1 file changed
install.sh
@@ -405,19 +405,6 @@ function install_metallb() {
405
kubectl apply -n metallb -f - <<EOF
406
apiVersion: metallb.io/v1beta1
407
kind: IPAddressPool
408
-metadata:
409
- name: public
410
-spec:
411
- addresses:
412
- - $(ip -o route get to 8.8.8.8 | sed -n 's/.*src \([0-9.]\+\).*/\1/p')/32
413
- serviceAllocation:
414
- priority: 50
415
- namespaces:
416
- - drycc
417
-
418
----
419
-apiVersion: metallb.io/v1beta1
420
-kind: IPAddressPool
421
metadata:
422
name: default
423
spec:
@@ -432,7 +419,6 @@ metadata:
432
namespace: metallb
433
434
ipAddressPools:
435
- - public
436
- default
437
EOF
438
424
else
0 commit comments