snippetbashTip
fluxctl — Tool for Flux v1. More information: <https://fluxcd.io/flux/migration/>.
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-workloadsShow deployed and available images:
fluxctl list-imagesSynchronize the cluster with the Git repository:
fluxctl syncTurn on automatic deployment for a workload:
fluxctl automateCode Snippets
List workloads currently running in the cluster on specific namespace
fluxctl --k8s-fwd-ns={{namespace}} list-workloadsShow deployed and available images
fluxctl list-imagesSynchronize the cluster with the Git repository
fluxctl syncTurn on automatic deployment for a workload
fluxctl automateContext
tldr-pages: common/fluxctl
Revisions (0)
No revisions yet.