konvoy-image build azure
build and provision azure images
CODE
konvoy-image build azure <image.yaml> [flags]
Examples
CODE
azure --location westus2 --subscription-id <sub_id> images/azure/centos-79.yaml
Options
CODE
--client-id string the client id to use for the build
--cloud-endpoint string Azure cloud endpoint. Which can be one of [Public USGovernment China] (default "Public")
--containerd-version string the version of containerd to install
--dry-run do not create artifacts, or delete them after creating. Recommended for tests.
--extra-vars strings flag passed Ansible's extra-vars
--gallery-image-locations stringArray a list of locations to publish the image (default [westus])
--gallery-image-name string the gallery image name to publish the image to
--gallery-image-offer string the gallery image offer to set (default "dkp")
--gallery-image-publisher string the gallery image publisher to set (default "dkp")
--gallery-image-sku string the gallery image sku to set
--gallery-name string the gallery name to publish the image in (default "dkp")
-h, --help help for azure
--instance-type string the Instance Type to use for the build (default "Standard_D2s_v3")
--kubernetes-version string The version of kubernetes to install. Example: 1.21.6
--location string the location in which to build the image (default "westus2")
--overrides strings a comma separated list of override YAML files
--packer-manifest string provide the path to a custom packer manifest
--packer-on-error string [advanced] set error strategy for packer. strategies [cleanup, abort, run-cleanup-provisioner]
--packer-path string the location of the packer binary (default "packer")
--resource-group string the resource group to create the image in (default "dkp")
--subscription-id string the subscription id to use for the build
--tenant-id string the tenant id to use for the build
--work-dir string path to custom work directory generated by the generate command
Options inherited from parent commands
CODE
--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 build - build and provision images