Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pokgak/gitops

Gitops manifests for my homelab k8s setup using Flux
https://github.com/pokgak/gitops

Last synced: 27 days ago
JSON representation

Gitops manifests for my homelab k8s setup using Flux

Awesome Lists containing this project

README

        

# gitops

Repo to store all manifests for homelab cluster and used as the source of truth for flux gitops.

## Token Expiry

Flux controller github token is valid until 31/12/2023. If error then please generate a new token and update the secret in the cluster.

## Bootstrap

https://fluxcd.io/flux/installation/bootstrap/github/#github-personal-account

```
flux bootstrap github \
--owner=$GITHUB_USER \
--repository=gitops \
--branch=main \
--path=./clusters/labsV2 \
--personal \
--token-auth
```