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
. link:https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/performing_an_advanced_rhel_8_installation/creating-kickstart-files_installing-rhel-as-an-experienced-user[Creating a Kickstart file].
58
-
. link:https://access.redhat.com/solutions/60959[How to embed a Kickstart file into an ISO image].
* link:https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/performing_an_advanced_rhel_8_installation/creating-kickstart-files_installing-rhel-as-an-experienced-user[Creating a Kickstart file].
58
+
* link:https://access.redhat.com/solutions/60959[How to embed a Kickstart file into an ISO image].
An OVN-Kubernetes config file can be written to `/etc/microshift/ovn.yaml`. {product-title} will use default OVN-Kubernetes configuration values if an OVN-Kubernetes config file is not customized.
10
10
@@ -20,7 +20,7 @@ mtu: 1400
20
20
<1> Default value is an empty string, which means "not-specified." The CNI network plugin auto-detects to interface with the default route.
21
21
<2> Default value is an empty string, which means disabled.
22
22
23
-
To customize your configuration, use the following table to find valid values that you can use in your `ovn.yaml` config file.
23
+
To customize your configuration, use the following table to find valid values that you can use in your `ovn.yaml` config file:
24
24
25
25
.Supported optional OVN-Kubernetes configurations for {product-title}.
26
26
@@ -36,7 +36,7 @@ To customize your configuration, use the following table to find valid values th
36
36
|bool
37
37
|false
38
38
|Skip configuring OVS bridge `br-ex` in `microshift-ovs-init.service`
39
-
|true <1>
39
+
|true ^1^
40
40
41
41
|`ovsInit.gatewayInterface`
42
42
|Alpha
@@ -56,8 +56,7 @@ To customize your configuration, use the following table to find valid values th
56
56
|MTU value used for the pods
57
57
|1300
58
58
|===
59
-
60
-
<1> The OVS bridge is required. When `disableOVSInit` is true, OVS bridge `br-ex` must be configured manually.
59
+
^1^ The OVS bridge is required. When `disableOVSInit` is true, OVS bridge `br-ex` must be configured manually.
61
60
62
61
.Example `ovn.yaml` config file:
63
62
@@ -71,4 +70,11 @@ mtu: 1300
71
70
----
72
71
73
72
[IMPORTANT]
73
+
====
74
74
When `disableOVSInit` is set to true in the `ovn.yaml` config file, the OVS bridge br-ex must be manually configured.
75
+
====
76
+
77
+
[IMPORTANT]
78
+
====
79
+
If you change the `mtu` configuration value in the `ovn.yaml` file, you must restart the host that {product-title} is running on for the updated setting to apply.
To use an HTTP(S) proxy in `CRI-O`, you need to set the `HTTP_PROXY` and `HTTPS_PROXY` environment variables. You can also set the `NO_PROXY` variable to exclude a list of hosts from being proxied.
10
10
11
11
.Procedure
12
+
12
13
. Add the following settings to the `/etc/systemd/system/crio.service.d/00-proxy.conf` file:
You can allow network traffic through the firewall by first configuring the IP address range with either default or custom values, and then allow internal traffic from pods through the network gateway by inserting the DNS server.
10
10
11
11
.Procedure
12
+
12
13
Set the default values or a custom IP address range. After setting the IP address range, allow internal traffic from the pods through the network gateway.
Firewalls are not required in {product-title}, but using a firewall can prevent undesired access to the {product-title} API. When using a firewall, you must explicitly allow the following OVN-Kubernetes traffic when the `firewalld` service is running:
9
+
When using a firewall, you must explicitly allow the following OVN-Kubernetes traffic when the `firewalld` service is running:
0 commit comments