Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
DC/OS はオフライン環境で実行できますか? オフライン環境でのインストールが成功した後、ログイン Web 画面が開かず、次のメッセージが表示されました The server refused the connection。
The server refused the connection
プライベート オフライン ネットワークで実行しているため、クラスターで認証を無効にする必要がありました。 カスタム インストールの前に次の行を追加するだけです。genconf/config.yaml oatuh_enabled: 'false'
genconf/config.yaml
oatuh_enabled: 'false'
この方法では認証が必要です。
https://dcos.io/docs/1.7/administration/opt-out/