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

[Question] [UI] Incorrect information in the monitor module #16674

Open
2 of 3 tasks
Chiloy opened this issue Sep 30, 2024 · 3 comments
Open
2 of 3 tasks

[Question] [UI] Incorrect information in the monitor module #16674

Chiloy opened this issue Sep 30, 2024 · 3 comments
Labels
question Further information is requested

Comments

@Chiloy
Copy link

Chiloy commented Sep 30, 2024

Search before asking

  • I had searched in the issues and found no similar issues.

What happened

The host has a virtual ip, domain name is in the env configuration file, and domain name resolution address is a real IP address,but ui shows the virtual IP address。
install_env.sh
masters=${workers:-"dolphinshed-xxx-prod-01.xxxx.local:default,dolphinshed-xxx-prod-02.xxxxlocal:default"
image

image

What you expected to happen

UI

How to reproduce

use virtual ip

Anything else

No response

Version

3.2.x

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@Chiloy Chiloy added bug Something isn't working Waiting for reply Waiting for reply labels Sep 30, 2024
@Chiloy
Copy link
Author

Chiloy commented Sep 30, 2024

dolphinshed-xxx-prod-01.xxxx.local IP 172.17.7.1 VIP 172.17.7.6

@SbloodyS
Copy link
Member

SbloodyS commented Oct 8, 2024

You can try setting up the network interface manually in

# network interface preferred like eth0, default: empty
#dolphin.scheduler.network.interface.preferred=
# network interface restrict like docker0,docker1 , default: docker0
dolphin.scheduler.network.interface.restrict=docker0
# network IP gets priority, default: inner outer
#dolphin.scheduler.network.priority.strategy=default

@SbloodyS SbloodyS added question Further information is requested and removed bug Something isn't working labels Oct 8, 2024
@SbloodyS SbloodyS changed the title [Bug] [UI] Incorrect information in the monitor module [Question] [UI] Incorrect information in the monitor module Oct 8, 2024
@SbloodyS SbloodyS removed the Waiting for reply Waiting for reply label Oct 8, 2024
@Chiloy
Copy link
Author

Chiloy commented Oct 8, 2024

image
Is there a problem with my configuration? Unable to obtain the correct IP address 172.17.7.1.
thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants