Skip to content

Commit ada0e70

Browse files
committed
fixing tab groups
1 parent bd9525e commit ada0e70

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

articles/aks/custom-node-configuration.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ Create a `windowskubeletconfig.json` file with the following contents:
9292
}
9393
```
9494

95+
---
96+
9597
#### OS configuration
9698

9799
### [Linux node pools](#tab/linux-node-pools)
@@ -115,6 +117,8 @@ Create a `linuxosconfig.json` file with the following contents:
115117

116118
Not currently supported.
117119

120+
---
121+
118122
### Create a new cluster using custom configuration files
119123

120124
When creating a new cluster, you can use the customized configuration files created in the previous steps to specify the kubelet configuration, OS configuration, or both.
@@ -147,6 +151,8 @@ az aks nodepool add --name mynodepool1 --cluster-name myAKSCluster --resource-gr
147151
az aks nodepool add --name mynodepool1 --cluster-name myAKSCluster --resource-group myResourceGroup --os-type Windows --kubelet-config ./windowskubeletconfig.json
148152
```
149153

154+
---
155+
150156
### Other configurations
151157

152158
The following settings can be used to modify other operating system settings:

0 commit comments

Comments
 (0)