https://github.com/iamvishnuks/eck-example
ECK deployment with fluxCD
https://github.com/iamvishnuks/eck-example
Last synced: 2 months ago
JSON representation
ECK deployment with fluxCD
- Host: GitHub
- URL: https://github.com/iamvishnuks/eck-example
- Owner: iamvishnuks
- License: unlicense
- Created: 2022-10-21T16:36:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-22T15:21:34.000Z (over 2 years ago)
- Last Synced: 2025-02-09T20:17:37.357Z (4 months ago)
- Size: 28.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ECK deployment with fluxCD
Fork this repo to your account and create a personal access token.
Then run the below command to bootstrap your cluster with fluxcd assuming that flux cli is already installed on your system.```
# Create a GitHub personal access token and export it as an env var
export GITHUB_TOKEN=
flux bootstrap github --owner= --repository=eck-example --private=false --personal=true --token-auth --path=cluster
```