Skip to content

Commit 7b5a6b9

Browse files
authored
Update manage-network-function-operator.md
corrections
1 parent 004b199 commit 7b5a6b9

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

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

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -104,16 +104,6 @@ The referenced matchCondition implies that the pods getting accepted in kube-sys
104104

105105
#### Cluster Registry
106106

107-
> [!NOTE]
108-
> * When managing a NAKS cluster with AOSM, the default parameter values enable HA as the recommended configuration.
109-
> * When managing a AKS cluster with AOSM, HA must be disabled using the following configuration options:
110-
>
111-
>```
112-
> --config global.networkfunctionextension.clusterRegistry.highAvailability.enabled=false
113-
> --config global.networkfunctionextension.webhook.highAvailability.enabled=false
114-
> --config global.networkfunctionextension.clusterRegistry.storageClassName=managed-csi
115-
>```
116-
117107
`--config global.networkfunctionextension.enableClusterRegistry=`
118108
* This configuration provisions a registry in the cluster to locally cache artifacts.
119109
* Default values enable lazy loading mode unless global.networkfunctionextension.enableEarlyLoading=true.
@@ -158,6 +148,16 @@ The referenced matchCondition implies that the pods getting accepted in kube-sys
158148
* Azure Stack Edge (ASE): managed-premium
159149
* Default value: nexus-shared.
160150

151+
> [!NOTE]
152+
> * When managing a NAKS cluster with AOSM, the default parameter values enable HA as the recommended configuration.
153+
> * When managing a AKS cluster with AOSM, HA must be disabled using the following configuration options:
154+
>
155+
>```
156+
> --config global.networkfunctionextension.clusterRegistry.highAvailability.enabled=false
157+
> --config global.networkfunctionextension.webhook.highAvailability.enabled=false
158+
> --config global.networkfunctionextension.clusterRegistry.storageClassName=managed-csi
159+
>```
160+
161161
`--config global.networkfunctionextension.clusterRegistry.storageSize=`
162162
* This configuration must be provided when global.networkfunctionextension.enableClusterRegistry=true.
163163
* This configuration configures the size we reserve for cluster registry.
@@ -180,14 +180,14 @@ The referenced matchCondition implies that the pods getting accepted in kube-sys
180180
* Default value: medium.
181181
* Following are the registry resource specifications for all 3 scales:
182182
```
183+
- requests:
184+
- small: cpu: 100m, memory: 250Mi
185+
- medium: cpu: 250m, memory: 500Mi
186+
- large: cpu: 500m, memory: 1Gi
183187
- limits:
184188
- small: cpu: 100m, memory: 2Gi
185189
- medium: cpu: 500m, memory: 2Gi
186190
- large: cpu: 1, memory: 4Gi
187-
- requests:
188-
- small: cpu: 100m, memory: 250Mi
189-
- mediumL cpu: 250m, memory: 500Mi
190-
- large: cpu: 500m, memory: 1Gi
191191
```
192192
193193
## Update network function extension

0 commit comments

Comments
 (0)