-
there is a problem setting up the docker-swarm cluster . i found that the image "vivid64" mentioned in the vagrantfile was removed so it was not able to download it.
i changed the name of the image …
-
Doing `docker swarm init --force-new-cluster` when there are more than one managers present leads to inconsistencies in the cluster memberlist with the other managers still seeing the old cluster mana…
-
# Create a multiple-node Swarm cluster using Docker Machine
[https://www.melvinvivas.com/create-a-swarm-cluster-using-docker-machine/](https://www.melvinvivas.com/create-a-swarm-cluster-using-docke…
-
**Describe the bug**
When trying to upgrade my cluster. I get the following error whenever it tries to create a New VM (this error occurs after the VM was created and is running)
```
Failed creatin…
-
### Describe the bug
Hello
We have a Swarm cluster with multiple managers running on PhotonOS 3 and we are attempting to upgrade it to Photon OS 4. However, in our tests, it seems that the built i…
-
During my test on `docker stack rm` commands, I found one difference from `docker-compose down`, `docker stack rm` doesn't have `-v` options, which is used to remove the volumes defined in `docker-com…
-
Hello
I have a Swarm cluster of 3 nodes and I have deployed cAdvisor globaly. Then I have deployed some services (in my case ElasticSearch with 3 instances (`es01`, `es02` and `es03` - one instance…
-
**What happened**:
kind create cluster fails `Waiting for a healthy kubelet`
full command: kind create cluster --retain --config [kind-config.txt](https://github.com/user-attachments/files/1746629…
-
Create a Docker Swarm cluster:
```
# Docker Machine for Consul
docker-machine \
create \
-d virtualbox \
consul-machine
# Start Consul
docker $(docker-machine config consul-machine) run -d …
-
## Description
When running a Typesense cluster in a Docker Swarm environment, the admin key stops working after restarting a node's Docker engine.
## Steps to reproduce
1. Starts a Typesense…