Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Synopsis
List the current configuration settings for the Azure Kubernetes Service host.
Syntax
Get-AksHciConfig | ConvertTo-Json
Description
List the current configuration settings for the Azure Kubernetes Service host. If the ConvertTo-Json
cmdlet isn't included when running Get-AksHciConfig
, the values won't be returned and look like the following.
Name | Value |
---|---|
MOC | {catalog, ipaddressprefix, cloudServiceCidr, deploymentType...} |
AksHci | {manifestCache, enableDiagnosticData, installationPackageDir, workingDir...} |
KVA | {catalog, vlanid, vnetvippoolend, ring...} |
When ConvertTo-Json
is included, the configuration values will be returned as JSON objects.
Examples
Example
Get-AksHciConfig | ConvertTo-Json