5 つのクラウドベースの VM を使用して DC/OS をインストールしています。1 つの mesos マスター 3 つの mesos エージェント 1 つの起動 VM 起動 VM に Docker をインストールし、DC/OS のインストールを開始します。install_prereqs ステージでエラーなしで正常に実行されています。しかし、VM システムごとに以下のエラーでプリフライト中に失敗しています。
STDERR: 129.114.18.235 への接続が閉じられました。
STDOUT: プリフライト チェックの実行 /opt/dcos_install_tmp/dcos_install.sh: 225 行目: getenforce: コマンドが見つかりません
Checking if docker is installed and in PATH: FAIL
Checking if unzip is installed and in PATH: FAIL
Checking if ipset is installed and in PATH: FAIL
Checking if systemd-notify is installed and in PATH: FAIL
/opt/dcos_install_tmp/dcos_install.sh: line 387: systemctl: command not found
Checking if systemctl is installed and in PATH: FAIL
Checking Docker is configured with a production storage driver: /opt/dcos_install_tmp/dcos_install.sh: line 285: docker: command not found
必要なすべてのソフトウェアをマスターおよびエージェント VMS にインストールする必要がありますか? ガイドしてください。