Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pokgak/gitops
- Owner: pokgak
- Created: 2023-09-10T18:44:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-16T10:11:25.000Z (over 1 year ago)
- Last Synced: 2024-12-21T00:10:48.518Z (about 1 month ago)
- Homepage:
- Size: 72.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
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
```