We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21225e1 commit 8471eb3Copy full SHA for 8471eb3
modules/installing-ocp-agent-encrypt.adoc
@@ -51,6 +51,6 @@ diskEncryption:
51
mode: tang <2>
52
tangServers: "server1": "http://tang-server-1.example.com:7500" <3>
53
----
54
-<1> Specify which nodes to enable disk encryption on. Valid values are `none`, `all`, `master`, and `worker`.
+<1> Specify which nodes to enable disk encryption on. Valid values are `none`, `all`, `masters`, and `workers`.
55
<2> Specify which disk encryption mode to use. Valid values are `tpmv2` and `tang`.
56
<3> Optional: If you are using Tang, specify the Tang servers.
0 commit comments