DEV Community

Discussion on: Kubernetes Native CD with FluxCD, Flagger and Linkerd

Collapse
 
gadinaor profile image
Gadi Naor

Hey Or - nice write up

I believe that this step

# take the generates ssh key and put it as deploy key in your Github repo.
kubectl -n flux get secret flux-git-deploy -o json | jq -r .data.identity | pbcopy

Should be revised to use the ssh key provided by
fluxctl identity --k8s-fwd-ns flux

Collapse
 
orelimelech_ profile image
Or Elimelech

Hey Gadi,

That's correct, I wanted to make it easier for beginners to just copy the ssh-key without installing the fluxctl cli.

This is out of scope for this post since you'd need to include installation details for the target OS of the reader.

Thank you for reading this :)