mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2024-11-24 08:50:21 +00:00
update
This commit is contained in:
parent
8fe6afe156
commit
d0659763de
2 changed files with 2 additions and 2 deletions
|
@ -5,4 +5,4 @@ metadata:
|
|||
namespace: metallb-system
|
||||
spec:
|
||||
addresses:
|
||||
- lbrange
|
||||
- $lbrange
|
|
@ -177,7 +177,7 @@ kubectl apply -f https://raw.githubusercontent.com/metallb/metallb/v0.13.12/conf
|
|||
# Download ipAddressPool and configure using lbrange above
|
||||
curl -sL https://raw.githubusercontent.com/JamesTurland/JimsGarage/main/Kubernetes/K3S-Deploy/ipAddressPool.yaml
|
||||
|
||||
curl -sL https://raw.githubusercontent.com/JamesTurland/JimsGarage/main/Kubernetes/K3S-Deploy/ipAddressPool.yaml | lbrange=$lbrange sh | tee ~/ipAddressPool.yaml
|
||||
curl -sL https://raw.githubusercontent.com/JamesTurland/JimsGarage/main/Kubernetes/K3S-Deploy/ipAddressPool.yaml | lbrange=$lbrange sh | tee ~/ipAddressPool.yaml
|
||||
|
||||
|
||||
# Step 9: Test with Nginx
|
||||
|
|
Loading…
Reference in a new issue