[Feature Request] Add Swarm Management Options #9382
Replies: 9 comments
-
This was already mentioned in #415 I'll close #415 and keep this one open though as this issue has a better description. |
Beta Was this translation helpful? Give feedback.
-
Apologies if this is the wrong place to ask this, but it seems related. How can I manage other nodes in my swarm through Portainer? Do I need to set up other endpoints? If so, the documentation for doing that seems sparse (https://portainer.readthedocs.io/en/stable/external_endpoints.html only tells me about the portainer config, but from what I'm reading, I presumably need to configure each node to listen over TCP?). I'm happy to file a new ticket or ask elsewhere. |
Beta Was this translation helpful? Give feedback.
-
Hi @ns-cweber Depending on what you want to achieve, you can execute actions against some nodes in the Swarm view when Portainer is connected to a Swarm manager (Swarm > click on the name of a node). If you want to manage the resources inside a node, you'll need to define the node as a new endpoint inside Portainer (and thus requires you to configure these nodes to listen over TCP yes). Might be related to #461 as well, we're working on a solution to give you the ability to manage all your cluster resources (containers, volumes, etc) from the same endpoint. |
Beta Was this translation helpful? Give feedback.
-
I second this. Definitely need to see tokens associated with the swarm. I can pull up token via a command of:
So this should be something easy to display with the nodes (or at least with the manager node) so we can see the associated token. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
JoinTokens look to be there. |
Beta Was this translation helpful? Give feedback.
-
Bit off-topic but it is interesting to see how different things people want to do with Portainer. There is people like me who thinks that Portainer cannot currently be used on production (or can be used by only very limited group of people) as there is too much stuff visible and no way to limit these rights. And then other side there is people who wants be able see even more sensitive data on there. Of course it is possible to get both but it will challenging... |
Beta Was this translation helpful? Give feedback.
-
Well you can set limit to the web UI through a variety of ways internally. I would say it's not your responsibility to secure the UI but the administrators pf the web server. |
Beta Was this translation helpful? Give feedback.
-
@orubel #2065 actually already limited access to JoinTokens to admins only on API level so now these can be shown on UI. What comes to other limitations (detailed RBAC) I have understood that there is plan to implement them. |
Beta Was this translation helpful? Give feedback.
-
Description
Currently when the main Swarm menu option is selected, cluster status is reported and nodes in the cluster are listed. In that same interface some additional options can be added to show and update swarm configurations. A few of those options could be something like below:
Beta Was this translation helpful? Give feedback.
All reactions