Portainer + Agent + Swarm: Deploying a single container to a specific node shows volumes/networks from all nodes. #9413
jnehlmeier
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Bug description
When running a swarm cluster with Portainer + Agent deployed one can still deploy a single container. Portainer + Agent allow to deploy that single container to a specific node in the swarm cluster. However in the advanced settings section the drop down to select a volume or a network show values from all nodes in the whole cluster and if they have the same name you don't know which one to choose.
Expected behavior
Networks and Volumes should only show the available resources of the node I have chosen in the deployment section of the create container page.
Steps to reproduce the issue:
Steps to reproduce the behavior:
Technical details:
docker run -p 9000:9000 portainer/portainer
): the one from your documentationBeta Was this translation helpful? Give feedback.
All reactions