Skip to content

Commit 21d52e1

Browse files
committed
OSDOCS-11874-fix: Updated Migrating from the OpenShift SDN network plugin doc to explain webhook prereq
1 parent 375e53a commit 21d52e1

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

modules/nw-ovn-kubernetes-migration.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ While performing the migration, your cluster is unavailable and workloads might
2323
* You can manually reboot each node.
2424
* You checked that your cluster is in a known good state without any errors.
2525
* You created a security group rule that allows User Datagram Protocol (UDP) packets on port `6081` for all nodes on all cloud platforms.
26-
* You set all timeouts for webhooks to `3` seconds or removed the webhooks.
26+
* You set all timeouts for webhooks to `3` seconds or removed the webhooks. If you did not complete one of these tasks, your cluster might fail to schedule pods.
27+
** To set a timeout value, you must create a `ValidatingWebhookConfiguration` custom resource and specify the timeout for the `timeoutSeconds` parameter. For more information, see "ValidatingWebhookConfiguration" in the Additional resources section.
2728
2829
.Procedure
2930

networking/openshift_sdn/rollback-to-ovn-kubernetes.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ include::snippets/sdn-deprecation-statement.adoc[]
1313
To learn more about OVN-Kubernetes, read xref:../../networking/ovn_kubernetes_network_provider/about-ovn-kubernetes.adoc#about-ovn-kubernetes[About the OVN-Kubernetes network plugin].
1414

1515
include::modules/nw-ovn-kubernetes-migration.adoc[leveloffset=+1]
16+

networking/ovn_kubernetes_network_provider/migrate-from-openshift-sdn.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@ include::modules/nw-network-plugin-migration-process.adoc[leveloffset=+2]
5050
// Migrating to the OVN-Kubernetes network plugin by using the offline migration method
5151
include::modules/nw-ovn-kubernetes-migration.adoc[leveloffset=+2]
5252

53+
[role="_additional-resources"]
54+
.Additional resources
55+
56+
* xref:../../rest_api/extension_apis/validatingwebhookconfiguration-admissionregistration-k8s-io-v1.adoc#validatingwebhookconfiguration-admissionregistration-k8s-io-v1[ValidatingWebhookConfiguration [admissionregistration.k8s.io/v1]]
57+
5358
// Limited live migration to the OVN-Kubernetes network plugin overview
5459
include::modules/nw-ovn-kubernetes-live-migration-about.adoc[leveloffset=+1]
5560

0 commit comments

Comments
 (0)