You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`Files /tmp/ca-cert.crt.txt and /tmp/pod-cert-chain-ca.crt.txt are identical.`
82
82
83
-
. Verify the certificate chain from the root certificate to the workload certificate. Replace `<path>` with the path to your certificates.
83
+
. Verify the certificate chain from the root certificate to the workload certificate. Replace `<path>` with the path to your certificates. After you run the command, the expected output shows `./proxy-cert-1.pem: OK`.
Copy file name to clipboardExpand all lines: modules/preparing-aws-sts-credentials-for-oadp.adoc
+41-19Lines changed: 41 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@
10
10
An {aws-full} account must be prepared and configured to accept an {oadp-first} installation. Prepare the {aws-short} credentials by using the following procedure.
11
11
12
12
.Procedure
13
+
13
14
. Define the `cluster_name` environment variable by running the following command:
Copy file name to clipboardExpand all lines: modules/querying-cluster-node-journal-logs.adoc
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,19 +35,23 @@ ifdef::openshift-rosa-hcp[]
35
35
* Query `kubelet``journald` unit logs from {product-title} cluster nodes. The following example queries worker nodes only:
36
36
endif::openshift-rosa-hcp[]
37
37
+
38
+
ifndef::openshift-rosa-hcp[]
38
39
[source,terminal]
39
40
----
40
-
ifndef::openshift-rosa-hcp[]
41
41
$ oc adm node-logs --role=master -u kubelet <1>
42
+
----
42
43
endif::openshift-rosa-hcp[]
43
44
ifdef::openshift-rosa-hcp[]
44
-
$ oc adm node-logs --role=worker -u kubelet <1>
45
-
endif::openshift-rosa-hcp[]
45
+
[source,terminal]
46
+
----
47
+
$ oc adm node-logs --role=worker -u kubelet
46
48
----
47
-
<1> Replace `kubelet` as appropriate to query other unit logs.
49
+
endif::openshift-rosa-hcp[]
50
+
* `kubelet`: Replace as appropriate to query other unit logs.
48
51
49
52
ifndef::openshift-rosa-hcp[]
50
53
. Collect logs from specific subdirectories under `/var/log/` on cluster nodes.
54
+
+
51
55
.. Retrieve a list of logs contained within a `/var/log/` subdirectory. The following example lists files in `/var/log/openshift-apiserver/` on all control plane nodes:
. Create the machine configuration on the cluster by running the following command:
71
+
. Create the machine configuration on the cluster by running the following command. After running the command, the expected output shows `machineconfig.machineconfiguration.openshift.io/99-machine-config-udev-network created`.
0 commit comments