Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 491 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 491 Bytes

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