1
0
mirror of synced 2026-03-31 05:54:20 +00:00
Files
flux2/docs/cmd/tk_resume_kustomization.md
stefanprodan b11b9588f8 Update tk docs
2020-07-02 13:35:30 +03:00

896 B

tk resume kustomization

Resume a suspended Kustomization

Synopsis

The resume command marks a previously suspended Kustomization resource for reconciliation and waits for it to finish the apply.

tk resume kustomization [name] [flags]

Options

  -h, --help   help for kustomization

Options inherited from parent commands

      --components strings   list of components, accepts comma-separated values (default [source-controller,kustomize-controller,notification-controller])
      --kubeconfig string    path to the kubeconfig file (default "~/.kube/config")
      --namespace string     the namespace scope for this operation (default "gitops-system")
      --timeout duration     timeout for this operation (default 5m0s)
      --verbose              print generated objects

SEE ALSO