Skip to content

Commit 313687d

Browse files
committed
fix the indent
Signed-off-by: Zhiying Lin <[email protected]>
1 parent 39110a4 commit 313687d

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

charts/hub-agent/README.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -19,25 +19,25 @@ _See [helm install](https://helm.sh/docs/helm/helm_install/) for command documen
1919

2020
## Parameters
2121

22-
| Parameter | Description | Default |
23-
|:-----------------------------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------|:-------------------------------------------------|
24-
| replicaCount | The number of hub-agent replicas to deploy | `1` |
25-
| image.repository | Image repository | `ghcr.io/azure/azure/fleet/hub-agent` |
26-
| image.pullPolicy | Image pullPolicy | `Always` |
27-
| image.tag | The image release tag to use | `v0.1.0` |
28-
| namespace | Namespace that this Helm chart is installed on | `fleet-system` |
29-
| serviceAccount.create | Whether to create service account | `true` |
30-
| serviceAccount.name | Service account name | `hub-agent-sa` |
31-
| resources | The resource request/limits for the container image | limits: 500m CPU, 1Gi, requests: 100m CPU, 128Mi |
32-
| affinity | The node affinity to use for hubagent pod | `{}` |
33-
| tolerations | The tolerations to use for hubagent pod | `[]` |
34-
| logVerbosity | Log level. Uses V logs (klog) | `5` |
35-
| enableV1Alpha1APIs | If set, the agents will watch for the v1alpha1 APIs. | `false` |
36-
| enableV1Beta1APIs | If set, the agents will watch for the v1beta1 APIs. | `true` |
37-
| hubAPIQPS | QPS to use while talking with fleet-apiserver. Doesn't cover events and node heartbeat apis which rate limiting is controlled by a different set of flags. | `250` |
38-
| hubAPIBurst | Burst to use while talking with fleet-apiserver. Doesn't cover events and node heartbeat apis which rate limiting is controlled by a different set of flags. | `1000` |
39-
| MaxConcurrentClusterPlacement | The max number of clusterResourcePlacement to run concurrently this fleet supports. | `100` |
40-
| ConcurrentResourceChangeSyncs | The number of resourceChange reconcilers that are allowed to run concurrently. | `20` |
41-
| logFileMaxSize | Max size of log file before rotation | `1000000` |
42-
| MaxFleetSizeSupported | The max number of member clusters this fleet supports. | `100` |
43-
| resourceSnapshotCreationInterval | The interval at which resource snapshots are created. | `1m` |
22+
| Parameter | Description | Default |
23+
|:----------------------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------|:-------------------------------------------------|
24+
| `replicaCount` | Number of hub-agent replicas to deploy | `1` |
25+
| `image.repository` | Image repository | `ghcr.io/azure/azure/fleet/hub-agent` |
26+
| `image.pullPolicy` | Image pull policy | `Always` |
27+
| `image.tag` | Image release tag | `v0.1.0` |
28+
| `namespace` | Namespace where this chart is installed | `fleet-system` |
29+
| `serviceAccount.create` | Whether to create a service account | `true` |
30+
| `serviceAccount.name` | Service account name | `hub-agent-sa` |
31+
| `resources` | Resource requests/limits for the container | limits: 500m CPU, 1Gi; requests: 100m CPU, 128Mi |
32+
| `affinity` | Node affinity for hub-agent pods | `{}` |
33+
| `tolerations` | Tolerations for hub-agent pods | `[]` |
34+
| `logVerbosity` | Log level (klog V logs) | `5` |
35+
| `enableV1Alpha1APIs` | Watch for v1alpha1 APIs | `false` |
36+
| `enableV1Beta1APIs` | Watch for v1beta1 APIs | `true` |
37+
| `hubAPIQPS` | QPS for fleet-apiserver (not including events/node heartbeat) | `250` |
38+
| `hubAPIBurst` | Burst for fleet-apiserver (not including events/node heartbeat) | `1000` |
39+
| `MaxConcurrentClusterPlacement` | Max concurrent ClusterResourcePlacement operations | `100` |
40+
| `ConcurrentResourceChangeSyncs` | Max concurrent resourceChange reconcilers | `20` |
41+
| `logFileMaxSize` | Max log file size before rotation | `1000000` |
42+
| `MaxFleetSizeSupported` | Max number of member clusters supported | `100` |
43+
| `resourceSnapshotCreationInterval` | Interval for resource snapshot creation | `1m` |

0 commit comments

Comments
 (0)