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

Use PATCH method rather than GET + UPDATE when updating Node labels #120

Open
invidian opened this issue Jan 17, 2022 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@invidian
Copy link
Member

In many cases, we conditionally patch node object with labels and annotations. This causes getting Node object twice, which creates extra complexity. We could perhaps just send a patch instead.

@invidian invidian added enhancement New feature or request component/agent Agent-related issue and removed component/agent Agent-related issue labels Jan 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant