-
Bug
-
Resolution: Done
-
Critical
-
None
-
OpenShift 4.8 Async
-
devex docs #224 Sep 1-Sep 22, devex docs #225 Sep 22-Oct 13, devex docs #226 Oct 13-Nov 3
-
3
-
---
-
---
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?
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>
- links to