Skip to content

Commit 400122e

Browse files
committed
fix link
1 parent acf3502 commit 400122e

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

articles/aks/custom-node-configuration.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -126,31 +126,31 @@ For Windows node pools (Preview)
126126
az aks nodepool add --name mynodepool1 --cluster-name myAKSCluster --resource-group myResourceGroup --os-type Windows --kubelet-config ./windowskubeletconfig.json
127127
```
128128

129-
## Other configurations
129+
### Other configurations
130130

131131
These settings can be used to modify other operating system settings.
132132

133-
### Message of the Day
133+
#### Message of the Day
134134

135135
Pass the ```--message-of-the-day``` flag with the location of the file to replace the Message of the Day on Linux nodes at cluster creation or node pool creation.
136136

137-
#### Cluster creation
137+
##### Cluster creation
138138

139139
```azurecli
140140
az aks create --cluster-name myAKSCluster --resource-group myResourceGroup --message-of-the-day ./newMOTD.txt
141141
```
142142

143-
#### Nodepool creation
143+
##### Nodepool creation
144144

145145
```azurecli
146146
az aks nodepool add --name mynodepool1 --cluster-name myAKSCluster --resource-group myResourceGroup --message-of-the-day ./newMOTD.txt
147147
```
148148

149-
## Confirm settings have been applied
149+
### Confirm settings have been applied
150150

151151
After you have applied custom node configuration, you can confirm the settings have been applied to the nodes by [connecting to the host][node-access] and verifying `sysctl` or configuration changes have been made on the filesystem.
152152

153-
# Custom node configuration supported parameters
153+
## Custom node configuration supported parameters
154154

155155
## Kubelet custom configuration
156156

@@ -273,6 +273,7 @@ The settings below can be used to tune the operation of the virtual memory (VM)
273273
[az-aks-update]: /cli/azure/aks#az-aks-update
274274
[az-aks-scale]: /cli/azure/aks#az-aks-scale
275275
[az-feature-register]: /cli/azure/feature#az-feature-register
276+
[az-feature-show]: /cli/azure/feature#az-feature-show
276277
[az-feature-list]: /cli/azure/feature#az-feature-list
277278
[az-provider-register]: /cli/azure/provider#az-provider-register
278279
[upgrade-cluster]: upgrade-cluster.md

0 commit comments

Comments
 (0)