@@ -104,16 +104,6 @@ The referenced matchCondition implies that the pods getting accepted in kube-sys
104
104
105
105
#### Cluster Registry
106
106
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
-
117
107
` --config global.networkfunctionextension.enableClusterRegistry= `
118
108
* This configuration provisions a registry in the cluster to locally cache artifacts.
119
109
* 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
158
148
* Azure Stack Edge (ASE): managed-premium
159
149
* Default value: nexus-shared.
160
150
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
+
161
161
`--config global.networkfunctionextension.clusterRegistry.storageSize=`
162
162
* This configuration must be provided when global.networkfunctionextension.enableClusterRegistry=true.
163
163
* 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
180
180
* Default value: medium.
181
181
* Following are the registry resource specifications for all 3 scales:
182
182
```
183
+ - requests:
184
+ - small: cpu: 100m, memory: 250Mi
185
+ - medium: cpu: 250m, memory: 500Mi
186
+ - large: cpu: 500m, memory: 1Gi
183
187
- limits:
184
188
- small: cpu: 100m, memory: 2Gi
185
189
- medium: cpu: 500m, memory: 2Gi
186
190
- 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
191
191
```
192
192
193
193
## Update network function extension
0 commit comments