docker swarm update
内容説明 | Update the swarm |
---|---|
利用方法 | docker swarm update [OPTIONS] |
Swarm このコマンドは Swarm オーケストレーターにおいて動作します。
内容説明
Updates a swarm with new parameter values.
メモ
これはクラスター管理コマンドであるため、Swarm のマネージャーノード上で実行する必要があります。 マネージャーノードとワーカーノードについては、本ドキュメントの Swarm モード を参照してください。
オプション
オプション | デフォルト | 内容説明 |
---|---|---|
--autolock | Change manager autolocking setting (true|false) | |
--cert-expiry | 2160h0m0s | Validity period for node certificates (ns|us|ms|s|m|h) |
--dispatcher-heartbeat | 5s | Dispatcher heartbeat period (ns|us|ms|s|m|h) |
--external-ca | Specifications of one or more certificate signing endpoints | |
--max-snapshots | API 1.25 以上 Number of additional Raft snapshots to retain | |
--snapshot-interval | 10000 | API 1.25 以上 Number of log entries between Raft snapshots |
--task-history-limit | 5 | Task history retention limit |
利用例
$ docker swarm update --cert-expiry 720h