mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-05 18:24:07 +00:00
Merge pull request #12536 from mesosphere/docker-compose-0.23
Use Mesos 0.23 for both master and slaves
This commit is contained in:
commit
e759e36b1e
@ -13,7 +13,7 @@ etcd:
|
|||||||
--initial-cluster-state new
|
--initial-cluster-state new
|
||||||
mesosmaster1:
|
mesosmaster1:
|
||||||
hostname: mesosmaster1
|
hostname: mesosmaster1
|
||||||
image: mesosphere/mesos:0.22.0-1.0.ubuntu1404
|
image: mesosphere/mesos:0.23.0-1.0.ubuntu1404
|
||||||
entrypoint: [ "mesos-master" ]
|
entrypoint: [ "mesos-master" ]
|
||||||
ports: [ "5050:5050" ]
|
ports: [ "5050:5050" ]
|
||||||
environment:
|
environment:
|
||||||
|
Loading…
Reference in New Issue
Block a user