UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 38268b90 authored by joshwolf's avatar joshwolf
Browse files

Merge branch 'update-fluxcd-install-note' into 'master'

Update flux install command to not pipe directly to a privileged shell

Minor doc update.  Example of why `curl | bash` is not a good idea:

https://www.idontplaydarts.com/2016/04/detecting-curl-pipe-bash-server-side/

See merge request platform-one/big-bang/umbrella!97
parents 38864c96 2e56f815
No related branches found
No related tags found
1 merge request!97Update flux install command to not pipe directly to a privileged shell
Pipeline #104806 passed
......@@ -14,7 +14,7 @@ Table of Contents
- Admin tools
- [Docker](https://docs.docker.com/engine/install/)
- [Flux CLI](https://toolkit.fluxcd.io/get-started/#install-the-flux-cli): `curl -s https://toolkit.fluxcd.io/install.sh | sudo bash`
- [Flux CLI](https://toolkit.fluxcd.io/get-started/#install-the-flux-cli): `brew install fluxcd/tap/flux`
- [Git](https://git-scm.com/download/)
- [Helm](https://helm.sh/docs/intro/install/)
- [Kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment