mirror of https://github.com/fluxcd/flux2.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
1.3 KiB
Markdown
34 lines
1.3 KiB
Markdown
4 years ago
|
## gotk bootstrap
|
||
5 years ago
|
|
||
5 years ago
|
Bootstrap toolkit components
|
||
5 years ago
|
|
||
|
### Synopsis
|
||
|
|
||
5 years ago
|
The bootstrap sub-commands bootstrap the toolkit components on the targeted Git provider.
|
||
5 years ago
|
|
||
|
### Options
|
||
|
|
||
|
```
|
||
5 years ago
|
--components strings list of components, accepts comma-separated values (default [source-controller,kustomize-controller,helm-controller,notification-controller])
|
||
|
-h, --help help for bootstrap
|
||
|
--image-pull-secret string Kubernetes secret name used for pulling the toolkit images from a private registry
|
||
|
--registry string container registry where the toolkit images are published (default "docker.io/fluxcd")
|
||
|
-v, --version string toolkit version (default "latest")
|
||
5 years ago
|
```
|
||
|
|
||
|
### Options inherited from parent commands
|
||
|
|
||
|
```
|
||
5 years ago
|
--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
|
||
5 years ago
|
```
|
||
|
|
||
|
### SEE ALSO
|
||
|
|
||
4 years ago
|
* [gotk](gotk.md) - Command line utility for assembling Kubernetes CD pipelines
|
||
|
* [gotk bootstrap github](gotk_bootstrap_github.md) - Bootstrap toolkit components in a GitHub repository
|
||
|
* [gotk bootstrap gitlab](gotk_bootstrap_gitlab.md) - Bootstrap toolkit components in a GitLab repository
|
||
5 years ago
|
|