Install the Trustee operator
Let’s start with installing Trustee.
Install via command line
oc apply -f-<<EOF
---
apiVersion: v1
kind: Namespace
metadata:
name: trustee-operator-system
---
apiVersion: operators.coreos.com/v1
kind: OperatorGroup
metadata:
name: trustee-operator-group
namespace: trustee-operator-system
spec:
targetNamespaces:
- trustee-operator-system
---
apiVersion: operators.coreos.com/v1alpha1
kind: Subscription
metadata:
name: trustee-operator
namespace: trustee-operator-system
spec:
channel: stable
installPlanApproval: Automatic
name: trustee-operator
source: redhat-operators
sourceNamespace: openshift-marketplace
EOF
Verification
Ensure that the Operator is correctly installed by running the following command and checking that the PHASE
is in Succeeded
state:
watch oc get csv -n trustee-operator-system
Example output
NAME DISPLAY VERSION REPLACES PHASE
trustee-operator.v0.4.1 confidential compute attestation 0.4.1 Succeeded