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

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

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
```