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

When using the official helm package to deploy to k8s, a buildkitsandbox access error will occur when logging in to the 6060 management port. #26363

Open
JasonYHZ opened this issue Jul 2, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@JasonYHZ
Copy link

JasonYHZ commented Jul 2, 2024

Bug Description
When using the official helm package to deploy to k8s, a buildkitsandbox access error will occur when logging in to the 6060 management port.
After actual deployment, it was found that the container already has the TAOS_FQDN environment variable set, which points to the DNS of the container itself. However, there is also an /etc/taos/taos.cfg file in which the fqdn is configured to point to buildkitsandbox. This causes the aforementioned issue. A temporary solution requires manually editing the /etc/hosts file inside the Pod to add 127.0.0.1 --- buildkitsandbox for proper login functionality.

To Reproduce
Steps to reproduce the behavior:

  1. Download the official Helm package.
  2. Change the version to 3.3.1.0.
  3. After deployment, expose the service to access the management page on port 6060 for login.

Expected Behavior
I hope this problem will not appear again after deployment through helm.

Screenshots
image

Environment (please complete the following information):

  • OS: official images
  • TDengine Version 3.3.1.0

Additional Context
https://github.com/taosdata/TDengine-Operator/
https://docs.tdengine.com/deployment/helm/

@JasonYHZ JasonYHZ added the bug Something isn't working label Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
1 participant