8.3. vSphere Problem Detector Operator에서 이벤트 보기
vSphere Problem Detector Operator가 실행되고 구성 검사를 수행한 후 Operator는 CLI(명령줄 인터페이스) 또는 OpenShift Container Platform 웹 콘솔에서 볼 수 있는 이벤트를 생성합니다.
사전 요구 사항
- vSphere Problem Detector Operator는 클러스터에서 검사를 실행합니다.
프로세스
CLI를 사용하여 이벤트를 보려면 다음 명령을 실행합니다.
oc get event -n openshift-cluster-storage-operator \ --sort-by={.metadata.creationTimestamp}
$ oc get event -n openshift-cluster-storage-operator \ --sort-by={.metadata.creationTimestamp}
Copy to Clipboard Copied! Toggle word wrap Toggle overflow 출력 예
16m Normal Started pod/vsphere-problem-detector-operator-xxxxx Started container vsphere-problem-detector 16m Normal Created pod/vsphere-problem-detector-operator-xxxxx Created container vsphere-problem-detector 16m Normal LeaderElection configmap/vsphere-problem-detector-lock vsphere-problem-detector-operator-xxxxx became leader
16m Normal Started pod/vsphere-problem-detector-operator-xxxxx Started container vsphere-problem-detector 16m Normal Created pod/vsphere-problem-detector-operator-xxxxx Created container vsphere-problem-detector 16m Normal LeaderElection configmap/vsphere-problem-detector-lock vsphere-problem-detector-operator-xxxxx became leader
Copy to Clipboard Copied! Toggle word wrap Toggle overflow -
OpenShift Container Platform 웹 콘솔을 사용하여 이벤트를 보려면 다음 프로젝트 메뉴에서 홈
이벤트로 이동하여 openshift-cluster-storage-operator
를 선택합니다.