Skip to content

Commit

Permalink
Merge pull request #60 from wuast94/patch-1
Browse files Browse the repository at this point in the history
Update k3s.sh apply ipAdressPool.yaml
  • Loading branch information
JamesTurland authored Feb 22, 2024
2 parents 8ca045f + c83a164 commit 8ea4271
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Kubernetes/K3S-Deploy/k3s.sh
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ kubectl apply -f https://raw.githubusercontent.com/metallb/metallb/v0.13.12/conf
# Download ipAddressPool and configure using lbrange above
curl -sO https://raw.githubusercontent.com/JamesTurland/JimsGarage/main/Kubernetes/K3S-Deploy/ipAddressPool
cat ipAddressPool | sed 's/$lbrange/'$lbrange'/g' > $HOME/ipAddressPool.yaml
kubectl apply -f $HOME/ipAddressPool.yaml

# Step 9: Test with Nginx
kubectl apply -f https://raw.githubusercontent.com/inlets/inlets-operator/master/contrib/nginx-sample-deployment.yaml -n default
Expand Down

0 comments on commit 8ea4271

Please sign in to comment.