Skip to content

Commit a0aa88e

Browse files
Update troubleshooting.md
1 parent 778e643 commit a0aa88e

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

articles/azure-arc/kubernetes/troubleshooting.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Troubleshoot common Azure Arc-enabled Kubernetes issues"
33
services: azure-arc
44
ms.service: azure-arc
55
#ms.subservice: azure-arc-kubernetes coming soon
6-
ms.date: 09/15/2022
6+
ms.date: 10/24/2022
77
ms.topic: how-to
88
description: "Learn how to resolve common issues with Azure Arc-enabled Kubernetes clusters and GitOps."
99
keywords: "Kubernetes, Arc, Azure, containers, GitOps, Flux"
@@ -422,6 +422,14 @@ spec:
422422
app.kubernetes.io/name: flux-extension
423423
```
424424

425+
### Flux v2 - Installing the `microsoft.flux` extension in a cluster with Kubelet Identity enabled
426+
427+
When working with Azure Kubernetes clusters, one of the authentication options to use is kubelet identity. In order to let Flux use this, add a parameter --config useKubeletIdentity=true at the time of Flux extension installation.
428+
429+
```console
430+
az k8s-extension create --resource-group <resource-group> --cluster-name <cluster-name> --cluster-type managedClusters --name flux --extension-type microsoft.flux --config useKubeletIdentity=true
431+
```
432+
425433
### Flux v2 - `microsoft.flux` extension installation CPU and memory limits
426434

427435
The controllers installed in your Kubernetes cluster with the Microsoft.Flux extension require the following CPU and memory resource limits to properly schedule on Kubernetes cluster nodes.

0 commit comments

Comments
 (0)