Skip to content

Commit 72ec0ad

Browse files
author
Stephen Smith
committed
BZ2014055 - tang rekey
1 parent 7cb28d1 commit 72ec0ad

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

modules/nbde-rekeying-all-nbde-nodes.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ If a node loses power during the rekeying, it is possible that it might become u
1616
.Prerequisites
1717

1818
* `cluster-admin` access to all clusters with Network-Bound Disk Encryption (NBDE) nodes.
19-
* All Tang servers, not just the server being rotated, must be accessible to every NBDE node undergoing rekeying.
19+
* All Tang servers must be accessible to every NBDE node undergoing rekeying, even if the keys of a Tang server have not changed.
2020
* Obtain the Tang server URL and key thumbprint for every Tang server.
2121

2222
.Procedure

modules/nbde-troubleshooting-permanent-error-conditions.adoc

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,26 @@ When replacing, removing, or adding a Tang server from a configuration, the reke
7171

7272
.Verification
7373

74-
* Check the logs from each pod in the daemon set to determine whether the rekeying completed successfully. If the rekeying is not successful, the logs might indicate the failure condition. The following log is from a completed successful rekeying operation:
74+
Check the logs from each pod in the daemon set to determine whether the rekeying completed successfully. If the rekeying is not successful, the logs might indicate the failure condition.
75+
76+
. Locate the name of the container that was created by the daemon set:
77+
+
78+
[source,terminal]
79+
----
80+
$ oc get pods -A | grep tang-rekey
81+
----
82+
+
83+
.Example output
84+
[source,terminal]
85+
----
86+
openshift-machine-config-operator tang-rekey-7ks6h 1/1 Running 20 (8m39s ago) 89m
87+
----
88+
89+
. Print the logs from the container. The following log is from a completed successful rekeying operation:
7590
+
7691
[source,terminal]
7792
----
78-
$ oc logs rekey-tang-kp4q2
93+
$ oc logs tang-rekey-7ks6h
7994
----
8095
+
8196
.Example output

0 commit comments

Comments
 (0)