Red Hat Training

A Red Hat training course is available for OpenShift Container Platform

26.3. 노드 문제 탐지기 설치

/etc/ansible/hosts 인벤토리 파일에서 openshift_node_problem_detector_installtrue 로 설정하면 설치에서 기본적으로 Node Problem Detector daemonset을 생성하고 openshift-node-problem-detector 라는 프로젝트를 생성합니다.

참고

Node Problem Detector는 기술 프리뷰에 있으므로 openshift_node_problem_detector_install 은 기본적으로 false 로 설정됩니다. Node Problem Detector를 설치할 때 매개변수를 수동으로 true 로 변경해야 합니다.

Node Problem Detector가 설치되지 않은 경우 플레이북 디렉터리로 변경하고 openshift-node-problem-detector/config.yml 플레이북을 실행하여 Node Problem Detector를 설치합니다.

$ cd /usr/share/ansible/openshift-ansible
$ ansible-playbook playbooks/openshift-node-problem-detector/config.yml