Skip to content

Instantly share code, notes, and snippets.

@jboxman
Created October 8, 2020 04:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jboxman/931c36e60921d9d9ab80532ef86ef6a0 to your computer and use it in GitHub Desktop.
Save jboxman/931c36e60921d9d9ab80532ef86ef6a0 to your computer and use it in GitHub Desktop.
code block variables
  1. To create the object, enter the following command.

    $ oc apply -f <egressips_name>.yaml (1)
    1. Replace <egressips_name> with the name of the object.

  1. To create the object, enter the following command.

    $ oc apply -f <egressips_name>.yaml \ (1)
      <but_also_this> \ (2)
      <and_more> (3)
    1. Replace <egressips_name> with the name of the object.

    2. …​

    3. …​

  1. To create the object, enter the following command.

    $ oc apply -f <egressips_name>.yaml

    <egressips_name> is the name of the object.

  1. To create the object, enter the following command.

    $ oc apply -f <egressips_name>.yaml

    where:

    <egressips_name>

    Specifies the name of the object.

  1. To create the object, enter the following command.

    $ oc apply -f <egressips_name>.yaml
    <egressips_name>

    The name of the object.

  1. To create the object, enter the following command.

    $ oc apply -f <egressips_name>.yaml
    • <egressips_name> is the name of the object.

  1. To create the object, enter the following command. Replace <egressips_name> with the name of the object.

    $ oc apply -f <egressips_name>.yaml
@StephenJamesSmith
Copy link

I prefer the isg4.adoc approach (bulleted list), particularly when there are multiple callouts. Much cleaner.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment