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
- Specify the type value of the container image signature verification secret you created, for example, `img-sig`.
1014
+
- `tdxConfigSpec.kbsTdxConfigMapName:` tdx-config is required for Intel Trust Domain Extensions.
1015
+
- `kbsAttestationPolicyConfigMapName:` attestation-policy is required if you create a customized attestation policy.
1016
+
- `kbsServiceType: <service_type>` is required if you created a service type. Specify NodePort, LoadBalancer, or ExternalName. The default service type is ClusterIP.
1017
+
1010
1018
1. Create the KbsConfig custom resource by running the following command:
1011
1019
1012
1020
`$ oc apply -f kbsconfig-cr.yaml`
1013
1021
1014
1022
#### Verify the Trustee configuration
1015
1023
1016
-
Verity the Trustee configuration by checking the Trustee pods and logs
1024
+
Verify the Trustee configuration by checking the Trustee pods and logs.
1017
1025
1018
1026
1. Set the default project by running the following command:
0 commit comments