We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
看到 hosts 配置可以自定义标签,例如 labels = "os=centos;ndd=2022/11/25;spec=2C/4G/60G;" 希望动态注册模式能支持客户端自定义 label 并上报到服务端,因为 label 里的参数都是跟客户端相关的,在配置客户端的时候顺便填写这些配置会比较方便。
labels = "os=centos;ndd=2022/11/25;spec=2C/4G/60G;"
可以像目前客户端配置 location 那样配置,例如 --labels "os=centos;ndd=2022/11/25;spec=2C/4G/60G;"
--labels "os=centos;ndd=2022/11/25;spec=2C/4G/60G;"
因为 label 里的参数都是跟客户端相关的,在配置客户端的时候顺便填写这些配置会比较方便。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
🥰 需求描述
看到 hosts 配置可以自定义标签,例如
labels = "os=centos;ndd=2022/11/25;spec=2C/4G/60G;"
希望动态注册模式能支持客户端自定义 label 并上报到服务端,因为 label 里的参数都是跟客户端相关的,在配置客户端的时候顺便填写这些配置会比较方便。
🧐 解决方案
可以像目前客户端配置 location 那样配置,例如
--labels "os=centos;ndd=2022/11/25;spec=2C/4G/60G;"
📝 补充信息
因为 label 里的参数都是跟客户端相关的,在配置客户端的时候顺便填写这些配置会比较方便。
The text was updated successfully, but these errors were encountered: