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

Issue warning for invalid node-level attributes #11214

Open
gshank opened this issue Jan 15, 2025 · 0 comments
Open

Issue warning for invalid node-level attributes #11214

gshank opened this issue Jan 15, 2025 · 0 comments

Comments

@gshank
Copy link
Contributor

gshank commented Jan 15, 2025

Description

When we add new attributes to our node and config objects, if users have used those attributes in existing yaml (even though invalid) an error will occur.

We allow miscellaneous attributes in most configs, so errors there are more difficult to validate, but for node level attributes we currently ignore invalid attributes.

Solution

Validate node level configs. Config attributes will require a more nuanced approach.

Notes

For config attributes we already have #5605, but this ticket is only for node level attributes.

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

No branches or pull requests

1 participant