-
Notifications
You must be signed in to change notification settings - Fork 249
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
[feature]过滤掉不合法的labels #351
Labels
feature
new feature
Comments
zmberg
added a commit
to zmberg/bk-bcs
that referenced
this issue
Jan 20, 2020
This was referenced Jan 20, 2020
zmberg
pushed a commit
to zmberg/bk-bcs
that referenced
this issue
Feb 10, 2020
zmberg
added a commit
to zmberg/bk-bcs
that referenced
this issue
Feb 10, 2020
zmberg
added a commit
to zmberg/bk-bcs
that referenced
this issue
Feb 11, 2020
zmberg
added a commit
to zmberg/bk-bcs
that referenced
this issue
Feb 11, 2020
zmberg
added a commit
to zmberg/bk-bcs
that referenced
this issue
Feb 20, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
feature相关背景与描述
bcs mesos中的labels需要遵循如下规则:
key: ^([A-Za-z0-9][-A-Za-z0-9_.])?[A-Za-z0-9]$
value: ^(([A-Za-z0-9][-A-Za-z0-9_.])?[A-Za-z0-9])?$
为了兼容线上环境,过滤掉不合规范的labels
The text was updated successfully, but these errors were encountered: