-
Notifications
You must be signed in to change notification settings - Fork 449
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
docs: validating webhook #1027
docs: validating webhook #1027
Conversation
Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es>
✅ Deploy Preview for keda ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es>
Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es>
Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es>
@JorTurFer Is this doc related to kedacore/keda#4001 (comment)? |
It looks like it |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I did a first skim.
I think it's a good start, but would:
- Rename everything to "Admission Controller" which is a known concept
- Restructure things a bit for upcoming rules that we already have on the backlog
- Update the image to also use "Admission Controller"
- Introduce a section under "Concepts" that talks about the feature on what it is and how it helps, while the "operate" section can be a listing of how to opt-in, configure certs and give detailed overview of prevention rules
I'm not sure if this makes sense, I mean, the feature is too small and has a single responsibility, maybe in the future this takes more entity, but for the moment I wouldn't put at the same as those things |
Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es>
But yet it is a core component of KEDA so we should cover it imo |
Signed-off-by: Jorge Turrado <jorge.turrado@scrm.lidl>
PTAL @tomkerkhove |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking very good, thank you!
Added a few suggestions, but I believe we should split the concept document and move some information to a new operate doc.
That's OK and I like it more this way. I have made a suggestion, however, to split the pages anyway as they are targeting different audiences but I hope my example explains it better - Happy to discuss over call if it helps. |
Signed-off-by: Jorge Turrado <jorge.turrado@scrm.lidl>
Signed-off-by: Jorge Turrado <jorge.turrado@scrm.lidl>
Signed-off-by: Jorge Turrado <jorge.turrado@scrm.lidl>
Signed-off-by: Jorge Turrado <jorge.turrado@scrm.lidl>
Signed-off-by: Jorge Turrado <jorge.turrado@scrm.lidl>
Signed-off-by: Jorge Turrado <jorge.turrado@scrm.lidl>
Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es>
Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just added some small nits.
Please also update https://github.com/kedacore/keda-docs/blob/main/schematics.pptx which we should use in favor of the one in the code repo as it feels more related here than there. Thoughts? I would remove it from code repo as well.
Signed-off-by: Jorge Turrado <jorge.turrado@scrm.lidl>
Done! PTAL |
Signed-off-by: Jorge Turrado <jorge.turrado@scrm.lidl>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, feel free to merge when feature is merged
@JorTurFer I think you did it the other way around :D I would keep the file here and remove it from kedacore/keda (code repo) since it is unlikely that we'll need it much there compared to here |
that's what I did, I updated the file here and removed from keda repo |
Nevermind me; it's a 95% delete and not a complete delete - Sorry. |
Binary diffs xD |
Signed-off-by: Jorge Turrado <jorge.turrado@scrm.lidl>
New validation hook to check if scale target is already managed
Checklist
Relates to kedacore/keda#4001
Relates to kedacore/keda#3755
Relates to kedacore/keda#3087
Relates to kedacore/keda#3083
Relates to #1030