Setting |
Description |
---|---|
Name |
An identifying name for this provider configuration e.g. Nutanix Docker Agent Autoscale Provider |
Max Instances |
The maximum number of autoscale instances to be provisioned, regardless of other settings |
Host |
The IP or FQDN of the Nutanix Prism Central server (e.g. 192.168.100.40 or nutanix.example.com) |
Port |
The listening port to the Nutanix Prism Central server. This is usually 9440 |
Username |
The name of the user that KASM will use to access the Nutanix Prism Central server |
Password |
The Password of the user that KASM will use to authenticate against the Nutanix Prism Central server |
Verify SSL |
Whether to validate SSL certificates. Set to False to enable self-signed certificates. Defaults to True |
API Version |
The API version used to communicate with Prism Central. v3 is recommended, v4 compatibility is currently in Preview |
VM Candidate Name |
The name of the VM used to clone new autoscaled VMs |
VM Cores |
The number of CPU cores to provision on the new autoscaled VMs |
VM Memory |
The amount of memory, in Gibibyte (GiB), to provision on the new autoscaled VMs |
Startup Script |
When VMs are provisioned, this script is executed and is responsible for installing and configuring the Kasm Agent for Docker Agent roles, or the Kasm Desktop Service for Windows VMs if desired. Bash scripts and cloud-config yaml formats are supported on a Linux host and Powershell scripts on Windows hosts Example scripts are available on our GitHub repository |