File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
articles/operator-service-manager Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,8 @@ az k8s-extension create --cluster-name
39
39
[--config global.networkfunctionextension.clusterRegistry.storageClassName= ]
40
40
[--config global.networkfunctionextension.clusterRegistry.storageSize= ]
41
41
[--config global.networkfunctionextension.webhook.pod.mutation.matchConditionExpression= ]
42
+ [--config global.networkfunctionextension.clusterRegistry.clusterRegistryGCCadence= ]
43
+ [--config global.networkfunctionextension.clusterRegistry.clusterRegistryGCThreshold= ]
42
44
[--version]
43
45
```
44
46
@@ -149,6 +151,16 @@ The referenced matchCondition implies that the pods getting accepted in kube-sys
149
151
* This configuration uses unit as Gi and Ti for sizing.
150
152
* Default value: 100Gi
151
153
154
+ ` --config global.networkfunctionextension.clusterRegistry.clusterRegistryGCCadence= `
155
+ * This configuration must be provided as a schedule in standard Unix crontab format.
156
+ * This configuration specified as an empty string disable the scheduled job, allowing customers to opt out of running garbage collection.
157
+ * Default value: "0 0 * * * " -- Runs the job once everyday.
158
+
159
+ ` --config global.networkfunctionextension.backgroundJobThreshold= `
160
+ * This configuration specifies the precent threshold value to trigger the cluster registry garbage collection process.
161
+ * This configuration triggers garbage collection process when cluster registry usage exceeds this value.
162
+ * Default value: 0.
163
+
152
164
> [ !NOTE]
153
165
> * When managing a NAKS cluster with AOSM, the default parameter values enable HA as the recommended configuration.
154
166
> * When managing a AKS cluster with AOSM, HA must be disabled using the following configuration options:
You can’t perform that action at this time.
0 commit comments