-
Notifications
You must be signed in to change notification settings - Fork 13
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
Validate extraArgs field in kind:EtcdCluster #77
Comments
Should we check that etcd supports such flags or just reject collisions with flags used by the operator? |
The initial request was just to reject collisions. I guess it will be enough for now |
Which of 3 behavior we want:
|
I guess validation webhook error |
sircthulhu
pushed a commit
that referenced
this issue
Apr 3, 2024
Closes: #77 --------- Co-authored-by: Andrey Kontyakov <[email protected]> Co-authored-by: Sergey Shevchenko <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We should validate extraArgs field and prevent usage of args generated by operator itself.
Follow up for #72 #69
The text was updated successfully, but these errors were encountered: