-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
lifecycle/staleDenotes an issue or PR has remained open with no activity and has become stale.Denotes an issue or PR has remained open with no activity and has become stale.
Description
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
Labels
lifecycle/staleDenotes an issue or PR has remained open with no activity and has become stale.Denotes an issue or PR has remained open with no activity and has become stale.