Skip to content

Commit 979a97b

Browse files
committed
fix typo
1 parent 1b3e692 commit 979a97b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-arc/kubernetes/troubleshooting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -377,14 +377,14 @@ az k8s-extension create --resource-group <resource-group> --cluster-name <cluste
377377

378378
The controllers installed in your Kubernetes cluster with the Microsoft Flux extension require CPU and memory resources to properly schedule on Kubernetes cluster nodes. This table shows the minimum memory and CPU resources that may be requested, along with the maximum limits for potential CPU and memory resource requirements.
379379

380-
| Container Name | Minimum CPU | Minimum memory request | Maximum CPU | Maximum memory |
380+
| Container Name | Minimum CPU | Minimum memory | Maximum CPU | Maximum memory |
381381
| -------------- | ----------- | -------- |
382382
| fluxconfig-agent | 5 m | 30 Mi | 50 m | 150 Mi |
383383
| fluxconfig-controller | 5 m | 30 Mi | 100 m | 150 Mi |
384384
| fluent-bit | 5 m | 30 Mi | 20 m | 150 Mi |
385385
| helm-controller | 100 m | 64 Mi | 1000 m | 1 Gi |
386386
| source-controller | 50 m | 64 Mi | 1000 m | 1 Gi |
387-
| kustomize-controller | 100 m | 64 Mi | 1000 m | 1 i |
387+
| kustomize-controller | 100 m | 64 Mi | 1000 m | 1 Gi |
388388
| notification-controller | 100 m | 64 Mi | 1000 m | 1 Gi |
389389
| image-automation-controller | 100 m | 64 Mi | 1000 m | 1 Gi |
390390
| image-reflector-controller | 100 m | 64 Mi | 1000 m | 1 Gi |

0 commit comments

Comments
 (0)