Skip to content

Commit 5b916bb

Browse files
authored
adding KMS to json config doc
1 parent 175b35f commit 5b916bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

AKS-Arc/aks-edge-deployment-config-json.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ You can find the complete JSON schema file at `C:\Program Files\AksEdge\aksedge-
2121
| `DeploymentType` |[`SingleMachineCluster` / `ScalableCluster`]| Specifies deployment type. In `ScalableCluster`, you can add more machines to the cluster infrastructure. | `SingleMachineCluster` |Single-machine and full deployment|
2222
| `Init.ServiceIPRangeStart` |IPv4 address `A.B.C.x`.|Reserved IP start address for your Kubernetes services. This IP range must be free on your subnet **A.B.C.0**.| None |Single-machine and full deployment|
2323
| `Init.ServiceIPRangeSize` |`[0-127]`|Number of reserved IP start addresses for your Kubernetes services. Based on the size, we allocate a range of free IP addresses on your subnet. | `0` |Single-machine and full deployment|
24+
| `Init.KmsPlugin.Enable` | Boolean | Specifies whether the KMS plugin is enabled or not. | false | Single-machine and full deployment|
2425
| `Join.ClusterJoinToken` |String|`Reserved` | None |Full deployment only|
2526
| `Join.DiscoveryTokenHash` |String|`Reserved`| None |Full deployment only|
2627
| `Join.CertificateKey` |String|`Reserved`| None |Full deployment only|

0 commit comments

Comments
 (0)