Skip to content

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

@nayan-art

Description

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

Which section(s) is the issue in?

$ 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>

What needs fixing?

$ 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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    lifecycle/staleDenotes an issue or PR has remained open with no activity and has become stale.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions