Red Hat Training

A Red Hat training course is available for OpenShift Container Platform

26.6. Node Problem Detector のアンインストール

Node Problem Detector をアンインストールするには、以下を実行します。

  1. Ansible インベントリーファイルに以下のオプションを追加します。

    [OSEv3:vars]
    openshift_node_problem_detector_state=absent
  2. Playbook ディレクトリーに切り替え、config.yml Ansible Playbook を実行します。

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