Skip to content

Commit 5bc2916

Browse files
authored
Updated Tables
1 parent 75b5106 commit 5bc2916

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

articles/security/fundamentals/trusted-hardware-identity-management.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,9 @@ Follow the steps for requesting AMD collateral in a confidential container.
112112
kubectl get nodes
113113
```
114114
The following output example shows the single node created in the previous steps. Make sure the node status is Ready:
115+
115116
| NAME | STATUS | ROLES | AGE | VERSION |
116-
| -- | -- | -- | -- | -- |
117+
|--|--|--|--|--|
117118
| aks-nodepool1-31718369-0 | Ready | agent | 6m44s | v1.12.8 |
118119
119120
2. Once the AKS cluster is created, create a curl.yaml file with the following content. It defines a job that runs a curl container to fetch AMD collateral from the THIM endpoint. For more information about Kubernetes Jobs, please see [Kubernetes documentation](https://kubernetes.io/docs/concepts/workloads/controllers/job/).
@@ -141,9 +142,11 @@ Follow the steps for requesting AMD collateral in a confidential container.
141142
```
142143
143144
**Arguments**
145+
144146
| Name | Type | Description |
145-
| -- | -- | -- |
147+
|--|--|--|
146148
| Metadata | Boolean | Setting to True to allow for collateral to be returned |
149+
147150
3. Run the job by applying the curl.yaml.
148151
```bash
149152
kubectl apply -f curl.yaml
@@ -154,9 +157,11 @@ Follow the steps for requesting AMD collateral in a confidential container.
154157
```
155158
156159
**Example Response**
160+
157161
| Name | Ready | Status | Restarts | Age |
158-
| -- | -- | -- | -- | -- |
162+
|--|--|--|--|--|
159163
| Curl-w7nt8 | 0/1 | Completed | 0 | 72 s |
164+
160165
5. Run the following command to get the job logs and validate if it is working. A successful output should include vcekCert, tcbm and certificateChain.
161166
```bash
162167
kubectl logs job/curl

0 commit comments

Comments
 (0)