LinuxCommandLibrary

fluxctl

Command-line tool for Flux v1.

TLDR

List workloads currently running in the cluster on specific namespace

$ fluxctl --k8s-fwd-ns=[namespace] list-workloads
copy


Show deployed and available images
$ fluxctl list-images
copy


Synchronize the cluster with the git repository
$ fluxctl sync
copy


Turn on automatic deployment for a workload
$ fluxctl automate
copy

Copied to clipboard