Skip to content

zach-dunton-sf/flux_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

flux_test

Installing flux onto the cluster

Create the flux namespace

kubectl create namespace flux

Install the flux service

export GHUSER="YOURUSER"
fluxctl install \
--git-user=${GHUSER} \
--git-email=${GHUSER}@users.noreply.github.com \
[email protected]:${GHUSER}/flux_test \
--git-path=namespaces,workloads \
--namespace=flux | kubectl apply -f -

Get the flux public key

fluxctl identity --k8s-fwd-ns flux

Then add it as a deploy key to github

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published