Skip to content

Commit aeae546

Browse files
committed
Formatting
1 parent 1668bf6 commit aeae546

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

AKS-Arc/encrypt-etcd-secrets.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -85,18 +85,18 @@ kubectl exec --stdin --tty etcd-moc-lrhdsg6jk1f -n kube-system -- etcdctl --cace
8585

8686
The following fields are returned in the command output:
8787

88-
- **ClusterID**: cluster ID
89-
- **MemberID**: member ID
90-
- **Revision**: revision number
88+
- **ClusterID**: cluster ID.
89+
- **MemberID**: member ID.
90+
- **Revision**: revision number.
9191
- **RaftTerm**: 2
92-
- **Key**: path to the key
93-
- **CreateRevision**: revision number at the time the key was created
94-
- **ModRevision**: revision number at the time the key was modified
95-
- **Version**: the version of the key-value pair in etcd
92+
- **Key**: path to the key.
93+
- **CreateRevision**: revision number at the time the key was created.
94+
- **ModRevision**: revision number at the time the key was modified.
95+
- **Version**: the version of the key-value pair in etcd.
9696
- **Value**: `k8s:enc:kms:v1:kms -plugin: <encrypted secret value>`
97-
- **Lease**: the lease associated with the secret
98-
- **More**: indicates whether there are more results
99-
- **Count**: the number of key-value pairs returned
97+
- **Lease**: the lease associated with the secret.
98+
- **More**: indicates whether there are more results.
99+
- **Count**: the number of key-value pairs returned.
100100

101101
After you run the command, examine the `Value` field in the output in the terminal window. This output shows the value stored in etcd for this key, which is the encrypted value of the secret. The value is encrypted using a KMS plugin. The `k8s:enc:kms:v1:` prefix indicates that Kubernetes is using the KMS plugin to store the secret in an encrypted format.
102102

0 commit comments

Comments
 (0)