David Chung
David Chung
I am glad you're raising this issue. Clearly it's not sufficient to just have Infrakit give up when the backend it depends on loses quorum. For the purpose of discussion...
I think for the 4/5 case we are ok as there's still a leader even with 4 active nodes: https://docs.docker.com/engine/swarm/admin_guide/#add-manager-nodes-for-fault-tolerance
How about this.. We can create a wrapper instance plugin that implements the `DescribeInstance` method by returning cached result up a TTL. If the TTL expires then it does a...
Just realized we'd have to invalidate the cached value whenever state changes. This means we'd have to implement the mutation methods like provision and destroy to forward to the delegated...
For this it probably makes more sense to go with named pipe on Windows https://github.com/natefinch/npipe TCP support #214 is related but should be focused on 'consuming' SPI providers that exposes...
@wfarner @fermayo @mavenugo @friism @kencochrane
On Moby Linux: 1. certainly a great idea and for AWS / Azure this would simplify implementation greatly. 2. distribution - however image support may not be available on all...
On Authn: 1. On Azure, we will assume OAuth flow (instead of the older management certificate method). This is my understanding with Cloud 2. For Cloud my understanding is that...
@YujiOshima -- Can you tell me what you mean by 'Support swarm flavor'? This instance plugin has only two requirements to satisfy: 1. it should allow the instances to be...
@YujiOshima - if the user didn't have MaaS server running, what would the plugin do? From your comment, it looks like you want it to start a Docker container running...