fleet apply

Render a bundle into a Kubernetes resource and apply it in the Fleet Manager

  1. fleet apply [flags] BUNDLE_NAME PATH...

Options

  1. -b, --bundle-file string Location of the raw Bundle resource yaml
  2. --cacerts-file string Path of custom cacerts for helm repo
  3. --commit string Commit to assign to the bundle
  4. -c, --compress Force all resources to be compress
  5. --debug Turn on debug logging
  6. --debug-level int If debugging is enabled, set klog -v=X
  7. -f, --file string Location of the fleet.yaml
  8. -h, --help help for apply
  9. -l, --label strings Labels to apply to created bundles
  10. -o, --output string Output contents to file or - for stdout
  11. --password-file string Path of file containing basic auth password for helm repo
  12. --paused Create bundles in a paused state
  13. -a, --service-account string Service account to assign to bundle created
  14. --ssh-privatekey-file string Path of ssh-private-key for helm repo
  15. --sync-generation int Generation number used to force sync the deployment
  16. --target-namespace string Ensure this bundle goes to this target namespace
  17. --targets-file string Addition source of targets and restrictions to be append
  18. --username string Basic auth username for helm repo

Options inherited from parent commands

  1. --context string kubeconfig context for authentication
  2. -k, --kubeconfig string kubeconfig for authentication
  3. -n, --namespace string namespace (default "fleet-local")
  4. --system-namespace string System namespace of the controller (default "cattle-fleet-system")

SEE ALSO