Uploaded image for project: 'Observability Documentation'
  1. Observability Documentation
  2. OBSDOCS-2048

Incorrect command structure in the Azure Object Store documentation

XMLWordPrintable

    • False
    • Hide

      None

      Show
      None
    • False
    • Low

      Here is the current documentation look:

      You can create the Loki object storage secret manually by running the following command:

      $ oc -n openshift-logging create secret generic logging-loki-azure \
      --from-literal=environment="<azure_environment>" \
      --from-literal=account_name="<storage_account_name>" \
      --from-literal=container="<container_name>" 
      • In the above command, the "- -" signs are incorrectly placed below the "$" symbol.
      • However, it should be aligned parallel to the "oc" command, where the command begins.

      Here is the updated look for all these commands:

      $ oc -n openshift-logging create secret generic logging-loki-azure \
        --from-literal=environment="<azure_environment>" \
        --from-literal=account_name="<storage_account_name>" \
        --from-literal=container="<container_name>" 
      • The commands will work as it is, but the structure is incorrect.
      • It should be a standard format all over the documentation.
      • Hence, it needs to be changed.I will raise a PR for this change and it get merged.

              rhn-support-pripatil Prithviraj Patil
              rhn-support-pripatil Prithviraj Patil
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: