mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 14:53:19 +00:00
feat(sets): Moved ApplicationSets out into their own folder
This commit is contained in:
@@ -95,7 +95,7 @@ For load balancing
|
||||
https://metallb.universe.tf/installation/
|
||||
|
||||
```shell
|
||||
kubectl apply -f infra/metallb
|
||||
kubectl apply -k infra/metallb
|
||||
```
|
||||
|
||||
# Traefik
|
||||
@@ -146,6 +146,11 @@ at [https://whoami.${DOMAIN}](https://whoami.${DOMAIN})
|
||||
kubectl apply -k infra/argocd
|
||||
```
|
||||
|
||||
Get ArgoCD initial secret
|
||||
```shell
|
||||
kubectl -n argocd get secrets argocd-initial-admin-secret -o json | jq -r .data.password | base64 -d
|
||||
```
|
||||
|
||||
# Kubernetes Dashboard
|
||||
|
||||
An OIDC (traefik-forward-auth)
|
||||
@@ -156,6 +161,14 @@ deployed using
|
||||
kubectl apply -k infra/dashboard
|
||||
```
|
||||
|
||||
# ApplicationSets
|
||||
|
||||
Once you've tested everything get the ball rolling with
|
||||
|
||||
```shell
|
||||
kubectl apply -k sets
|
||||
```
|
||||
|
||||
# Cleanup
|
||||
|
||||
```shell
|
||||
@@ -190,10 +203,6 @@ runtime_type = "io.containerd.runc.v2"
|
||||
|
||||
1.7.x doesn't work?
|
||||
|
||||
## Traefik CRDS
|
||||
|
||||
Apply manually :(
|
||||
|
||||
## Sealed Secrets
|
||||
|
||||
Restart pod after applying master-key
|
||||
Reference in New Issue
Block a user