You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/aks/custom-node-configuration.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -126,31 +126,31 @@ For Windows node pools (Preview)
126
126
az aks nodepool add --name mynodepool1 --cluster-name myAKSCluster --resource-group myResourceGroup --os-type Windows --kubelet-config ./windowskubeletconfig.json
127
127
```
128
128
129
-
## Other configurations
129
+
###Other configurations
130
130
131
131
These settings can be used to modify other operating system settings.
132
132
133
-
### Message of the Day
133
+
####Message of the Day
134
134
135
135
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.
136
136
137
-
#### Cluster creation
137
+
#####Cluster creation
138
138
139
139
```azurecli
140
140
az aks create --cluster-name myAKSCluster --resource-group myResourceGroup --message-of-the-day ./newMOTD.txt
141
141
```
142
142
143
-
#### Nodepool creation
143
+
#####Nodepool creation
144
144
145
145
```azurecli
146
146
az aks nodepool add --name mynodepool1 --cluster-name myAKSCluster --resource-group myResourceGroup --message-of-the-day ./newMOTD.txt
147
147
```
148
148
149
-
## Confirm settings have been applied
149
+
###Confirm settings have been applied
150
150
151
151
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.
152
152
153
-
# Custom node configuration supported parameters
153
+
##Custom node configuration supported parameters
154
154
155
155
## Kubelet custom configuration
156
156
@@ -273,6 +273,7 @@ The settings below can be used to tune the operation of the virtual memory (VM)
0 commit comments