Skip to content

Commit 2ce5153

Browse files
Merge pull request #233589 from Nickomang/aks-upgrade-cluster-updates
Added applens API detection steps
2 parents f80d600 + 2a13642 commit 2ce5153

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed
506 KB
Loading
232 KB
Loading

articles/aks/upgrade-cluster.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,11 @@ After receiving the error message, you have two options to mitigate the issue:
151151

152152
To remove usage of deprecated APIs, follow these steps:
153153

154-
1. Remove the deprecated API, which is listed in the error message. Check the past usage by enabling [container insights][container-insights] and exploring kube audit logs.
154+
1. Remove the deprecated API, which is listed in the error message. In the Azure portal, navigate to your cluster's overview page, and select **Diagnose and solve problems**. You can find recent usages detected under the **Known Issues, Availability and Performance** category by navigating to **Selected Kubernetes API deprecations** on the left-hand side. You can also check past API usage by enabling [container insights][container-insights] and exploring kube audit logs.
155155

156-
2. Wait 12 hours from the time the last deprecated api usage was seen.
156+
:::image type="content" source="./media/upgrade-cluster/applens-api-detection-inline.png" lightbox="./media/upgrade-cluster/applens-api-detection-full.png" alt-text="A screenshot of the Azure portal showing the 'Selected Kubernetes API deprecations' section.":::
157+
158+
2. Wait 12 hours from the time the last deprecated API usage was seen.
157159

158160
3. Retry your cluster upgrade.
159161

0 commit comments

Comments
 (0)