mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2024-11-24 08:50:21 +00:00
kubectl apply $HOME/ipAddressPool.yaml
This commit is contained in:
parent
e217e74db4
commit
a5dd4567e6
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ kubectl wait --namespace metallb-system \
|
|||
--for=condition=ready pod \
|
||||
--selector=component=controller \
|
||||
--timeout=120s
|
||||
kubectl apply -f ipAddressPool.yaml
|
||||
kubectl apply -f $HOME/ipAddressPool.yaml
|
||||
kubectl apply -f https://raw.githubusercontent.com/JamesTurland/JimsGarage/main/Kubernetes/K3S-Deploy/l2Advertisement.yaml
|
||||
|
||||
kubectl get nodes
|
||||
|
|
Loading…
Reference in a new issue