From 575792203c1b4c3893cda3634c3600fad13701e1 Mon Sep 17 00:00:00 2001 From: Nicolas Hansse Date: Wed, 6 Oct 2021 23:24:11 +0200 Subject: [PATCH] fluxctl: add page (#6814) --- pages/common/fluxctl.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages/common/fluxctl.md diff --git a/pages/common/fluxctl.md b/pages/common/fluxctl.md new file mode 100644 index 0000000000..03f8bebee1 --- /dev/null +++ b/pages/common/fluxctl.md @@ -0,0 +1,20 @@ +# fluxctl + +> Command-line tool for Flux v1. +> More information: . + +- List workloads currently running in the cluster on specific namespace: + +`fluxctl --k8s-fwd-ns={{namespace}} list-workloads` + +- Show deployed and available images: + +`fluxctl list-images` + +- Synchronize the cluster with the git repository: + +`fluxctl sync` + +- Turn on automatic deployment for a workload: + +`fluxctl automate`