Files
flux2/docs/cmd/tk_bootstrap.md
stefanprodan b92cbcd7e7 Use semver manifests as kustomize base
Instead of cloning the components repositories to download the base manifests, we build them in CI at release time and download them in tk install/bootstrap based on the provided semver. This speeds up the manifests generation from minutes to milliseconds.
2020-07-17 13:10:19 +03:00

1.1 KiB

tk bootstrap

Bootstrap toolkit components

Synopsis

The bootstrap sub-commands bootstrap the toolkit components on the targeted Git provider.

Options

      --components strings   list of components, accepts comma-separated values (default [source-controller,kustomize-controller,helm-controller,notification-controller])
  -h, --help                 help for bootstrap
  -v, --version string       toolkit version (default "latest")

Options inherited from parent commands

      --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

  • tk - Command line utility for assembling Kubernetes CD pipelines
  • tk bootstrap github - Bootstrap toolkit components in a GitHub repository
  • tk bootstrap gitlab - Bootstrap toolkit components in a GitLab repository