Get-AksHciConfig
개요
Azure Kubernetes Service 호스트에 대한 현재 구성 설정을 나열합니다.
구문
Get-AksHciConfig | ConvertTo-Json
Description
Azure Kubernetes Service 호스트에 대한 현재 구성 설정을 나열합니다. 를 ConvertTo-Json
실행할 Get-AksHciConfig
때 cmdlet이 포함되지 않으면 값이 반환되지 않으며 다음과 같이 표시됩니다.
이름 | 값 |
---|---|
Moc | {catalog, ipaddressprefix, cloudServiceCidr, deploymentType...} |
AksHci | {manifestCache, enableDiagnosticData, installationPackageDir, workingDir...} |
Kva | {catalog, vlanid, vnetvippoolend, ring...} |
ConvertTo-Json
가 포함되면 구성 값이 JSON 개체로 반환됩니다.
예
예제
Get-AksHciConfig | ConvertTo-Json