Skip to main content

Hyper-V Hosting Options

Here's what the Hyper-V related hosting options looks like, with the default values or [required] for property values that must be specified:

hosting:
environment: hyperv
hyperv:
neonDesktopBuiltIn: false
useInternalSwitch: false
PropertyDescription
environment

string: Deploys the cluster to Azure.

azure

string: Specifies the Amazon Web Services (AWS) hosting settings.

PropertyDescription
neonDesktopBuiltIn

bool: Controls whether the cluster will be deployed on the internal neonkube Hyper-V switch within the NeonKubeInternalSubnet. Note that any NetworkOptions.PremiseSubnet must be already set to NeonKubeInternalSubnet and NetworkOptions.Gateway must be set to NeonKubeInternalGateway when this is true.

This defaults to false.

Note that NeonKUBE creates only a single internal Hyper-V switch for the HyperV hosting environment for the NeonKubeInternalSubnet (100.64.0.0/24). some addresses in this subnet are reserved:

100.64.0.0Reserved
100.64.0.1Gateway for external network access
00.64.0.2 ... 253Available for user cluster nodes
100.64.0.254Reserved for the NeonDESKTOP single node cluster
100.64.0.255Reserved for the subnet UDP broadcast address
useInternalSwitch

bool: Optionally installs Harbor. This defaults to false.