Skip to content

Commit edb3af0

Browse files
authored
Update manage-network-function-operator.md
update for crgc automation
1 parent 01358d8 commit edb3af0

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

articles/operator-service-manager/manage-network-function-operator.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ az k8s-extension create --cluster-name
3939
[--config global.networkfunctionextension.clusterRegistry.storageClassName=]
4040
[--config global.networkfunctionextension.clusterRegistry.storageSize=]
4141
[--config global.networkfunctionextension.webhook.pod.mutation.matchConditionExpression=]
42+
[--config global.networkfunctionextension.clusterRegistry.clusterRegistryGCCadence=]
43+
[--config global.networkfunctionextension.clusterRegistry.clusterRegistryGCThreshold=]
4244
[--version]
4345
```
4446

@@ -149,6 +151,16 @@ The referenced matchCondition implies that the pods getting accepted in kube-sys
149151
* This configuration uses unit as Gi and Ti for sizing.
150152
* Default value: 100Gi
151153

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+
152164
> [!NOTE]
153165
> * When managing a NAKS cluster with AOSM, the default parameter values enable HA as the recommended configuration.
154166
> * When managing a AKS cluster with AOSM, HA must be disabled using the following configuration options:

0 commit comments

Comments
 (0)