mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2025-08-14 17:22:24 +00:00
update
This commit is contained in:
parent
98092c1dc0
commit
59a6fbb5b5
@ -190,6 +190,10 @@ while [[ $(kubectl get pods -l app=nginx -o 'jsonpath={..status.conditions[?(@.t
|
|||||||
done
|
done
|
||||||
|
|
||||||
# Step 10: Deploy IP Pools and l2Advertisement
|
# Step 10: Deploy IP Pools and l2Advertisement
|
||||||
|
kubectl wait --namespace metallb-system \
|
||||||
|
--for=condition=ready pod \
|
||||||
|
--selector=component=controller \
|
||||||
|
--timeout=120s
|
||||||
kubectl apply -f ipAddressPool.yaml
|
kubectl apply -f ipAddressPool.yaml
|
||||||
kubectl apply -f https://raw.githubusercontent.com/JamesTurland/JimsGarage/main/Kubernetes/K3S-Deploy/l2Advertisement.yaml
|
kubectl apply -f https://raw.githubusercontent.com/JamesTurland/JimsGarage/main/Kubernetes/K3S-Deploy/l2Advertisement.yaml
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user