Azure Marketplace
To allow DKP to create a cluster with Marketplace based images such as for Rocky Linux, you must specify them with flags.
If these fields were specified in the override file during image creation, the flags must be used in cluster creation:
--plan-offer
,--plan-publisher
and--plan-sku
- CODE
--plan-offer rockylinux-9 --plan-publisher erockyenterprisesoftwarefoundationinc1653071250513 --plan-sku rockylinux-9
If you see a similar error to "Creating a virtual machine from Marketplace image or a custom image sourced from a Marketplace image requires Plan information in the request." when creating a cluster, you must also set the following flags --plan-offer
, --plan-publisher
, --plan-sku
. For example when creating a cluster with Rocky Linux VMs, add the following flags to your dkp create cluster azure
command:
--plan-offer
,--plan-publisher
and--plan-sku
See Azure Marketplace and Rocky Linux for images.
Next Step
After deciding on any customizations, proceed toAzure Install in a Non-air-gapped Environment.