metallb and argocd rdy

This commit is contained in:
2024-03-26 12:22:34 +01:00
parent aa1e205c66
commit 19bc3bd541
11 changed files with 63 additions and 31 deletions

View File

@ -1,11 +1,7 @@
#! /bin/bash
# Install MetalLB and configure ip ranges (local homelab)
kubectl apply -f https://raw.githubusercontent.com/metallb/metallb/v0.14.3/config/manifests/metallb-native.yaml
-f ./01-metallb-pool.yml
-f ./01-metallb-advert.yml
kubectl apply -k ./01-metallb
# Install argoCD for deployment and secret management
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml
kustomize apply -f ./02-argocd