Uploaded image for project: 'Docs for Red Hat Developers'
  1. Docs for Red Hat Developers
  2. RHDEVDOCS-4346

[enterprise-4.8] Issue in file logging/cluster-logging-external.adoc #45754

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Critical Critical
    • None
    • OpenShift 4.8 Async
    • Logging

      GitHub issue: 

      https://github.com/openshift/openshift-docs/issues/45754

      *Note: When a PR is opened that fixes this issue, add to the PR description: "Fixes #12345" (replace 12345 with the GH issue number). This should automatically close the issue when the PR is merged. 

      Which section(s) is the issue in?

      https://docs.openshift.com/container-platform/4.8/logging/cluster-logging-external.html#creating-a-secret

      What needs fixing?

      $ oc create secret generic -n openshift-logging
      --from-file=tls.key=<your_key_file>
      --from-file=tls.crt=<your_crd_file> < ----- Its should be crt file not crd file
      --from-file=ca-bundle.crt=<your_bundle_file>
      --from-literal=username=<your_username>
      --from-literal=password=<your_password>

       

      $ oc create secret generic -n openshift-logging
      --from-file=tls.key=<your_key_file>
      --from-file=tls.crt=<your_crt_file>
      --from-file=ca-bundle.crt=<your_bundle_file>
      --from-literal=username=<your_username>
      --from-literal=password=<your_password>

              landerso@redhat.com Libby Anderson
              cbremble@redhat.com Claire Bremble
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: