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

Validate extraArgs field in kind:EtcdCluster #77

Closed
sergeyshevch opened this issue Mar 23, 2024 · 5 comments · Fixed by #99
Closed

Validate extraArgs field in kind:EtcdCluster #77

sergeyshevch opened this issue Mar 23, 2024 · 5 comments · Fixed by #99
Assignees
Labels
help wanted Extra attention is needed
Milestone

Comments

@sergeyshevch
Copy link
Member

sergeyshevch commented Mar 23, 2024

We should validate extraArgs field and prevent usage of args generated by operator itself.
Follow up for #72 #69

@sergeyshevch sergeyshevch added the help wanted Extra attention is needed label Mar 25, 2024
@sircthulhu
Copy link
Member

sircthulhu commented Mar 26, 2024

Should we check that etcd supports such flags or just reject collisions with flags used by the operator?

@sergeyshevch
Copy link
Member Author

The initial request was just to reject collisions. I guess it will be enough for now

@andreykont
Copy link
Contributor

Which of 3 behavior we want:

  1. Validation web hook
  2. status error
  3. skip the unwanted argument

@sergeyshevch
Copy link
Member Author

I guess validation webhook error

@andreykont
Copy link
Contributor

andreykont commented Mar 31, 2024

#99

@kvaps kvaps added this to the v0.0.3 milestone Mar 31, 2024
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
Labels
help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants