Skip to content

Commit 7ac74d4

Browse files
authored
Merge pull request #1819 from Monasser-Repo/patch-1
Update troubleshoot-common-azure-linux-aks.md
2 parents 26f1bd7 + 6adb9e9 commit 7ac74d4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

support/azure/azure-kubernetes/create-upgrade-delete/troubleshoot-common-azure-linux-aks.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: Troubleshoot common issues for Azure Linux Container Host for AKS
33
description: Troubleshoot commonly reported issues for Azure Linux container hosts on Azure Kubernetes Service (AKS).
4-
ms.date: 09/08/2023
4+
ms.date: 04/02/2025
55
author: suhuruli
66
ms.author: suhuruli
77
editor: v-jsitser
8-
ms.reviewer: v-leedennis
8+
ms.reviewer: mnasser, v-weizhu
99
ms.service: azure-kubernetes-service
1010
ms.custom: sap:Create, Upgrade, Scale and Delete operations (cluster or nodepool), linux-related-content
1111
---
@@ -77,6 +77,8 @@ Most commands in the Azure Linux OS, such as the process status (`ps`) command,
7777
| `apt-mark auto` | `tdnf install dnf mark remove` |
7878
| `apt-mark manual` | `dnf mark install` |
7979
| `apt-mark showmanual` | `dnf history userinstalled` |
80+
| `add-apt-repository` | Edit `/etc/yum.repos.d/*.repo` files |
81+
| `apt-key add` | `rpm --import` |
8082

8183
### Step 2: Check the Azure Linux version
8284

0 commit comments

Comments
 (0)