-
# Microservices
Microservices is a [software architectural pattern](../about/software-architectural-pattern.md) where an application is broken down into small, independent, and loosely coupled serv…
-
Hello,
We have got 3 physical nodes.
We face problem when creating service with option --mode global. Swarm creates more replicas than desired. In our case four. So in docker service overview (d…
-
## Summary
I am using a Multi-Server Cluster (2-5 instances) with no workers with S3 backend. I want to remove the primary instance so another can become primary (rolling upgrades).
I tried to j…
-
Definition of done: We arrive at a decision on whether `traind.py` calls implementation-specific plugins like `retinanet/plugin.py` (as it does today) or if implementation-specific workers embed dispa…
-
### Description
When executing 'docker node ps node1 node2', containers running on node1 will appear in the list twice, while containers for node2 will appear only once.
Switching the order of the…
-
**Description**
[Docker 17.06 documentation](https://docs.docker.com/v17.06/engine/swarm/swarm-tutorial/rolling-update/) describes a method to restart a paused service update by executing `docker…
-
Hi there,
Thank you for opening an issue. Please note that we try to keep the Terraform issue tracker reserved for bug reports and feature requests. For general usage questions, please see https://…
-
Issue #1127 was closed as completed but trying to create a PVC with RWX access mode
throws an error: `failed to provision volume with StorageClass "mayastor-thin": rpc error: code = InvalidArgument d…
-
**Description:**
Docker 19.03.1 changes the source IP address for HTTP request where a service name is used as a destination and there is no "X-Forwarded-For" field in the request header. The HTTP re…
-
**Description**
In a swarm environment, with `docker service create `or `docker stack deploy,` memory reservation isn't taken into account.
**Steps to reproduce the issue:**
1. `docker service cr…