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 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
-
* 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).
83
+
* This configuration is an optional parameter. It comes into play only when container network functions (CNFs) are installed in the corresponding release namespace.
84
+
* This configuration configures more granular control on top of rules and namespaceSelectors.
@@ -92,11 +91,11 @@ az k8s-extension create --cluster-name
92
91
- name == "cert-exporter"
93
92
- app == "descheduler"
94
93
95
-
else they are not mutated and continue to be pulled from the original source as per the helm chart of CNF/Component/Application.
94
+
else they aren't mutated and continue to be pulled from the original source as per the helm chart of CNF/Component/Application.
96
95
* Accepted value:
97
-
Any valid [CEL expressions](https://kubernetes.io/docs/reference/using-api/cel/)
96
+
Any valid CEL expression.
98
97
* 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.
98
+
* This condition comes into play only when the CNF/Component/Application are getting installed into the namespace as per the rules and namespaceSelectors. If there are more pods getting spin up in that namespace, this condition is applied.
100
99
101
100
#### Cluster registry
102
101
@@ -140,7 +139,7 @@ az k8s-extension create --cluster-name
@@ -158,7 +157,7 @@ az k8s-extension create --cluster-name
158
157
159
158
### Recommended NFO config for AKS
160
159
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;
160
+
The default NFO config configures HA on NAKS but none of the disk drives on AKS support ReadWriteX access mode. Where HA needs to be disabled, use the following config options;
0 commit comments