Skip to content

Commit 4891f80

Browse files
author
John Knightly
committed
update TOC and fix publish blockers
Add new article to an appropriate TOC file. File name: Correct typo "kubernetews". Line 3: Add required period to end of description metadata. Line 12: Use sentence case for titles and headings per Microsoft style (Customize worker nodes with a DaemonSet).
1 parent f42486b commit 4891f80

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

articles/operator-nexus/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@
116116
href: howto-kubernetes-cluster-action-restart.md
117117
- name: Customize cluster DNS
118118
href: how-to-customize-kubernetes-cluster-dns.md
119+
- name: Customize Worker Nodes
120+
href: howto-kubernetes-cluster-customize-workers.md
119121
- name: Nexus Virtual Machine
120122
expanded: false
121123
items:

articles/operator-nexus/howto-kubernetews-cluster-customize-workers.md renamed to articles/operator-nexus/howto-kubernetes-cluster-customize-workers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Azure Operator Nexus: Customize Kubernetes Worker Nodes with a DaemonSet"
3-
description: How-to guide for customizing Kubernetes Worker Nodes with a DaemonSet
3+
description: How-to guide for customizing Kubernetes Worker Nodes with a DaemonSet.
44
author: joknight
55
ms.author: joknight
66
ms.service: azure-operator-nexus
@@ -9,7 +9,7 @@ ms.date: 01/29/2024
99
ms.custom: template-how-to
1010
---
1111

12-
# Customize Worker Nodes with a DaemonSet
12+
# Customize worker nodes with a DaemonSet
1313

1414
To meet application requirements, you may need to modify operating system settings, enable a Linux kernel module or install a host-level application package. Use a `DaemonSet` with host privileges to customize worker nodes.
1515

0 commit comments

Comments
 (0)