-
To create the object, enter the following command.
$ oc apply -f <egressips_name>.yaml (1)
-
Replace
<egressips_name>
with the name of the object.
-
-
To create the object, enter the following command.
$ oc apply -f <egressips_name>.yaml \ (1) <but_also_this> \ (2) <and_more> (3)
-
Replace
<egressips_name>
with the name of the object. -
…
-
…
-
I prefer the isg4.adoc approach (bulleted list), particularly when there are multiple callouts. Much cleaner.