HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

fluxctl — Tool for Flux v1. More information: <https://fluxcd.io/flux/migration/>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
fluxctlcommandfluxclimoreinformationtoolfor

Problem

How to use the fluxctl command: Tool for Flux v1. More information: <https://fluxcd.io/flux/migration/>.

Solution

fluxctl — Tool for Flux v1. More information: <https://fluxcd.io/flux/migration/>.

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

Code Snippets

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

Context

tldr-pages: common/fluxctl

Revisions (0)

No revisions yet.