Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.52 KB

File metadata and controls

28 lines (17 loc) · 1.52 KB

Changing the Hardware version

Use case

As a customer, I want to change the Hardware version of the node image to use the latest hardware functionalities.

Background

By default, node images use the hardware version(VMX) 17 defined in default-args.j2(Windows uses hardware version 18 by default defined in default-args-windows.j2). Please refer to the below documents to learn more about the hardware version and its compatibility with the vSphere environment.

Customization

Kubernetes Image Builder has a vmx_version packer variable through which the hardware version can be configured. Edit the vmx_version filed in the default-args.j2 present in packer variables folder with the appropriate hardware version and build the image

    "vmx_version": "17",