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
[NFV] Configure provisioning operator to watch all namespaces
Set provisioning.watch_all_namespaces to true in the operator's configuration
during deployment.
Our CI was failing because the current process of patching the provisioning
configuration live was causing race conditions or instability.
Setting watch_all_namespaces to true from the start allows the provisioning
operator to correctly find and manage provisioning CRs across all namespaces,
which is required by NFV. This avoids the need for the unstable runtime
patch.
Jira: OSPRH-20407
Copy file name to clipboardExpand all lines: roles/openshift_setup/README.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,5 +26,4 @@ effect if `cifmw_openshift_setup_ca_registry_to_add` is set.
26
26
mirrors:
27
27
- mirror.quay.rdoproject.org
28
28
```
29
-
*`cifmw_openshift_setup_metal3_watch_all_ns`: (Boolean) Tells Metal3 BMO to watch resources out of its namespace. Defaults to `false`.
30
29
*`cifmw_openshift_setup_apply_marketplace_fix`: (Boolean) Apply openshift-marketplace workaround which is recreating all pods in the namespace. NOTE: same step is done in `base` job.
0 commit comments