Skip to content

Commit 7157346

Browse files
committed
fixes
1 parent 09ba8d4 commit 7157346

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

articles/azure-arc/kubernetes/tutorial-use-gitops-flux2.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,6 @@ If you don't specify values for `memoryThreshold` and `outOfMemoryWatch`, the de
568568

569569
## Configurable log-level parameters
570570

571-
Description:
572571
By default, the `log-level` for Flux controllers is set to ‘info’. Starting with [`microsoft.flux` v1.8.3](extensions-release.md#flux-gitops), you can modify these default settings using the `k8s-extension` command as follows:
573572

574573
```azurecli
@@ -585,7 +584,7 @@ Valid values are `debug`, `info`, or `error`. These values are only configurable
585584
For instance, to change the `log-level` for the `source-controller` and `kustomize-controller`, use the following command:
586585

587586
```azurecli
588-
az k8s-extension update --resource-group <resource-group> --cluster-name <cluster-name> --cluster-type managedClusters --name flux --config source-controller.log-level=error kustomize-controller.log-level=error
587+
az k8s-extension update --resource-group <resource-group> --cluster-name <cluster-name> --cluster-type <clusterType> --name flux --config source-controller.log-level=error kustomize-controller.log-level=error
589588
```
590589

591590
### Workload identity in AKS clusters

0 commit comments

Comments
 (0)