Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.25 KB

konvoy-image_provision.md

File metadata and controls

39 lines (28 loc) · 1.25 KB

konvoy-image provision

provision to an inventory.yaml or hostname, note the comma at the end of the hostname

konvoy-image provision <inventory.yaml|hostname,> [flags]

Examples

provision --inventory-file inventory.yaml

Options

      --containerd-version string   the version of containerd to install
      --extra-vars strings          flag passed Ansible's extra-vars
  -h, --help                        help for provision
      --inventory-file string       an ansible inventory defining your infrastructure
      --kubernetes-version string   The version of kubernetes to install. Example: 1.21.6
      --overrides strings           a comma separated list of override YAML files
      --provider string             specify a provider if you wish to install provider specific utilities
      --work-dir string             path to custom work directory generated by the generate command

Options inherited from parent commands

      --color     enable color output (default true)
  -v, --v int     select verbosity level, should be between 0 and 6
      --verbose   enable debug level logging (same as --v 5)

SEE ALSO

  • konvoy-image - Create, provision, and customize images for running Konvoy