Skip to content

Commit 6929bf7

Browse files
committed
OSDOCS-11874-fix: Updated Migrating from the OpenShift SDN network plugin doc to explain webhook prereq
1 parent 29de37f commit 6929bf7

File tree

2 files changed

+8
-1
lines changed

2 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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,9 @@ 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+
17+
[role="_additional-resources"]
18+
.Additional resources
19+
20+
* xref:../rest_api/extension_apis/validatingwebhookconfiguration-admissionregistration-k8s-io-v1.adoc#validatingwebhookconfiguration-admissionregistration-k8s-io-v1[ValidatingWebhookConfiguration [admissionregistration.k8s.io/v1]]
21+

0 commit comments

Comments
 (0)