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
Copy file name to clipboardExpand all lines: modules/nw-egressnetworkpolicy-edit.adoc
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ To edit an existing egress network policy object for a project, complete the fol
24
24
$ oc get -n <project> egressnetworkpolicy
25
25
----
26
26
27
-
. Optionally, if you did not save a copy of the EgressNetworkPolicy object when you created the egress network firewall, enter the following command to create a copy.
27
+
. Optional: If you did not save a copy of the EgressNetworkPolicy object when you created the egress network firewall, enter the following command to create a copy.
Copy file name to clipboardExpand all lines: modules/nw-sriov-network-attachment.adoc
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -54,32 +54,32 @@ spec:
54
54
----
55
55
<1> Replace `<name>` with a name for the CR. The Operator will create a NetworkAttachmentDefinition CR with same name.
56
56
<2> Specify the namespace where the SR-IOV Operator is installed.
57
-
<3> Optional. Replace `<target_namespace>` with the namespace where the NetworkAttachmentDefinition CR will be created. The default value is `openshift-sriov-network-operator`.
58
-
<4> Optional. Replace `<ipam>` a configuration object for the ipam CNI plug-in as a YAML block scalar. The plug-in manages IP address assignment for the attachment definition.
59
-
<5> Optional. Replace `<vlan>` with a Virtual LAN (VLAN) ID for the additional network. The integer value must be from `0` to `4095`. The default value is `0`.
57
+
<3> Optional: Replace `<target_namespace>` with the namespace where the NetworkAttachmentDefinition CR will be created. The default value is `openshift-sriov-network-operator`.
58
+
<4> Optional: Replace `<ipam>` a configuration object for the ipam CNI plug-in as a YAML block scalar. The plug-in manages IP address assignment for the attachment definition.
59
+
<5> Optional: Replace `<vlan>` with a Virtual LAN (VLAN) ID for the additional network. The integer value must be from `0` to `4095`. The default value is `0`.
60
60
<6> Replace `<sriov_resource_name>` with the value for the `.spec.resourceName` parameter from the SriovNetworkNodePolicy CR that defines the SR-IOV hardware for this additional network.
61
-
<7> Optional. Replace `<link_state>` with the link state of Virtual Function (VF). Allowed value are `enable`, `disable` and `auto`.
62
-
<8> Optional. Replace `<max_tx_rate>` with a maximum transmission rate, in Mbps, for the VF.
63
-
<9> Optional. Replace `<min_tx_rate>` with a minimum transmission rate, in Mbps, for the VF. This value should always be less than or equal to Maximum transmission rate.
61
+
<7> Optional: Replace `<link_state>` with the link state of Virtual Function (VF). Allowed value are `enable`, `disable` and `auto`.
62
+
<8> Optional: Replace `<max_tx_rate>` with a maximum transmission rate, in Mbps, for the VF.
63
+
<9> Optional: Replace `<min_tx_rate>` with a minimum transmission rate, in Mbps, for the VF. This value should always be less than or equal to Maximum transmission rate.
64
64
+
65
65
[NOTE]
66
66
====
67
67
Intel NICs do not support the `minTxRate` parameter. For more information, see link:https://bugzilla.redhat.com/show_bug.cgi?id=1772847[BZ#1772847].
68
68
====
69
-
<10> Optional. Replace `<vlan_qos>` with an IEEE 802.1p priority level for the VF. The default value is `0`.
70
-
<11> Optional. Replace `<spoof_check>` with the spoof check mode of the VF. The allowed values are the strings `"on"` and `"off"`.
69
+
<10> Optional: Replace `<vlan_qos>` with an IEEE 802.1p priority level for the VF. The default value is `0`.
70
+
<11> Optional: Replace `<spoof_check>` with the spoof check mode of the VF. The allowed values are the strings `"on"` and `"off"`.
71
71
+
72
72
[IMPORTANT]
73
73
====
74
74
You must enclose the value you specify in quotes or the CR will be rejected by the SR-IOV Network Operator.
75
75
====
76
-
<12> Optional. Replace `<trust_vf>` with the trust mode of the VF. The allowed values are the strings `"on"` and `"off"`.
76
+
<12> Optional: Replace `<trust_vf>` with the trust mode of the VF. The allowed values are the strings `"on"` and `"off"`.
77
77
+
78
78
[IMPORTANT]
79
79
====
80
80
You must enclose the value you specify in quotes or the CR will be rejected by the SR-IOV Network Operator.
81
81
====
82
-
<13> Optional. Replace `<capabilities>` with the capabilities to configure for this network. You can specify `"{ "ips": true }"` to enable IP address support or `"{ "mac": true }"` to enable MAC address support.
82
+
<13> Optional: Replace `<capabilities>` with the capabilities to configure for this network. You can specify `"{ "ips": true }"` to enable IP address support or `"{ "mac": true }"` to enable MAC address support.
Copy file name to clipboardExpand all lines: modules/odc-creating-projects-using-developer-perspective.adoc
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ You can create a project using the *Developer* perspective, as follows:
24
24
image::odc_create_project.png[Create Project]
25
25
26
26
. In the *Create Project* dialog box, enter a unique name for the *Name* field. For example, enter `myproject` as the name of the project in the *Name* field.
27
-
. Optionally, add the *Display Name* and *Description* details for the Project.
27
+
. Optional: Add the *Display Name* and *Description* details for the Project.
28
28
. Click *Create*.
29
29
. Navigate to the *Advanced → Project Details* page to see the dashboard for your project.
30
30
. In the *Project* drop-down menu at the top of the screen, select *all projects* to list all of the projects in your cluster. If you have adequate permissions for a project, you can use the *Options* menu {kebab} to edit or delete the project.
Copy file name to clipboardExpand all lines: modules/odc-importing-codebase-from-git-to-create-application.adoc
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Create, build, and deploy an application on {product-title} using an existing co
16
16
image::odc_import_from_git.png[Import from Git]
17
17
18
18
. In the *Git* section, enter the Git repository URL for the codebase you want to use to create an application. For example, enter the URL of this sample Node.js application `\https://github.com/sclorg/nodejs-ex`. The URL is then validated.
19
-
. Optionally, you can click *Show Advanced Git Options* to add details such as:
19
+
. Optional: You can click *Show Advanced Git Options* to add details such as:
20
20
21
21
* *Git Reference* to point to code in a specific branch, tag, or commit to be used to build the application.
22
22
* *Context Dir* to specify the subdirectory for the application source code you want to use to build the application.
@@ -45,7 +45,7 @@ The *Knative Service* option is displayed in the *Import from git* form only if
45
45
====
46
46
47
47
. In the *Advanced Options* section, the *Create a route to the application* is selected by default so that you can access your application using a publicly available URL. You can clear the check box if you do not want to expose your application on a public route.
48
-
. Optionally, you can use the following advanced options to further customize your application:
48
+
. Optional: You can use the following advanced options to further customize your application:
0 commit comments