Skip to content

Commit

Permalink
Add common flags
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Prodan <[email protected]>
  • Loading branch information
stefanprodan committed Apr 28, 2024
1 parent 59d1c7e commit 9c88182
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions rfcs/000X-flux-bootstrap-oci/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,21 @@ flux bootstrap oci \
--cluster-path=<path/inside/oci/artifact>
```

The bootstrap shares the following flags with the `flux install` command:

```text
--cluster-domain string internal cluster domain (default "cluster.local")
--components strings list of components, accepts comma-separated values (default [source-controller,kustomize-controller,helm-controller,notification-controller])
--components-extra strings list of components in addition to those supplied or defaulted, accepts values such as 'image-reflector-controller,image-automation-controller'
--image-pull-secret string Kubernetes secret name used for pulling the toolkit images from a private registry
--log-level logLevel log level, available options are: (debug, info, error) (default info)
--network-policy deny ingress access to the toolkit controllers from other namespaces using network policies (default true)
--registry string container registry where the toolkit images are published (default "ghcr.io/fluxcd")
--toleration-keys strings list of toleration keys used to schedule the components pods onto nodes with matching taints
--version string toolkit version, when specified the manifests are downloaded from https://github.com/fluxcd/flux2/releases
--watch-all-namespaces watch for custom resources in all namespaces, if set to false it will only watch the namespace where the toolkit is installed (default true)
```

The Terraform/OpenTofu counterpart is the `flux_bootstrap_oci` provider that exposes
the same configuration options as the CLI.

Expand Down

0 comments on commit 9c88182

Please sign in to comment.