-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Add static host user service #44778
Add static host user service #44778
Conversation
The PR changelog entry failed validation: Changelog entry not found in the PR body. Please add a "no-changelog" label to the PR, or changelog lines starting with |
fa529da
to
a134b2d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like something got messed up after your other PR with the proto change was merged as they are included here as well.
986b994
to
83688e5
Compare
I think I forgot to run |
assert: require.Error, | ||
}, | ||
{ | ||
name: "invalid node labels", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A label of *:*
should be allowed right? Can we add a test case to cover it?
This change adds a local service for the static host user resource.
05bea55
to
7e38e84
Compare
This change adds a local service for the static host user resource.
This change adds a local service for the static host user resource (RFD 175).
Part of #42712.