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
@@ -102,6 +103,17 @@ The referenced matchCondition implies that the pods getting accepted in kube-sys
102
103
* 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.
103
104
104
105
#### Cluster Registry
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:
Copy file name to clipboardExpand all lines: articles/operator-service-manager/release-notes.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -387,3 +387,22 @@ The following bug fixes, defect resolutions, or usability improvements are deliv
387
387
* NFO - Cluster Registry Image Corruption Auto-Recovery [2502220010001187]: Sometimes, images in the cluster registry become corrupted due to failures during the download process. This results in all subsequent retry attempts for that image failing. This solution detects corrupted images, removes broken Docker image links, and ensures that future retries can successfully download the image.
388
388
* NFO - Avoid performing an unnecessary image copy when the image is already present in the cluster registry: This update eliminates redundant image downloads when the Artifact Controller pod crashes or becomes temporarily unavailable due to network issues. If the image is already present in the cluster registry, the system will now bypass unnecessary copies, improving efficiency and reducing resource consumption.
389
389
* NFO - Increase oras download concurrency count [ICM602686818]: This update increases the concurrency setting in ORAS, enhancing parallel processing and improving download speed.
390
+
391
+
## Release 3.0.3007-208
392
+
393
+
Document Revision 1.0
394
+
395
+
### Release Summary
396
+
Azure Operator Service Manager is a cloud orchestration service that enables automation of operator network-intensive workloads, and mission critical applications hosted on Azure Operator Nexus. Azure Operator Service Manager unifies infrastructure, software, and configuration management with a common model into a single interface, both based on trusted Azure industry standards. This March 31, 2025 Azure Operator Service Manager release includes updating the NFO version to 3.0.3007-208, the details of which are further outlined in the remainder of this document.
397
+
398
+
### Release Details
399
+
* Release Version: Version 3.0.3007-208
400
+
* Release Date: March 31, 2025
401
+
* Is NFO update required: YES, Update only
402
+
* Dependency Versions: Go/1.22.4 - Helm/3.15.2
403
+
404
+
#### Release Updates
405
+
The following bug fixes, defect resolutions, or usability improvements are delivered with this release, for either Network Function Operator (NFO) or resource provider (RP) components.
406
+
407
+
* NFO - [602686818] Expose new installation parameter to set cluster registry CPU and memory resources to "small", "medium" or "large" scale option.
408
+
* NFO - [602686818] Tune ORAS concurrency settings for improved performance and resource utilization for all scale options.
0 commit comments