Skip to content

Commit c5eb53d

Browse files
author
Manika Dhiman
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-stack-docs-pr into md-collect-logs-portal
2 parents 3f8cb15 + 587e675 commit c5eb53d

38 files changed

+1054
-239
lines changed

AKS-Hybrid/create-daemonsets.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -44,21 +44,21 @@ You describe a DaemonSet by using a YAML file, and then create it using the `kub
4444
The following example describes the features of a DaemonSet configuration file using an nginx image:
4545

4646
```yaml
47-
apiVersion: apps/v1
48-
kind: DaemonSet
49-
metadata:
50-
labels:
51-
app: nginx
52-
name: example-daemon
53-
spec:
47+
---
48+
apiVersion: apps/v1
49+
kind: DaemonSet
50+
metadata:
51+
labels:
52+
app: nginx
53+
name: example-daemon
54+
spec:
5455
template:
55-
metadata:
56+
metadata: null
5657
labels:
57-
app: nginx
58-
spec:
59-
containers:
60-
-name: nginx
61-
image: nginx
58+
app: nginx
59+
containers: null
60+
name: nginx
61+
image: nginx
6262
```
6363
6464
To view the current state of the DaemonSet, use the `kubectl describe` command (for example, `kubectl describe daemonset example-daemon`).

AKS-Hybrid/docfx.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@
6262

6363
},
6464
"fileMetadata": {
65+
"ms.service": {
66+
"./**/*.md": "azure-kubernetes-service-hybrid"
67+
},
6568
"titleSuffix": {
6669
"**/*.md": "AKS hybrid",
6770
"aks-hci/**/*.md": "AKS hybrid"
@@ -70,7 +73,6 @@
7073
"aks-hci/**/*.md": "https://feedback.azure.com/d365community/forum/a2f8da29-b853-ec11-8f8e-0022481f2fe7"
7174
},
7275
"ms.subservice": {
73-
"./**/*.md": "aks-hci"
7476
}
7577
},
7678
"template": [],

AKS-Hybrid/known-issues-arc.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ metadata:
44
description: Find solutions to known issues and errors when enabling and disabling Azure Arc on AKS workload clusters in AKS enabled by Arc.
55
author: sethmanheim
66
ms.author: sethm
7-
ms.service: azure-stack
8-
ms.subservice: aks-hci
7+
ms.service: azure-kubernetes-service-hybrid
98
ms.topic: faq
109
ms.date: 6/13/2024
1110

AKS-Hybrid/known-issues-installation.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ metadata:
44
description: Find solutions to known issues and errors when installing AKS Arc
55
author: sethmanheim
66
ms.author: sethm
7-
ms.service: azure-stack
8-
ms.subservice: aks-hci
7+
ms.service: azure-kubernetes-service-hybrid
98
ms.custom: devx-track-azurepowershell
109
ms.topic: faq
1110
ms.date: 07/26/2024

AKS-Hybrid/known-issues-networking.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ metadata:
44
description: Get help to troubleshoot networking issues and errors in AKS Arc.
55
author: sethmanheim
66
ms.author: sethm
7-
ms.service: azure-stack
8-
ms.subservice: aks-hci
7+
ms.service: azure-kubernetes-service-hybrid
98
ms.topic: faq
109
ms.date: 07/11/2024
1110

AKS-Hybrid/known-issues-security.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ metadata:
44
description: Get help to troubleshoot security and identity issues and errors in AKS enabled by Arc.
55
author: sethmanheim
66
ms.author: sethm
7-
ms.service: azure-stack
8-
ms.subservice: aks-hci
7+
ms.service: azure-kubernetes-service-hybrid
98
ms.topic: faq
109
ms.date: 07/11/2024
1110

AKS-Hybrid/known-issues-storage.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ metadata:
44
description: Get help to troubleshoot storage issues and errors in AKS enabled by Azure Arc.
55
author: sethmanheim
66
ms.author: sethm
7-
ms.service: azure-stack
8-
ms.subservice: aks-hci
7+
ms.service: azure-kubernetes-service-hybrid
98
ms.topic: faq
109
ms.date: 07/11/2024
1110

AKS-Hybrid/known-issues-uninstall.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ metadata:
44
description: Get help to troubleshoot issues and errors when uninstalling AKS enabled by Arc.
55
author: sethmanheim
66
ms.author: sethm
7-
ms.service: azure-stack
8-
ms.subservice: aks-hci
7+
ms.service: azure-kubernetes-service-hybrid
98
ms.topic: faq
109
ms.date: 07/11/2024
1110

AKS-Hybrid/known-issues-upgrade.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ metadata:
44
description: Known issues when upgrading AKS enabled by Azure Arc
55
author: sethmanheim
66
ms.author: sethm
7-
ms.service: azure-stack
8-
ms.subservice: aks-hci
7+
ms.service: azure-kubernetes-service-hybrid
98
ms.topic: faq
109
ms.date: 07/11/2024
1110

AKS-Hybrid/known-issues-windows-admin-center.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ metadata:
44
description: Known issues in Windows Admin Center for AKS enabled by Arc.
55
author: sethmanheim
66
ms.author: sethm
7-
ms.service: azure-stack
8-
ms.subservice: aks-hci
7+
ms.service: azure-kubernetes-service-hybrid
98
ms.topic: faq
109
ms.date: 07/11/2024
1110

0 commit comments

Comments
 (0)