26.3. Node Problem Detector のインストール
openshift_node_problem_detector_install
が /etc/ansible/hosts インベントリーファイルで true
に設定されていた場合、インストール では、デフォルトで Node Problem Detector の Deamonset を作成し、openshift-node-problem-detector
という Detector のプロジェクトを作成します。
Node Problem Detector はテクノロジープレビューとして提供されているため、openshift_node_problem_detector_install
はデフォルトで false
に設定されています。Node Problem Detector のインストール時には、パラメーターを true
に手動で設定する必要があります。
Node Problem Detector がインストールされていない 場合、Playbook ディレクトリーに切り替え、openshift-node-problem-detector/config.yml Playbook を実行して Node Problem Detector をインストールします。
$ cd /usr/share/ansible/openshift-ansible $ ansible-playbook playbooks/openshift-node-problem-detector/config.yml