metallb and argocd rdy
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user