Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trying to run etcd docker image in Portainer #79051

Open
VicVerevita opened this issue Mar 20, 2025 · 1 comment
Open

Trying to run etcd docker image in Portainer #79051

VicVerevita opened this issue Mar 20, 2025 · 1 comment
Assignees
Labels
etcd tech-issues The user has a technical issue about an application triage Triage is needed

Comments

@VicVerevita
Copy link

VicVerevita commented Mar 20, 2025

Name and Version

bitnami/etcd:latest

What architecture are you using?

amd64

What steps will reproduce the bug?

  1. Create new container in Portainer with bitnami/etcd:latest
  2. Set ALLOW_NONE_AUTHENTICATION=yes and ETCD_ROOT_PASSWORD
  3. Access Portainer's /bin/sh/ terminal and set the ENDPOINT
  4. Try executing any command from https://etcd.io/docs/v3.5/demo/

What is the expected behavior?

$ etcdctl put greeting "Hello, etcd"
OK

What do you see instead?

{"level":"warn","ts":"2025-03-20T09:33:23.866545Z","logger":"etcd-client","caller":"[email protected]/retry_interceptor.go:63","msg":"retrying of unary invoker failed","target":"etcd-endpoints://0xc0002da5a0/127.0.0.1:2379","attempt":0,"error":"rpc error: code = InvalidArgument desc = etcdserver: user name is empty"}
Error: etcdserver: user name is empty

Additional information

I also tried manually setting the ETCD_DAEMON_USER and ETCD_DAEMON_GROUP, but to no avail.

I found that helm has this argument of --set auth.rbac.create=false. Is there anything like this that I could add to Portainer somewhere?

@VicVerevita VicVerevita added the tech-issues The user has a technical issue about an application label Mar 20, 2025
@github-actions github-actions bot added the triage Triage is needed label Mar 20, 2025
@carrodher carrodher added the etcd label Mar 25, 2025
@carrodher
Copy link
Member

Hi, the issue may not be directly related to the Bitnami container image/Helm chart, but rather to how the application is being utilized, configured in your specific environment, or tied to a particular scenario that is not easy to reproduce on our side.

If you think that's not the case and would like to contribute a solution, we'd like to invite you to create a pull request. The Bitnami team is excited to review your submission and offer feedback. You can find the contributing guidelines here.

Your contribution will greatly benefit the community. Please don't hesitate to contact us if you have any questions or need help.

Suppose you have questions about the application, customizing its content, or using technology and infrastructure. In that case, we strongly recommend that you consult the forums and user guides provided by the project responsible for the application or technology.

With that said, we'll keep this ticket open until the stale bot automatically closes it, in case someone from the community contributes valuable insights.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
etcd tech-issues The user has a technical issue about an application triage Triage is needed
Projects
None yet
Development

No branches or pull requests

2 participants