-
Notifications
You must be signed in to change notification settings - Fork 10
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
v2: update CRD docs and doc generation #396
Conversation
// tuning is required, the CLI flags can be manually overridden using | ||
// `statefulset.additionalRedpandaCmdFlags`. |
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.
// tuning is required, the CLI flags can be manually overridden using | |
// `statefulset.additionalRedpandaCmdFlags`. | |
// tuning is required, the CLI flags can be manually overridden using | |
// `statefulset.additionalRedpandaCmdFlags` in Redpanda helm chart. |
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 don't think we need to specify helm chart here. The mentioned path is equally correct for the operator. Perhaps we should qualify it with spec.clusterSpec
though?
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 think the spec.clusterSpec
would help me orientate. Sometimes I'm confused wheter it's Operator helm chart values or Redpanda helm chart values or Redpanda custom resource 🤯
I think the
needs to be perform to pass lint test. |
eb655dc
to
78df746
Compare
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
I wonder how you visualise generated crd-docs.adoc
page?
P.S. There is now conflict :(
This commit transplants the documentation for the recent redpanda helm chart update to their relevant place in the Redpanda CRD. In addition, it adds a configuration for crd-doc-ref to allow developers to review how documentation changes will be presented in our public docs ahead of merging. This commit also proactively changes instances of markdown URLs to asciidoc compatible links and adds a linter to prevent regressions.
78df746
to
41e8868
Compare
I used https://asciidoctor.org/ to render it into HTML. The adoc alone isn't super useful but its more than nothing. |
This commit transplants the documentation for the recent redpanda helm chart update to their relevant place in the Redpanda CRD. In addition, it adds a configuration for crd-doc-ref to allow developers to review how documentation changes will be presented in our public docs ahead of merging.
This commit also proactively changes instances of markdown URLs to asciidoc compatible links and adds a linter to prevent regressions.