You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Right now K8s validation doesn't cover all configuration parameters that we have, so it's even possible to place there some parameters that we don't support, but they will be applied, for example, if they are valid for kubeadm config.
Describe the solution you'd like
Extend validation.
Describe alternatives you've considered
No.
Additional context
Other validation configurations might be checked in addition.
DoD checklist
Changelog
updated
not needed
COMPONENTS.md
updated
not needed
Schema
updated
not needed
Backport tasks
created
not needed
Documentation
added
updated
not needed
Feature has automated tests
Automated tests passed (QA pipelines)
apply
upgrade
backup/restore
Idempotency tested
All conversations in PR resolved
Solution meets requirements and is done according to design doc
Usage compliant with license
The text was updated successfully, but these errors were encountered:
As discussed with @seriva, there is no possibility for now to check additional fields and that's done by purpose and such behavior was requested before.
Is your feature request related to a problem? Please describe.
Right now K8s validation doesn't cover all configuration parameters that we have, so it's even possible to place there some parameters that we don't support, but they will be applied, for example, if they are valid for kubeadm config.
Describe the solution you'd like
Extend validation.
Describe alternatives you've considered
No.
Additional context
Other validation configurations might be checked in addition.
DoD checklist
The text was updated successfully, but these errors were encountered: