Deckhouse Virtualization Platform for bare metal

On this page, you configure networking, node addresses, and NFS settings — these values are used to build the installation configuration on the following steps.

Subnets must not overlap.

Subnet configuration

Subnet where your future cluster nodes will be located. For example, 10.10.0.0/16. Enter a subnet in CIDR notation (e.g. 10.10.0.0/16). This subnet overlaps another configured subnet.
Subnet for DVP virtual machine addresses. The default is fine for test environments. Enter a CIDR subnet. This subnet overlaps another configured subnet.
Subnet for Kubernetes pods. The default is fine for test environments. Enter a CIDR subnet. This subnet overlaps another configured subnet.
Subnet for Kubernetes services. The default is fine for test environments. Enter a CIDR subnet. This subnet overlaps another configured subnet.

Node settings

IP address of the node where DVP system components will be installed. Enter a valid IPv4 address. Master and worker addresses must differ.
Worker node IP in the node subnet: cluster workloads and guest VMs run here. Enter the worker IPv4 address inside the cluster nodes subnet. Master and worker addresses must differ.
NFS server IP in the node subnet: VM disks are stored here. Must differ from the master and worker IPs. Enter the NFS server IPv4 address in the cluster nodes subnet. The NFS server IP must be within the cluster nodes subnet (internalNetworkCIDRs). The NFS server IP must differ from the master and worker node IPs.

Additional parameters

Template for system application hostnames in the cluster: for %s.domain.my, Grafana is at grafana.domain.my, the DVP web interface — at console.domain.my. The domain must not match clusterDomain (default internal.cluster.local). Use a domain that resolves in your network. Enter a template with %s, e.g. %s.domain.my. Do not use the example.com domain name.
Directory on the NFS server exported to the cluster for VM disks and images. Absolute path, e.g. /srv/nfs/dvp. Enter an absolute path starting with /.