- Operator Simple Setup Instruction
- SpyreClusterPolicy Customization Guide
- Daily Operation Guide
- Troubleshooting for Admins
- Detailed Configuration for Sub Components
Please create an issue in spyre-operator repo with following information.
- user workload YAML and log (
oc get -n <namespace> -o yaml <pod-name>andoc logs -n <namespace> <pod-name>) - SpyreClusterPolicy (
oc get spyrepol spyreclusterpolicy -o yaml)- If you specify
.skipUpdateComponentin the policy, please also add customized configuration (e.g., ConfigMap)
- If you specify
- operator log (
oc get -n spyre-operator logs spyre-operator-xxx-xxx) - deployment data
oc get -n spyre-operator get pod -o yamloc get -n spyre-operator get deploy -o yamloc get -n spyre-operator get daemonset -o yaml
- device plugin log and cardmgmt log of the node of malfunctioning card
oc get -n spyre-operator logs spyre-device-plugin-xxx-xxxoc get -n spyre-operator logs spyre-cardmgmt-xxx-xxx