You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* This configuration is an optional parameter. It comes into play when CNF is getting installed and as a part of its installation corresponding pods are spin up in the CNF's release namespace.
84
+
* This configuration is an optional parameter. It comes into play when container network function (CNF) is getting installed and as a part of its installation corresponding pods are spin up in the CNF's release namespace.
85
85
* This configuration configures more granular control on top of rules and namespaceSelectors defined in [Pod Mutating Webhook Configuration](https://dev.azure.com/msazuredev/AzureForOperatorsIndustry/_git/aosm-networkfunctionextension?version=GBmain&path=/src/NetworkFunctionExtension/config/default/networkfunction-operator/templates/webhook_pod/webhook_mutating_config.yaml).
The above matchCondition implies that the pods getting admitted in kube-system namespace will be mutated only if they have atleast one of the following labels:
90
+
The referenced matchCondition implies that the pods getting accepted in kube-system namespace are mutated only if they have at least one of the following labels:
91
91
- app == "commissioning"
92
92
- name == "cert-exporter"
93
93
- app == "descheduler"
94
94
95
-
else they will not be mutated and continue to be pulled from the original source as per the helm chart of CNF/Component/Application.
95
+
else they are not mutated and continue to be pulled from the original source as per the helm chart of CNF/Component/Application.
96
96
* Accepted value:
97
-
Any valid [CEL expressions](https://kubernetes.io/docs/reference/using-api/cel/)
98
-
* To learn more about matchConditions [reference Kubernetes doc link](https://kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/#matching-requests-matchconditions).
99
-
* This is configurable parameter that can be set or updated during NF Extension's installation or update.
100
-
* Also, this condition comes into play only when the CNF/Component/Application is getting installed into the namespace as per the rules and namespaceSelectors defined in [Pod Mutating Webhook Configuration](https://dev.azure.com/msazuredev/AzureForOperatorsIndustry/_git/aosm-networkfunctionextension?version=GBmain&path=/src/NetworkFunctionExtension/config/default/networkfunction-operator/templates/webhook_pod/webhook_mutating_config.yaml). If there are more pods getting spin up in that namespace, this condition will still be applied to them.
97
+
Any valid [CEL expressions](https://kubernetes.io/docs/reference/using-api/cel/)
98
+
* This parameter can be set or updated during either network function (NF) extension installation or update.
99
+
* This condition comes into play only when the CNF/Component/Application is getting installed into the namespace as per the rules and namespaceSelectors defined in [Pod Mutating Webhook Configuration](https://dev.azure.com/msazuredev/AzureForOperatorsIndustry/_git/aosm-networkfunctionextension?version=GBmain&path=/src/NetworkFunctionExtension/config/default/networkfunction-operator/templates/webhook_pod/webhook_mutating_config.yaml). If there are more pods getting spin up in that namespace, this condition is applied.
* This configuration will allow artifacts to be delivered to edge via hardware drive.
158
-
* It is only used for Tempnet with AP5GC.
155
+
* This configuration allows artifacts to be delivered to edge via hardware drive.
159
156
* Accepted values: false, true.
160
157
* Default value: false.
161
158
162
159
### Recommended NFO config for AKS
163
160
164
-
The default NFO config is configured for HA on NAKS as none of the csi disk drives on AKS support ReadWriteX access mode, HA needs to be disabled on AKS.Use the following config options on AKS
161
+
The default NFO config configures HA on NAKS but none of the disk drives on AKS support ReadWriteX access mode. In this case, whhere HA needs to be disabled, use the following config options;
0 commit comments