File tree 1 file changed +3
-3
lines changed
pkg/oc/admin/diagnostics/diagnostics
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -52,15 +52,15 @@ logic. This provides two major benefits:
52
52
Having configuration files where ansible places them means you will generally
53
53
not even need to specify where to find them. Running:
54
54
55
- oc ex diagnostics
55
+ oc adm diagnostics
56
56
57
57
by itself will look for master and node configs (in addition to client
58
58
config file) in the standard locations and use them if found; so this
59
59
should make the ansible-installed use case as simple as possible. It's also
60
60
very easy to use configuration files when they are not in the expected
61
61
Enterprise locations:
62
62
63
- oc ex diagnostics --master-config=... --node-config=...
63
+ oc adm diagnostics --master-config=... --node-config=...
64
64
65
65
Having logs in journald is necessary for the current log analysis
66
66
logic. Other usage may have logs going into files, output to stdout,
@@ -95,7 +95,7 @@ save may be your own.
95
95
96
96
A diagnostic is an object that conforms to the Diagnostic interface
97
97
(see pkg/diagnostics/types/diagnostic.go). The diagnostic object should
98
- be built in one of the builders in the pkg/cmd /admin/diagnostics
98
+ be built in one of the builders in the pkg/oc /admin/diagnostics
99
99
package (based on whether it depends on client, cluster-admin, or host
100
100
configuration). When executed, the diagnostic logs its findings into
101
101
a result object. It should be assumed that they may run in parallel.
You can’t perform that action at this time.
0 commit comments